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=819
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=820", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=818", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 819, "results": [ { "start": 862752824, "stop": 862754384 }, { "start": 862756991, "stop": 862758131 }, { "start": 862759504, "stop": 862759564 }, { "start": 862759749, "stop": 862759929 }, { "start": 862761568, "stop": 862763068 }, { "start": 862763313, "stop": 862764753 }, { "start": 862766831, "stop": 862766951 }, { "start": 862767098, "stop": 862767308 }, { "start": 862767338, "stop": 862767398 }, { "start": 862767560, "stop": 862767710 }, { "start": 862767740, "stop": 862768700 }, { "start": 862769685, "stop": 862769865 }, { "start": 862770304, "stop": 862772944 }, { "start": 862773882, "stop": 862774242 }, { "start": 862774397, "stop": 862774997 }, { "start": 862775139, "stop": 862775739 }, { "start": 862775886, "stop": 862777506 }, { "start": 862808105, "stop": 862811405 }, { "start": 862811597, "stop": 862813037 }, { "start": 862815360, "stop": 862819260 } ] }