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=278
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=279", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=277", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 278, "results": [ { "start": 830501983, "stop": 830502103 }, { "start": 830503803, "stop": 830504793 }, { "start": 830504943, "stop": 830505123 }, { "start": 830514180, "stop": 830514240 }, { "start": 830514400, "stop": 830514880 }, { "start": 830515152, "stop": 830515392 }, { "start": 830515565, "stop": 830516555 }, { "start": 830516705, "stop": 830517965 }, { "start": 830519253, "stop": 830520993 }, { "start": 830521202, "stop": 830523062 }, { "start": 830523400, "stop": 830524720 }, { "start": 830525641, "stop": 830527741 }, { "start": 830528674, "stop": 830529154 }, { "start": 830529301, "stop": 830529421 }, { "start": 830529747, "stop": 830530707 }, { "start": 830531746, "stop": 830533126 }, { "start": 830533267, "stop": 830533567 }, { "start": 830536783, "stop": 830536843 }, { "start": 830537168, "stop": 830537348 }, { "start": 830538818, "stop": 830538878 } ] }