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_CAT2/segments?format=api&page=1237
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1238",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1236",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1237,
    "results": [
        {
            "start": 957356138,
            "stop": 957356166
        },
        {
            "start": 957356168,
            "stop": 957356217
        },
        {
            "start": 957356218,
            "stop": 957356781
        },
        {
            "start": 957356783,
            "stop": 957356842
        },
        {
            "start": 957357380,
            "stop": 957357644
        },
        {
            "start": 957357646,
            "stop": 957358367
        },
        {
            "start": 957361500,
            "stop": 957366828
        },
        {
            "start": 957366830,
            "stop": 957367163
        },
        {
            "start": 957367165,
            "stop": 957368429
        },
        {
            "start": 957368431,
            "stop": 957370174
        },
        {
            "start": 957370176,
            "stop": 957373211
        },
        {
            "start": 957373213,
            "stop": 957373439
        },
        {
            "start": 957373441,
            "stop": 957376519
        },
        {
            "start": 957376521,
            "stop": 957376953
        },
        {
            "start": 957376955,
            "stop": 957380141
        },
        {
            "start": 957380143,
            "stop": 957380542
        },
        {
            "start": 957384509,
            "stop": 957386810
        },
        {
            "start": 957414702,
            "stop": 957416907
        },
        {
            "start": 957416909,
            "stop": 957417589
        },
        {
            "start": 957417591,
            "stop": 957417633
        }
    ]
}