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=659
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=660", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=658", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 659, "results": [ { "start": 852873688, "stop": 852875248 }, { "start": 852875418, "stop": 852881598 }, { "start": 852881812, "stop": 852882772 }, { "start": 852884028, "stop": 852884838 }, { "start": 852884988, "stop": 852887088 }, { "start": 852887236, "stop": 852887416 }, { "start": 852887578, "stop": 852887968 }, { "start": 852887998, "stop": 852889048 }, { "start": 852889198, "stop": 852892258 }, { "start": 852892427, "stop": 852892667 }, { "start": 852892847, "stop": 852893027 }, { "start": 852896026, "stop": 852898546 }, { "start": 852899037, "stop": 852900807 }, { "start": 852901109, "stop": 852903389 }, { "start": 852903534, "stop": 852903654 }, { "start": 852905355, "stop": 852908835 }, { "start": 852908985, "stop": 852910155 }, { "start": 852910302, "stop": 852913122 }, { "start": 852920023, "stop": 852920863 }, { "start": 852922845, "stop": 852923895 } ] }