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/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15865
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15866", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15864", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15865, "results": [ { "start": 971241103, "stop": 971241111 }, { "start": 971241112, "stop": 971241132 }, { "start": 971241133, "stop": 971241142 }, { "start": 971241144, "stop": 971241151 }, { "start": 971241152, "stop": 971241162 }, { "start": 971241164, "stop": 971241170 }, { "start": 971241171, "stop": 971241212 }, { "start": 971241214, "stop": 971241215 }, { "start": 971241219, "stop": 971241263 }, { "start": 971241264, "stop": 971241269 }, { "start": 971241270, "stop": 971241274 }, { "start": 971241275, "stop": 971241279 }, { "start": 971241281, "stop": 971241287 }, { "start": 971241288, "stop": 971241300 }, { "start": 971241302, "stop": 971241305 }, { "start": 971241307, "stop": 971241311 }, { "start": 971241312, "stop": 971241319 }, { "start": 971241320, "stop": 971241322 }, { "start": 971241324, "stop": 971241359 }, { "start": 971241361, "stop": 971241369 } ] }