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=15961
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15962", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15960", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15961, "results": [ { "start": 971414097, "stop": 971414109 }, { "start": 971414110, "stop": 971414112 }, { "start": 971414114, "stop": 971414115 }, { "start": 971414116, "stop": 971414117 }, { "start": 971414118, "stop": 971414121 }, { "start": 971414122, "stop": 971414147 }, { "start": 971414168, "stop": 971414173 }, { "start": 971414175, "stop": 971414194 }, { "start": 971414195, "stop": 971414212 }, { "start": 971414213, "stop": 971414237 }, { "start": 971414238, "stop": 971414240 }, { "start": 971414242, "stop": 971414260 }, { "start": 971414261, "stop": 971414299 }, { "start": 971414302, "stop": 971414333 }, { "start": 971414335, "stop": 971414343 }, { "start": 971414344, "stop": 971414365 }, { "start": 971414366, "stop": 971414367 }, { "start": 971414368, "stop": 971414377 }, { "start": 971414379, "stop": 971414384 }, { "start": 971414385, "stop": 971414417 } ] }