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=14734
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14735", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14733", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14734, "results": [ { "start": 971178148, "stop": 971178152 }, { "start": 971178153, "stop": 971178160 }, { "start": 971178164, "stop": 971178166 }, { "start": 971178167, "stop": 971178170 }, { "start": 971178173, "stop": 971178178 }, { "start": 971178179, "stop": 971178181 }, { "start": 971178184, "stop": 971178195 }, { "start": 971178196, "stop": 971178199 }, { "start": 971178200, "stop": 971178204 }, { "start": 971178206, "stop": 971178207 }, { "start": 971178209, "stop": 971178212 }, { "start": 971178214, "stop": 971178217 }, { "start": 971178218, "stop": 971178225 }, { "start": 971178227, "stop": 971178228 }, { "start": 971178231, "stop": 971178232 }, { "start": 971178237, "stop": 971178239 }, { "start": 971178241, "stop": 971178242 }, { "start": 971178244, "stop": 971178248 }, { "start": 971178249, "stop": 971178257 }, { "start": 971178258, "stop": 971178262 } ] }