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=775
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=776", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=774", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 775, "results": [ { "start": 860339771, "stop": 860341091 }, { "start": 860341262, "stop": 860341382 }, { "start": 860344243, "stop": 860344303 }, { "start": 860344465, "stop": 860347225 }, { "start": 860348058, "stop": 860353338 }, { "start": 860353472, "stop": 860354492 }, { "start": 860354707, "stop": 860355637 }, { "start": 860355727, "stop": 860355787 }, { "start": 860355817, "stop": 860355937 }, { "start": 860357168, "stop": 860357768 }, { "start": 860358577, "stop": 860358817 }, { "start": 860358995, "stop": 860359055 }, { "start": 860359414, "stop": 860363674 }, { "start": 860363860, "stop": 860364130 }, { "start": 860365041, "stop": 860366061 }, { "start": 860366982, "stop": 860367222 }, { "start": 860367378, "stop": 860369118 }, { "start": 860369324, "stop": 860370704 }, { "start": 860370866, "stop": 860371106 }, { "start": 860372620, "stop": 860392150 } ] }