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=240
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=241", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=239", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 240, "results": [ { "start": 827884386, "stop": 827884686 }, { "start": 827884847, "stop": 827885027 }, { "start": 827885177, "stop": 827885387 }, { "start": 827885870, "stop": 827885930 }, { "start": 827886088, "stop": 827886448 }, { "start": 827886644, "stop": 827886764 }, { "start": 827886905, "stop": 827887385 }, { "start": 827887601, "stop": 827888021 }, { "start": 827888177, "stop": 827888777 }, { "start": 827888912, "stop": 827891852 }, { "start": 827892004, "stop": 827892724 }, { "start": 827892870, "stop": 827893050 }, { "start": 827893352, "stop": 827893412 }, { "start": 827893577, "stop": 827894057 }, { "start": 827894214, "stop": 827894634 }, { "start": 827894790, "stop": 827895750 }, { "start": 827895906, "stop": 827896026 }, { "start": 827896312, "stop": 827896372 }, { "start": 827896508, "stop": 827896988 }, { "start": 827897136, "stop": 827897976 } ] }