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=14722
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14723", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14721", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14722, "results": [ { "start": 971175616, "stop": 971175620 }, { "start": 971175621, "stop": 971175625 }, { "start": 971175626, "stop": 971175627 }, { "start": 971176298, "stop": 971176362 }, { "start": 971176363, "stop": 971176368 }, { "start": 971176370, "stop": 971176374 }, { "start": 971176375, "stop": 971176378 }, { "start": 971176379, "stop": 971176385 }, { "start": 971176386, "stop": 971176393 }, { "start": 971176394, "stop": 971176401 }, { "start": 971176402, "stop": 971176407 }, { "start": 971176408, "stop": 971176409 }, { "start": 971176413, "stop": 971176424 }, { "start": 971176426, "stop": 971176430 }, { "start": 971176431, "stop": 971176436 }, { "start": 971176437, "stop": 971176439 }, { "start": 971176445, "stop": 971176447 }, { "start": 971176453, "stop": 971176471 }, { "start": 971176473, "stop": 971176474 }, { "start": 971176476, "stop": 971176481 } ] }