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=832
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=833", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=831", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 832, "results": [ { "start": 863576417, "stop": 863576717 }, { "start": 863576867, "stop": 863579417 }, { "start": 863579658, "stop": 863586438 }, { "start": 863587530, "stop": 863588430 }, { "start": 863588593, "stop": 863589733 }, { "start": 863591442, "stop": 863591562 }, { "start": 863591712, "stop": 863593002 }, { "start": 863593152, "stop": 863593242 }, { "start": 863593332, "stop": 863593692 }, { "start": 863593752, "stop": 863593812 }, { "start": 863593842, "stop": 863593902 }, { "start": 863593932, "stop": 863594262 }, { "start": 863595644, "stop": 863596274 }, { "start": 863596454, "stop": 863598344 }, { "start": 863598374, "stop": 863598794 }, { "start": 863598824, "stop": 863600024 }, { "start": 863600174, "stop": 863600354 }, { "start": 863600444, "stop": 863600654 }, { "start": 863600684, "stop": 863600744 }, { "start": 863600924, "stop": 863613764 } ] }