Run Segment List
Return the segments for a given timeline for a run.
Query parameters:
start=<int>: Initial GPS time of the desired GPS interval.stop=<int>: Final GPS time of the desired GPS interval.compact: Return a list of segment [start, stop] list.pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=169
{ "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=170", "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=168", "results_count": 7130, "results_per_page": 20, "num_pages": 357, "page_number": 169, "results": [ { "start": 1240020370, "stop": 1240020488 }, { "start": 1240020490, "stop": 1240020608 }, { "start": 1240020610, "stop": 1240020728 }, { "start": 1240020730, "stop": 1240020848 }, { "start": 1240020850, "stop": 1240020968 }, { "start": 1240020970, "stop": 1240021088 }, { "start": 1240021090, "stop": 1240021208 }, { "start": 1240021210, "stop": 1240021328 }, { "start": 1240021330, "stop": 1240021448 }, { "start": 1240021450, "stop": 1240021568 }, { "start": 1240021570, "stop": 1240021688 }, { "start": 1240021690, "stop": 1240021808 }, { "start": 1240021810, "stop": 1240021928 }, { "start": 1240021930, "stop": 1240022048 }, { "start": 1240022050, "stop": 1240022168 }, { "start": 1240022170, "stop": 1240022288 }, { "start": 1240022290, "stop": 1240022408 }, { "start": 1240022410, "stop": 1240022528 }, { "start": 1240022530, "stop": 1240022648 }, { "start": 1240022650, "stop": 1240022768 } ] }