get_samples
Retrieve per-10-second power, cadence, resistance, and heart-rate samples for a ride as CSV, with time-window and stride options to limit output.
Instructions
The raw interval series for one ride as CSV — power, cadence, resistance, heart rate, speed, one row per 10 seconds. Ask for a window and a stride rather than a whole ride: a full ride is several hundred rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| fields | No | Default: power, cadence, resistance, heartRate. | |
| maxRows | No | Default 200. | |
| everyNth | No | Stride; 6 gives one row per minute. | |
| toSeconds | No | ||
| fromSeconds | No |