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=157
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=158", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=156", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 157, "results": [ { "start": 823230558, "stop": 823230738 }, { "start": 823231106, "stop": 823231346 }, { "start": 823231713, "stop": 823231893 }, { "start": 823232308, "stop": 823232428 }, { "start": 823247467, "stop": 823247527 }, { "start": 823252643, "stop": 823252763 }, { "start": 823253145, "stop": 823253265 }, { "start": 823253669, "stop": 823254029 }, { "start": 823254578, "stop": 823254638 }, { "start": 823255242, "stop": 823255362 }, { "start": 823257914, "stop": 823257974 }, { "start": 823258434, "stop": 823258674 }, { "start": 823259378, "stop": 823259438 }, { "start": 823261293, "stop": 823261353 }, { "start": 823341734, "stop": 823341794 }, { "start": 823411028, "stop": 823411088 }, { "start": 823411260, "stop": 823411500 }, { "start": 823411645, "stop": 823411705 }, { "start": 823411947, "stop": 823412127 }, { "start": 823412325, "stop": 823412865 } ] }