Hi!
I’m trying to reverse engineer the exact split information from the streams data in the Strava API. It works OK for most cases, but I’ve noticed that there’s often times a discrepancy between the length of the distance/time array and the exact moving time (ie. the `moving_time` field). In some cases, the streams data is wildly off.
For example, all of the streams for one of my activities have length 2316. But, the moving time for the activity is 2295. The distance stream ends with a distance 6589.7, but the `distance` field has value 6586.9.
Is there a reason for the discrepancy in streams data? Thanks!