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=14688
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14689", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14687", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14688, "results": [ { "start": 971170190, "stop": 971170192 }, { "start": 971170194, "stop": 971170195 }, { "start": 971170199, "stop": 971170200 }, { "start": 971170207, "stop": 971170209 }, { "start": 971170215, "stop": 971170217 }, { "start": 971170219, "stop": 971170220 }, { "start": 971170222, "stop": 971170223 }, { "start": 971170224, "stop": 971170225 }, { "start": 971170228, "stop": 971170230 }, { "start": 971170236, "stop": 971170237 }, { "start": 971170251, "stop": 971170252 }, { "start": 971170256, "stop": 971170258 }, { "start": 971170259, "stop": 971170266 }, { "start": 971170269, "stop": 971170272 }, { "start": 971170274, "stop": 971170280 }, { "start": 971170282, "stop": 971170285 }, { "start": 971170287, "stop": 971170289 }, { "start": 971170294, "stop": 971170298 }, { "start": 971170304, "stop": 971170305 }, { "start": 971170306, "stop": 971170309 } ] }