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_CAT4/segments?format=api&page=15817
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15818", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15816", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15817, "results": [ { "start": 971178110, "stop": 971178113 }, { "start": 971178124, "stop": 971178125 }, { "start": 971178128, "stop": 971178132 }, { "start": 971178133, "stop": 971178139 }, { "start": 971178140, "stop": 971178147 }, { "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 } ] }