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=313
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=314", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=312", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 313, "results": [ { "start": 833080447, "stop": 833083327 }, { "start": 833083489, "stop": 833086009 }, { "start": 833086290, "stop": 833093850 }, { "start": 833094025, "stop": 833096245 }, { "start": 833099218, "stop": 833107558 }, { "start": 833107708, "stop": 833108398 }, { "start": 833108549, "stop": 833108849 }, { "start": 833109057, "stop": 833109957 }, { "start": 833110205, "stop": 833110445 }, { "start": 833118271, "stop": 833118631 }, { "start": 833125782, "stop": 833125902 }, { "start": 833127811, "stop": 833128771 }, { "start": 833128918, "stop": 833128978 }, { "start": 833131699, "stop": 833131759 }, { "start": 833142666, "stop": 833142786 }, { "start": 833148024, "stop": 833148084 }, { "start": 833149115, "stop": 833149175 }, { "start": 833149526, "stop": 833153426 }, { "start": 833153576, "stop": 833156156 }, { "start": 833156306, "stop": 833162606 } ] }