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/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=677
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=678", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=676", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 677, "results": [ { "start": 854466869, "stop": 854469749 }, { "start": 854471083, "stop": 854472643 }, { "start": 854472807, "stop": 854473257 }, { "start": 854473347, "stop": 854473407 }, { "start": 854473437, "stop": 854474397 }, { "start": 854475986, "stop": 854476766 }, { "start": 854477967, "stop": 854478687 }, { "start": 854479664, "stop": 854482124 }, { "start": 854484158, "stop": 854485028 }, { "start": 854485172, "stop": 854490092 }, { "start": 854490250, "stop": 854490430 }, { "start": 854490599, "stop": 854492219 }, { "start": 854492454, "stop": 854494314 }, { "start": 854495229, "stop": 854496069 }, { "start": 854496229, "stop": 854504029 }, { "start": 854504177, "stop": 854504597 }, { "start": 854505445, "stop": 854506225 }, { "start": 854506412, "stop": 854513552 }, { "start": 854513706, "stop": 854515986 }, { "start": 854516148, "stop": 854521668 } ] }