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=293
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=294", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=292", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 293, "results": [ { "start": 831881877, "stop": 831884937 }, { "start": 831886145, "stop": 831896525 }, { "start": 831896675, "stop": 831898445 }, { "start": 831899571, "stop": 831903891 }, { "start": 831907185, "stop": 831908025 }, { "start": 831910963, "stop": 831911323 }, { "start": 831931365, "stop": 831931425 }, { "start": 831945026, "stop": 831945386 }, { "start": 831945838, "stop": 831946798 }, { "start": 831947951, "stop": 831953051 }, { "start": 831953266, "stop": 831962746 }, { "start": 831963014, "stop": 831964154 }, { "start": 831964303, "stop": 831964963 }, { "start": 831965142, "stop": 831966762 }, { "start": 831968119, "stop": 831971419 }, { "start": 831972615, "stop": 831973095 }, { "start": 831973252, "stop": 831973432 }, { "start": 831974161, "stop": 831974941 }, { "start": 831975710, "stop": 831978350 }, { "start": 831979899, "stop": 831979959 } ] }