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=767
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=768", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=766", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 767, "results": [ { "start": 859807363, "stop": 859810723 }, { "start": 859810879, "stop": 859811119 }, { "start": 859812842, "stop": 859813982 }, { "start": 859814012, "stop": 859814072 }, { "start": 859814102, "stop": 859816022 }, { "start": 859816052, "stop": 859817402 }, { "start": 859817618, "stop": 859817738 }, { "start": 859817889, "stop": 859818309 }, { "start": 859818573, "stop": 859818693 }, { "start": 859827358, "stop": 859828138 }, { "start": 859828288, "stop": 859828378 }, { "start": 859828528, "stop": 859830058 }, { "start": 859830208, "stop": 859830988 }, { "start": 859836932, "stop": 859839092 }, { "start": 859839250, "stop": 859840090 }, { "start": 859840345, "stop": 859841485 }, { "start": 859841776, "stop": 859842556 }, { "start": 859844228, "stop": 859844648 }, { "start": 859845556, "stop": 859848736 }, { "start": 859849685, "stop": 859851785 } ] }