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=14720
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14721", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14719", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14720, "results": [ { "start": 971175271, "stop": 971175272 }, { "start": 971175277, "stop": 971175278 }, { "start": 971175279, "stop": 971175287 }, { "start": 971175288, "stop": 971175289 }, { "start": 971175291, "stop": 971175303 }, { "start": 971175304, "stop": 971175314 }, { "start": 971175315, "stop": 971175317 }, { "start": 971175318, "stop": 971175320 }, { "start": 971175323, "stop": 971175329 }, { "start": 971175331, "stop": 971175337 }, { "start": 971175342, "stop": 971175343 }, { "start": 971175345, "stop": 971175349 }, { "start": 971175351, "stop": 971175357 }, { "start": 971175358, "stop": 971175360 }, { "start": 971175363, "stop": 971175365 }, { "start": 971175366, "stop": 971175371 }, { "start": 971175377, "stop": 971175387 }, { "start": 971175388, "stop": 971175393 }, { "start": 971175399, "stop": 971175400 }, { "start": 971175401, "stop": 971175403 } ] }