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=273
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=274", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=272", "results_count": 182857, "results_per_page": 20, "num_pages": 9143, "page_number": 273, "results": [ { "start": 817906748, "stop": 817906772 }, { "start": 817906838, "stop": 817907076 }, { "start": 817907096, "stop": 817907167 }, { "start": 817907199, "stop": 817907303 }, { "start": 817907334, "stop": 817907439 }, { "start": 817907456, "stop": 817907466 }, { "start": 817907506, "stop": 817907602 }, { "start": 817907605, "stop": 817907707 }, { "start": 817907727, "stop": 817907796 }, { "start": 817907799, "stop": 817907950 }, { "start": 817907969, "stop": 817908017 }, { "start": 817908036, "stop": 817908443 }, { "start": 817908463, "stop": 817908504 }, { "start": 817908525, "stop": 817908588 }, { "start": 817908592, "stop": 817908619 }, { "start": 817909496, "stop": 817909544 }, { "start": 817981699, "stop": 817981748 }, { "start": 817981782, "stop": 817981871 }, { "start": 817981904, "stop": 817982055 }, { "start": 817982072, "stop": 817982104 } ] }