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=14752
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14753", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14751", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14752, "results": [ { "start": 971180179, "stop": 971180180 }, { "start": 971180181, "stop": 971180182 }, { "start": 971180186, "stop": 971180188 }, { "start": 971180189, "stop": 971180195 }, { "start": 971180196, "stop": 971180197 }, { "start": 971180198, "stop": 971180209 }, { "start": 971180212, "stop": 971180214 }, { "start": 971180219, "stop": 971180224 }, { "start": 971180226, "stop": 971180228 }, { "start": 971180230, "stop": 971180231 }, { "start": 971180233, "stop": 971180236 }, { "start": 971180237, "stop": 971180241 }, { "start": 971180244, "stop": 971180245 }, { "start": 971180247, "stop": 971180251 }, { "start": 971180255, "stop": 971180257 }, { "start": 971180261, "stop": 971180266 }, { "start": 971180270, "stop": 971180272 }, { "start": 971180274, "stop": 971180275 }, { "start": 971180280, "stop": 971180281 }, { "start": 971180282, "stop": 971180283 } ] }