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_CAT3/segments?format=api&page=14622
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14623", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14621", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14622, "results": [ { "start": 971163225, "stop": 971163227 }, { "start": 971163229, "stop": 971163231 }, { "start": 971163233, "stop": 971163237 }, { "start": 971163240, "stop": 971163241 }, { "start": 971163243, "stop": 971163244 }, { "start": 971163246, "stop": 971163248 }, { "start": 971163251, "stop": 971163252 }, { "start": 971163256, "stop": 971163257 }, { "start": 971163259, "stop": 971163263 }, { "start": 971163264, "stop": 971163265 }, { "start": 971163266, "stop": 971163270 }, { "start": 971163271, "stop": 971163272 }, { "start": 971163273, "stop": 971163275 }, { "start": 971163278, "stop": 971163282 }, { "start": 971163287, "stop": 971163289 }, { "start": 971163291, "stop": 971163295 }, { "start": 971163296, "stop": 971163297 }, { "start": 971163298, "stop": 971163300 }, { "start": 971163302, "stop": 971163303 }, { "start": 971163307, "stop": 971163309 } ] }