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=812
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=813", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=811", "results_count": 21252, "results_per_page": 20, "num_pages": 1063, "page_number": 812, "results": [ { "start": 862167453, "stop": 862167693 }, { "start": 862173917, "stop": 862174577 }, { "start": 862174773, "stop": 862176933 }, { "start": 862178452, "stop": 862179352 }, { "start": 862180027, "stop": 862183867 }, { "start": 862184681, "stop": 862185461 }, { "start": 862210261, "stop": 862210681 }, { "start": 862210827, "stop": 862211187 }, { "start": 862211330, "stop": 862213370 }, { "start": 862213564, "stop": 862215424 }, { "start": 862215981, "stop": 862216881 }, { "start": 862217095, "stop": 862221505 }, { "start": 862221625, "stop": 862223815 }, { "start": 862225507, "stop": 862225567 }, { "start": 862225911, "stop": 862226091 }, { "start": 862226261, "stop": 862227941 }, { "start": 862227971, "stop": 862228091 }, { "start": 862228121, "stop": 862229201 }, { "start": 862229411, "stop": 862229561 }, { "start": 862229728, "stop": 862230628 } ] }