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_CBCHIGH_CAT3/segments?format=api&page=14732
{ "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14733", "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14731", "results_count": 298986, "results_per_page": 20, "num_pages": 14950, "page_number": 14732, "results": [ { "start": 971177879, "stop": 971177885 }, { "start": 971177886, "stop": 971177890 }, { "start": 971177893, "stop": 971177895 }, { "start": 971177898, "stop": 971177905 }, { "start": 971177906, "stop": 971177912 }, { "start": 971177913, "stop": 971177931 }, { "start": 971177933, "stop": 971177953 }, { "start": 971177954, "stop": 971177962 }, { "start": 971177963, "stop": 971177964 }, { "start": 971177965, "stop": 971177968 }, { "start": 971177971, "stop": 971177976 }, { "start": 971177977, "stop": 971177979 }, { "start": 971177982, "stop": 971177983 }, { "start": 971177984, "stop": 971177991 }, { "start": 971177993, "stop": 971177996 }, { "start": 971177999, "stop": 971178014 }, { "start": 971178018, "stop": 971178022 }, { "start": 971178024, "stop": 971178026 }, { "start": 971178027, "stop": 971178030 }, { "start": 971178034, "stop": 971178036 } ] }