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_CAT4/segments?format=api&page=15771
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15772", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15770", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15771, "results": [ { "start": 971170159, "stop": 971170161 }, { "start": 971170164, "stop": 971170168 }, { "start": 971170169, "stop": 971170170 }, { "start": 971170176, "stop": 971170177 }, { "start": 971170180, "stop": 971170181 }, { "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 } ] }