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=724
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=725", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=723", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 724, "results": [ { "start": 857166274, "stop": 857166334 }, { "start": 857166364, "stop": 857168554 }, { "start": 857168800, "stop": 857169220 }, { "start": 857169368, "stop": 857169428 }, { "start": 857169640, "stop": 857169790 }, { "start": 857170555, "stop": 857171395 }, { "start": 857171545, "stop": 857189275 }, { "start": 857189430, "stop": 857191650 }, { "start": 857199452, "stop": 857199572 }, { "start": 857199752, "stop": 857199812 }, { "start": 857205503, "stop": 857205893 }, { "start": 857205983, "stop": 857206043 }, { "start": 857206318, "stop": 857207608 }, { "start": 857207698, "stop": 857208358 }, { "start": 857208566, "stop": 857208956 }, { "start": 857209046, "stop": 857209166 }, { "start": 857209256, "stop": 857209316 }, { "start": 857209376, "stop": 857209466 }, { "start": 857209634, "stop": 857212424 }, { "start": 857212574, "stop": 857215034 } ] }