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/H2_STOCH_CAT1/segments?format=api&page=91
{ "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=92", "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=90", "results_count": 6551, "results_per_page": 20, "num_pages": 328, "page_number": 91, "results": [ { "start": 826884928, "stop": 826889536 }, { "start": 826889568, "stop": 826889696 }, { "start": 826889728, "stop": 826896896 }, { "start": 826896928, "stop": 826899232 }, { "start": 826899264, "stop": 826914036 }, { "start": 826914037, "stop": 826920613 }, { "start": 826923187, "stop": 826923673 }, { "start": 826925490, "stop": 826925856 }, { "start": 826925888, "stop": 826927776 }, { "start": 826927808, "stop": 826928731 }, { "start": 826928736, "stop": 826956096 }, { "start": 826956128, "stop": 826965248 }, { "start": 826965280, "stop": 826972928 }, { "start": 826972960, "stop": 826975776 }, { "start": 826975808, "stop": 826983968 }, { "start": 826984000, "stop": 826992768 }, { "start": 827014704, "stop": 827017487 }, { "start": 827018577, "stop": 827019437 }, { "start": 827023582, "stop": 827024061 }, { "start": 827025512, "stop": 827031793 } ] }