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/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=393
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=394", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=392", "results_count": 81402, "results_per_page": 20, "num_pages": 4071, "page_number": 393, "results": [ { "start": 818373732, "stop": 818376066 }, { "start": 818376069, "stop": 818376073 }, { "start": 818376077, "stop": 818376079 }, { "start": 818376082, "stop": 818376097 }, { "start": 818376100, "stop": 818376120 }, { "start": 818376123, "stop": 818376125 }, { "start": 818376131, "stop": 818376190 }, { "start": 818376193, "stop": 818376253 }, { "start": 818376256, "stop": 818377651 }, { "start": 818377654, "stop": 818377687 }, { "start": 818377690, "stop": 818377767 }, { "start": 818377772, "stop": 818379180 }, { "start": 818379186, "stop": 818379224 }, { "start": 818379227, "stop": 818379477 }, { "start": 818379480, "stop": 818379570 }, { "start": 818379573, "stop": 818379575 }, { "start": 818379578, "stop": 818379611 }, { "start": 818379615, "stop": 818379621 }, { "start": 818379630, "stop": 818379632 }, { "start": 818379635, "stop": 818379661 } ] }