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/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3926
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3927", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3925", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 3926, "results": [ { "start": 874187725, "stop": 874187731 }, { "start": 874187732, "stop": 874187805 }, { "start": 874187806, "stop": 874187998 }, { "start": 874188001, "stop": 874189293 }, { "start": 874189296, "stop": 874189329 }, { "start": 874189333, "stop": 874189336 }, { "start": 874189339, "stop": 874189355 }, { "start": 874189358, "stop": 874189373 }, { "start": 874189376, "stop": 874189379 }, { "start": 874189382, "stop": 874190381 }, { "start": 874190385, "stop": 874191006 }, { "start": 874191104, "stop": 874191714 }, { "start": 874191717, "stop": 874191741 }, { "start": 874191744, "stop": 874191745 }, { "start": 874191749, "stop": 874191788 }, { "start": 874191791, "stop": 874191875 }, { "start": 874191878, "stop": 874191889 }, { "start": 874191893, "stop": 874192561 }, { "start": 874192564, "stop": 874192876 }, { "start": 874192879, "stop": 874193308 } ] }