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/O4a/timelines/H1_CBC_CAT3/segments?format=api&page=16
{ "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CBC_CAT3/segments?format=api&page=17", "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CBC_CAT3/segments?format=api&page=15", "results_count": 823, "results_per_page": 20, "num_pages": 42, "page_number": 16, "results": [ { "start": 1375567688, "stop": 1375573349 }, { "start": 1375574730, "stop": 1375577050 }, { "start": 1375577106, "stop": 1375598825 }, { "start": 1375603943, "stop": 1375610058 }, { "start": 1375614170, "stop": 1375631479 }, { "start": 1375663775, "stop": 1375674493 }, { "start": 1375674629, "stop": 1375686321 }, { "start": 1375693847, "stop": 1375718581 }, { "start": 1375743336, "stop": 1375763125 }, { "start": 1375785088, "stop": 1375790133 }, { "start": 1375820950, "stop": 1375832486 }, { "start": 1375832573, "stop": 1375856932 }, { "start": 1375861996, "stop": 1375884054 }, { "start": 1375884057, "stop": 1375893334 }, { "start": 1375893375, "stop": 1375897024 }, { "start": 1375897039, "stop": 1375898351 }, { "start": 1375898361, "stop": 1375908229 }, { "start": 1375908241, "stop": 1375953006 }, { "start": 1375953085, "stop": 1375953767 }, { "start": 1375953846, "stop": 1376000183 } ] }