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_H1L1/segments?format=api&page=114
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=115", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=113", "results_count": 22462, "results_per_page": 20, "num_pages": 1124, "page_number": 114, "results": [ { "start": 821353527, "stop": 821353587 }, { "start": 821353810, "stop": 821353990 }, { "start": 821354395, "stop": 821355055 }, { "start": 821355293, "stop": 821355593 }, { "start": 821355946, "stop": 821356306 }, { "start": 821356463, "stop": 821356703 }, { "start": 821356899, "stop": 821356959 }, { "start": 821357113, "stop": 821357233 }, { "start": 821357451, "stop": 821357631 }, { "start": 821357779, "stop": 821358019 }, { "start": 821358442, "stop": 821358622 }, { "start": 821359252, "stop": 821360032 }, { "start": 821360178, "stop": 821360298 }, { "start": 821360451, "stop": 821361051 }, { "start": 821361709, "stop": 821362129 }, { "start": 821362827, "stop": 821362887 }, { "start": 821369714, "stop": 821370014 }, { "start": 821372419, "stop": 821372539 }, { "start": 821374780, "stop": 821374900 }, { "start": 821378977, "stop": 821379037 } ] }