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=820
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=821", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=819", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 820, "results": [ { "start": 862819494, "stop": 862821354 }, { "start": 862822765, "stop": 862825765 }, { "start": 862827741, "stop": 862831521 }, { "start": 862833217, "stop": 862833937 }, { "start": 862834235, "stop": 862838795 }, { "start": 862840770, "stop": 862841250 }, { "start": 862841441, "stop": 862841741 }, { "start": 862842948, "stop": 862843008 }, { "start": 862844297, "stop": 862844657 }, { "start": 862845734, "stop": 862846214 }, { "start": 862846369, "stop": 862846729 }, { "start": 862846869, "stop": 862848249 }, { "start": 862848393, "stop": 862848453 }, { "start": 862848613, "stop": 862849393 }, { "start": 862849543, "stop": 862849603 }, { "start": 862849885, "stop": 862851115 }, { "start": 862853839, "stop": 862853989 }, { "start": 862854019, "stop": 862854139 }, { "start": 862854289, "stop": 862854829 }, { "start": 862854889, "stop": 862854949 } ] }