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/S6/timelines/L1_CW_CAT1/segments?format=api&page=99
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=100", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=98", "results_count": 3094, "results_per_page": 20, "num_pages": 155, "page_number": 99, "results": [ { "start": 957343684, "stop": 957344415 }, { "start": 957344468, "stop": 957344963 }, { "start": 957345060, "stop": 957352049 }, { "start": 957354972, "stop": 957356842 }, { "start": 957357380, "stop": 957358262 }, { "start": 957361500, "stop": 957380437 }, { "start": 957384509, "stop": 957386705 }, { "start": 957414702, "stop": 957421054 }, { "start": 957435574, "stop": 957441144 }, { "start": 957445564, "stop": 957454879 }, { "start": 957455243, "stop": 957457766 }, { "start": 957461163, "stop": 957467309 }, { "start": 957467728, "stop": 957471022 }, { "start": 957472306, "stop": 957519866 }, { "start": 957520152, "stop": 957520668 }, { "start": 957521296, "stop": 957521531 }, { "start": 957522548, "stop": 957522551 }, { "start": 957522584, "stop": 957522865 }, { "start": 957524970, "stop": 957525284 }, { "start": 957530142, "stop": 957538495 } ] }