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=106
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=107",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=105",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 106,
    "results": [
        {
            "start": 932460165,
            "stop": 932460240
        },
        {
            "start": 932460262,
            "stop": 932460268
        },
        {
            "start": 932460296,
            "stop": 932460536
        },
        {
            "start": 932460554,
            "stop": 932460752
        },
        {
            "start": 932460771,
            "stop": 932461157
        },
        {
            "start": 932461176,
            "stop": 932464052
        },
        {
            "start": 932464091,
            "stop": 932464093
        },
        {
            "start": 932465621,
            "stop": 932466119
        },
        {
            "start": 932466142,
            "stop": 932466354
        },
        {
            "start": 932472525,
            "stop": 932473706
        },
        {
            "start": 932474562,
            "stop": 932474596
        },
        {
            "start": 932474601,
            "stop": 932474793
        },
        {
            "start": 932474798,
            "stop": 932475100
        },
        {
            "start": 932475105,
            "stop": 932475594
        },
        {
            "start": 932475599,
            "stop": 932475715
        },
        {
            "start": 932475720,
            "stop": 932475847
        },
        {
            "start": 932475852,
            "stop": 932476268
        },
        {
            "start": 932476273,
            "stop": 932477233
        },
        {
            "start": 932480179,
            "stop": 932480208
        },
        {
            "start": 932480238,
            "stop": 932480269
        }
    ]
}