Run Segment List
Return the segments for a given timeline for a run.
Query parameters:
start
: Initial GPS time of the desired GPS interval.stop
: Final GPS time of the desired GPS interval.compact
: Return a list of segment [start, stop] list.
GET /api/v2/runs/O2/timelines/H1_NO_CBC_HW_INJ/segments?format=api
{
"next": null,
"previous": null,
"results_count": 13,
"results_per_page": 20,
"num_pages": 1,
"page_number": 1,
"results": [
{
"start": 1164556817,
"stop": 1164747035
},
{
"start": 1164747087,
"stop": 1164751235
},
{
"start": 1164751287,
"stop": 1164755435
},
{
"start": 1164755459,
"stop": 1165327222
},
{
"start": 1165327274,
"stop": 1165331422
},
{
"start": 1165331474,
"stop": 1165335622
},
{
"start": 1165335862,
"stop": 1165339521
},
{
"start": 1165339634,
"stop": 1165339822
},
{
"start": 1165339838,
"stop": 1165344022
},
{
"start": 1165345051,
"stop": 1165712722
},
{
"start": 1165712774,
"stop": 1177707831
},
{
"start": 1177707832,
"stop": 1185744435
},
{
"start": 1185744436,
"stop": 1187733618
}
]
}