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=219
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=220", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=218", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 219, "results": [ { "start": 827122853, "stop": 827122973 }, { "start": 827123127, "stop": 827123547 }, { "start": 827123788, "stop": 827123848 }, { "start": 827124153, "stop": 827124393 }, { "start": 827124563, "stop": 827124923 }, { "start": 827125089, "stop": 827125689 }, { "start": 827128174, "stop": 827128414 }, { "start": 827128593, "stop": 827128713 }, { "start": 827128849, "stop": 827129809 }, { "start": 827129966, "stop": 827130206 }, { "start": 827130528, "stop": 827136348 }, { "start": 827136536, "stop": 827136836 }, { "start": 827137013, "stop": 827138393 }, { "start": 827138551, "stop": 827139451 }, { "start": 827139603, "stop": 827140023 }, { "start": 827140190, "stop": 827140310 }, { "start": 827140470, "stop": 827141370 }, { "start": 827141515, "stop": 827143375 }, { "start": 827143523, "stop": 827144963 }, { "start": 827145107, "stop": 827147927 } ] }