I have retrieved a number of streams from /activities/{id}/streams, including distance and time for an activity. The moving duration of the activity is 680 seconds and the total elapsed time is 719 as per the strava dashboard.
Each of the streams have 685 samples, but I cannot figure out how to interpret the time stream. It has 685 samples, with the first value being zero and the last value being 954. I cannot understand where the 954 comes from.
Is there any documentation on how to interpret the data. I would like to be able to say, for a specific number of seconds after start time what the distance was, but without being able to reconcile these values I am very unclear on how to do that.
Any help, really appreciated