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_CAT3/segments?format=api&page=8810
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8811", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8809", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 8810, "results": [ { "start": 872493682, "stop": 872493718 }, { "start": 872493784, "stop": 872494119 }, { "start": 872494136, "stop": 872494886 }, { "start": 872494903, "stop": 872495909 }, { "start": 872495926, "stop": 872495941 }, { "start": 872495958, "stop": 872495970 }, { "start": 872497895, "stop": 872498369 }, { "start": 872498386, "stop": 872498391 }, { "start": 872498412, "stop": 872498521 }, { "start": 872498540, "stop": 872500611 }, { "start": 872500628, "stop": 872501031 }, { "start": 872501050, "stop": 872501176 }, { "start": 872501196, "stop": 872501201 }, { "start": 872501222, "stop": 872501700 }, { "start": 872501719, "stop": 872501953 }, { "start": 872501998, "stop": 872502028 }, { "start": 872502047, "stop": 872502168 }, { "start": 872502199, "stop": 872502231 }, { "start": 872502252, "stop": 872502263 }, { "start": 872502284, "stop": 872502570 } ] }