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_CAT4/segments?format=api&page=8038
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8039", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8037", "results_count": 168343, "results_per_page": 20, "num_pages": 8418, "page_number": 8038, "results": [ { "start": 872182659, "stop": 872182930 }, { "start": 872182949, "stop": 872183031 }, { "start": 872183050, "stop": 872183225 }, { "start": 872183253, "stop": 872183339 }, { "start": 872183358, "stop": 872183388 }, { "start": 872183429, "stop": 872183473 }, { "start": 872183492, "stop": 872183506 }, { "start": 872183526, "stop": 872183529 }, { "start": 872183548, "stop": 872183551 }, { "start": 872183571, "stop": 872183610 }, { "start": 872183629, "stop": 872183661 }, { "start": 872183690, "stop": 872183731 }, { "start": 872183764, "stop": 872183786 }, { "start": 872183819, "stop": 872183917 }, { "start": 872183965, "stop": 872184066 }, { "start": 872184085, "stop": 872184109 }, { "start": 872184128, "stop": 872184176 }, { "start": 872184195, "stop": 872184413 }, { "start": 872184441, "stop": 872184451 }, { "start": 872184512, "stop": 872184563 } ] }