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=15973
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15974", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15972", "results_count": 320651, "results_per_page": 20, "num_pages": 16033, "page_number": 15973, "results": [ { "start": 971442882, "stop": 971442904 }, { "start": 971442907, "stop": 971442911 }, { "start": 971442914, "stop": 971442923 }, { "start": 971442926, "stop": 971442955 }, { "start": 971442958, "stop": 971442960 }, { "start": 971442963, "stop": 971442982 }, { "start": 971442985, "stop": 971442986 }, { "start": 971442989, "stop": 971442996 }, { "start": 971442997, "stop": 971443011 }, { "start": 971443013, "stop": 971443017 }, { "start": 971443018, "stop": 971443034 }, { "start": 971443035, "stop": 971443041 }, { "start": 971443042, "stop": 971443116 }, { "start": 971443119, "stop": 971443131 }, { "start": 971443134, "stop": 971443144 }, { "start": 971443148, "stop": 971443151 }, { "start": 971443154, "stop": 971443160 }, { "start": 971443162, "stop": 971443169 }, { "start": 971443172, "stop": 971443200 }, { "start": 971443201, "stop": 971443213 } ] }