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/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=189
{ "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=190", "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=188", "results_count": 7130, "results_per_page": 20, "num_pages": 357, "page_number": 189, "results": [ { "start": 1240116548, "stop": 1240116666 }, { "start": 1240116668, "stop": 1240116786 }, { "start": 1240116788, "stop": 1240116906 }, { "start": 1240116908, "stop": 1240117026 }, { "start": 1240117028, "stop": 1240117146 }, { "start": 1240117148, "stop": 1240117246 }, { "start": 1240117248, "stop": 1240117386 }, { "start": 1240117388, "stop": 1240117506 }, { "start": 1240117508, "stop": 1240117626 }, { "start": 1240117628, "stop": 1240117746 }, { "start": 1240117748, "stop": 1240117866 }, { "start": 1240117868, "stop": 1240117986 }, { "start": 1240117988, "stop": 1240118104 }, { "start": 1240118105, "stop": 1240118226 }, { "start": 1240118228, "stop": 1240118346 }, { "start": 1240118348, "stop": 1240118466 }, { "start": 1240118468, "stop": 1240118586 }, { "start": 1240118588, "stop": 1240118706 }, { "start": 1240118708, "stop": 1240118826 }, { "start": 1240118828, "stop": 1240118946 } ] }