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_H1L1/segments?format=api&page=108
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=109", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=107", "results_count": 22462, "results_per_page": 20, "num_pages": 1124, "page_number": 108, "results": [ { "start": 821158462, "stop": 821158522 }, { "start": 821158800, "stop": 821158860 }, { "start": 821159870, "stop": 821159930 }, { "start": 821162238, "stop": 821162538 }, { "start": 821162696, "stop": 821162936 }, { "start": 821163078, "stop": 821163198 }, { "start": 821163796, "stop": 821163856 }, { "start": 821166845, "stop": 821167145 }, { "start": 821167541, "stop": 821167661 }, { "start": 821168083, "stop": 821168203 }, { "start": 821168573, "stop": 821168633 }, { "start": 821169722, "stop": 821169782 }, { "start": 821173571, "stop": 821173691 }, { "start": 821178359, "stop": 821178539 }, { "start": 821178818, "stop": 821179058 }, { "start": 821179250, "stop": 821179670 }, { "start": 821179820, "stop": 821179970 }, { "start": 821180103, "stop": 821180463 }, { "start": 821233370, "stop": 821233550 }, { "start": 821249400, "stop": 821249460 } ] }