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=638
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=639", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=637", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 638, "results": [ { "start": 851409735, "stop": 851409855 }, { "start": 851410005, "stop": 851410365 }, { "start": 851410720, "stop": 851411560 }, { "start": 851412796, "stop": 851415196 }, { "start": 851415364, "stop": 851419804 }, { "start": 851420012, "stop": 851428112 }, { "start": 851428282, "stop": 851431522 }, { "start": 851431684, "stop": 851433544 }, { "start": 851435730, "stop": 851435970 }, { "start": 851436123, "stop": 851437023 }, { "start": 851437954, "stop": 851441254 }, { "start": 851441398, "stop": 851441608 }, { "start": 851443756, "stop": 851444446 }, { "start": 851444476, "stop": 851445526 }, { "start": 851445556, "stop": 851445676 }, { "start": 851445706, "stop": 851446396 }, { "start": 851446584, "stop": 851447244 }, { "start": 851448117, "stop": 851448777 }, { "start": 851449028, "stop": 851450228 }, { "start": 851450725, "stop": 851450845 } ] }