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=665
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=666", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=664", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 665, "results": [ { "start": 853074823, "stop": 853074883 }, { "start": 853075052, "stop": 853075112 }, { "start": 853077961, "stop": 853078051 }, { "start": 853078201, "stop": 853086061 }, { "start": 853086246, "stop": 853086306 }, { "start": 853087112, "stop": 853092212 }, { "start": 853092477, "stop": 853093767 }, { "start": 853093797, "stop": 853095837 }, { "start": 853098976, "stop": 853100656 }, { "start": 853100686, "stop": 853102336 }, { "start": 853104984, "stop": 853107984 }, { "start": 853108279, "stop": 853109239 }, { "start": 853109329, "stop": 853112929 }, { "start": 853112959, "stop": 853114579 }, { "start": 853118517, "stop": 853118637 }, { "start": 853118876, "stop": 853121096 }, { "start": 853121286, "stop": 853127976 }, { "start": 853128126, "stop": 853128486 }, { "start": 853128606, "stop": 853128666 }, { "start": 853130042, "stop": 853137122 } ] }