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_STOCH_CAT2_H2L1/segments?format=api&page=294
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=295", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=293", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 294, "results": [ { "start": 831980942, "stop": 831982622 }, { "start": 831985357, "stop": 831986497 }, { "start": 831987642, "stop": 831989172 }, { "start": 831989202, "stop": 831990102 }, { "start": 832033443, "stop": 832033563 }, { "start": 832033948, "stop": 832034068 }, { "start": 832034245, "stop": 832035025 }, { "start": 832035346, "stop": 832037476 }, { "start": 832043276, "stop": 832043636 }, { "start": 832049141, "stop": 832049621 }, { "start": 832053283, "stop": 832054003 }, { "start": 832055725, "stop": 832057345 }, { "start": 832058948, "stop": 832059848 }, { "start": 832060004, "stop": 832064984 }, { "start": 832065134, "stop": 832069904 }, { "start": 832071341, "stop": 832071641 }, { "start": 832071801, "stop": 832072641 }, { "start": 832073703, "stop": 832074783 }, { "start": 832075282, "stop": 832075702 }, { "start": 832114897, "stop": 832115077 } ] }