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=156
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=157", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=155", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 156, "results": [ { "start": 823197742, "stop": 823197862 }, { "start": 823198400, "stop": 823198460 }, { "start": 823198627, "stop": 823198687 }, { "start": 823198921, "stop": 823199041 }, { "start": 823199640, "stop": 823199760 }, { "start": 823214518, "stop": 823214578 }, { "start": 823218112, "stop": 823218172 }, { "start": 823218803, "stop": 823218923 }, { "start": 823219091, "stop": 823219151 }, { "start": 823220409, "stop": 823220469 }, { "start": 823220637, "stop": 823220817 }, { "start": 823221104, "stop": 823221164 }, { "start": 823222244, "stop": 823222364 }, { "start": 823222944, "stop": 823223004 }, { "start": 823224990, "stop": 823225110 }, { "start": 823228055, "stop": 823228115 }, { "start": 823228282, "stop": 823228342 }, { "start": 823228681, "stop": 823228861 }, { "start": 823229612, "stop": 823229672 }, { "start": 823230096, "stop": 823230216 } ] }