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=626
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=627", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=625", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 626, "results": [ { "start": 850733202, "stop": 850733322 }, { "start": 850733352, "stop": 850734492 }, { "start": 850734582, "stop": 850735452 }, { "start": 850735482, "stop": 850736862 }, { "start": 850736892, "stop": 850737522 }, { "start": 850737552, "stop": 850737672 }, { "start": 850737702, "stop": 850738662 }, { "start": 850739028, "stop": 850740288 }, { "start": 850740318, "stop": 850740888 }, { "start": 850742067, "stop": 850742277 }, { "start": 850742455, "stop": 850742935 }, { "start": 850743085, "stop": 850743355 }, { "start": 850743814, "stop": 850743964 }, { "start": 850743994, "stop": 850744054 }, { "start": 850744084, "stop": 850744654 }, { "start": 850744684, "stop": 850744774 }, { "start": 850747245, "stop": 850747755 }, { "start": 850747785, "stop": 850748325 }, { "start": 850748475, "stop": 850749105 }, { "start": 850750660, "stop": 850751110 } ] }