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=613
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=614", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=612", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 613, "results": [ { "start": 850130363, "stop": 850132793 }, { "start": 850133080, "stop": 850133320 }, { "start": 850133350, "stop": 850133740 }, { "start": 850133993, "stop": 850134263 }, { "start": 850137050, "stop": 850137650 }, { "start": 850140427, "stop": 850142047 }, { "start": 850143943, "stop": 850144723 }, { "start": 850145742, "stop": 850148022 }, { "start": 850148811, "stop": 850150011 }, { "start": 850151114, "stop": 850153094 }, { "start": 850153248, "stop": 850153488 }, { "start": 850154193, "stop": 850155723 }, { "start": 850155873, "stop": 850155993 }, { "start": 850156153, "stop": 850156573 }, { "start": 850156730, "stop": 850157720 }, { "start": 850157750, "stop": 850160870 }, { "start": 850162302, "stop": 850163952 }, { "start": 850164072, "stop": 850164342 }, { "start": 850165322, "stop": 850165802 }, { "start": 850165971, "stop": 850166751 } ] }