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=645
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=646", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=644", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 645, "results": [ { "start": 852004043, "stop": 852004583 }, { "start": 852006194, "stop": 852006314 }, { "start": 852006524, "stop": 852006884 }, { "start": 852006914, "stop": 852017624 }, { "start": 852018979, "stop": 852021559 }, { "start": 852021822, "stop": 852022362 }, { "start": 852022539, "stop": 852025599 }, { "start": 852028148, "stop": 852030548 }, { "start": 852030638, "stop": 852031178 }, { "start": 852031829, "stop": 852032459 }, { "start": 852032489, "stop": 852034769 }, { "start": 852034938, "stop": 852037278 }, { "start": 852037426, "stop": 852038776 }, { "start": 852038806, "stop": 852038926 }, { "start": 852039076, "stop": 852039466 }, { "start": 852039616, "stop": 852041986 }, { "start": 852042285, "stop": 852048345 }, { "start": 852049513, "stop": 852049753 }, { "start": 852050003, "stop": 852050303 }, { "start": 852061047, "stop": 852061287 } ] }