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=14819
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14820", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14818", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14819, "results": [ { "start": 971258323, "stop": 971258333 }, { "start": 971258336, "stop": 971258337 }, { "start": 971258338, "stop": 971258342 }, { "start": 971258344, "stop": 971258347 }, { "start": 971258348, "stop": 971258363 }, { "start": 971258364, "stop": 971258372 }, { "start": 971258374, "stop": 971258375 }, { "start": 971258377, "stop": 971258379 }, { "start": 971258380, "stop": 971258381 }, { "start": 971258383, "stop": 971258404 }, { "start": 971258405, "stop": 971258415 }, { "start": 971258420, "stop": 971258423 }, { "start": 971258424, "stop": 971258435 }, { "start": 971258436, "stop": 971258437 }, { "start": 971258438, "stop": 971258449 }, { "start": 971258450, "stop": 971258460 }, { "start": 971258461, "stop": 971258466 }, { "start": 971258470, "stop": 971258472 }, { "start": 971258476, "stop": 971258480 }, { "start": 971258484, "stop": 971258485 } ] }