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=14698
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14699", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14697", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14698, "results": [ { "start": 971171276, "stop": 971171277 }, { "start": 971171288, "stop": 971171289 }, { "start": 971171293, "stop": 971171297 }, { "start": 971171300, "stop": 971171301 }, { "start": 971171302, "stop": 971171311 }, { "start": 971171323, "stop": 971171324 }, { "start": 971171326, "stop": 971171327 }, { "start": 971171328, "stop": 971171329 }, { "start": 971171333, "stop": 971171334 }, { "start": 971171336, "stop": 971171337 }, { "start": 971171341, "stop": 971171345 }, { "start": 971171346, "stop": 971171348 }, { "start": 971171351, "stop": 971171353 }, { "start": 971171356, "stop": 971171358 }, { "start": 971171359, "stop": 971171360 }, { "start": 971171361, "stop": 971171362 }, { "start": 971171366, "stop": 971171367 }, { "start": 971171368, "stop": 971171374 }, { "start": 971171377, "stop": 971171378 }, { "start": 971171379, "stop": 971171380 } ] }