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=261
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=262", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=260", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 261, "results": [ { "start": 829557429, "stop": 829562289 }, { "start": 829563386, "stop": 829563566 }, { "start": 829563704, "stop": 829567184 }, { "start": 829568634, "stop": 829569114 }, { "start": 829569284, "stop": 829571234 }, { "start": 829571384, "stop": 829571744 }, { "start": 829573245, "stop": 829578375 }, { "start": 829578495, "stop": 829578645 }, { "start": 829579022, "stop": 829580822 }, { "start": 829582425, "stop": 829582695 }, { "start": 829582755, "stop": 829582815 }, { "start": 829582935, "stop": 829583985 }, { "start": 829584782, "stop": 829585142 }, { "start": 829586091, "stop": 829586571 }, { "start": 829586978, "stop": 829587458 }, { "start": 829587733, "stop": 829587793 }, { "start": 829588644, "stop": 829588884 }, { "start": 829589047, "stop": 829589107 }, { "start": 829591501, "stop": 829591561 }, { "start": 829591996, "stop": 829592176 } ] }