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=815
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=816", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=814", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 815, "results": [ { "start": 862387948, "stop": 862393708 }, { "start": 862393876, "stop": 862393996 }, { "start": 862397290, "stop": 862400950 }, { "start": 862402192, "stop": 862404352 }, { "start": 862405202, "stop": 862408382 }, { "start": 862411956, "stop": 862415106 }, { "start": 862415256, "stop": 862420056 }, { "start": 862420276, "stop": 862431016 }, { "start": 862431166, "stop": 862431256 }, { "start": 862431547, "stop": 862435147 }, { "start": 862435297, "stop": 862462507 }, { "start": 862463840, "stop": 862467740 }, { "start": 862470741, "stop": 862471881 }, { "start": 862472073, "stop": 862482633 }, { "start": 862482783, "stop": 862486413 }, { "start": 862487646, "stop": 862491546 }, { "start": 862493409, "stop": 862504569 }, { "start": 862504885, "stop": 862507945 }, { "start": 862508194, "stop": 862508614 }, { "start": 862508769, "stop": 862512189 } ] }