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=127
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=128", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=126", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 127, "results": [ { "start": 932670282, "stop": 932670285 }, { "start": 932670306, "stop": 932670347 }, { "start": 932670366, "stop": 932670447 }, { "start": 932670466, "stop": 932670546 }, { "start": 932670565, "stop": 932672283 }, { "start": 932672288, "stop": 932672335 }, { "start": 932672340, "stop": 932672381 }, { "start": 932672387, "stop": 932672577 }, { "start": 932672596, "stop": 932672634 }, { "start": 932672639, "stop": 932672651 }, { "start": 932672711, "stop": 932672741 }, { "start": 932672746, "stop": 932672771 }, { "start": 932673011, "stop": 932673071 }, { "start": 932673131, "stop": 932673232 }, { "start": 932673238, "stop": 932673703 }, { "start": 932673723, "stop": 932673729 }, { "start": 932673778, "stop": 932673781 }, { "start": 932673814, "stop": 932673833 }, { "start": 932673852, "stop": 932673857 }, { "start": 932673876, "stop": 932673930 } ] }