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=783
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=784", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=782", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 783, "results": [ { "start": 860674808, "stop": 860674928 }, { "start": 860674958, "stop": 860675408 }, { "start": 860676841, "stop": 860677201 }, { "start": 860677404, "stop": 860677584 }, { "start": 860677745, "stop": 860678045 }, { "start": 860678199, "stop": 860678259 }, { "start": 860678825, "stop": 860679005 }, { "start": 860681355, "stop": 860681565 }, { "start": 860681747, "stop": 860682317 }, { "start": 860682501, "stop": 860682561 }, { "start": 860682761, "stop": 860683031 }, { "start": 860683169, "stop": 860683679 }, { "start": 860683910, "stop": 860684210 }, { "start": 860684463, "stop": 860684643 }, { "start": 860684896, "stop": 860684956 }, { "start": 860685173, "stop": 860685413 }, { "start": 860685764, "stop": 860685824 }, { "start": 860686404, "stop": 860686464 }, { "start": 860687529, "stop": 860687649 }, { "start": 860687860, "stop": 860687980 } ] }