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_CW_CAT1/segments?format=api&page=284
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=285", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=283", "results_count": 7594, "results_per_page": 20, "num_pages": 380, "page_number": 284, "results": [ { "start": 855081617, "stop": 855082920 }, { "start": 855084024, "stop": 855085472 }, { "start": 855086792, "stop": 855088556 }, { "start": 855092272, "stop": 855129954 }, { "start": 855131260, "stop": 855146339 }, { "start": 855147734, "stop": 855154862 }, { "start": 855156723, "stop": 855167392 }, { "start": 855171119, "stop": 855198094 }, { "start": 855198769, "stop": 855216584 }, { "start": 855217534, "stop": 855228887 }, { "start": 855230267, "stop": 855233648 }, { "start": 855234582, "stop": 855247130 }, { "start": 855248016, "stop": 855254330 }, { "start": 855254456, "stop": 855302333 }, { "start": 855303664, "stop": 855308360 }, { "start": 855308430, "stop": 855313899 }, { "start": 855316444, "stop": 855317094 }, { "start": 855318320, "stop": 855335386 }, { "start": 855335525, "stop": 855338327 }, { "start": 855338465, "stop": 855351968 } ] }