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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=258",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=256",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 257,
    "results": [
        {
            "start": 818224958,
            "stop": 818224960
        },
        {
            "start": 818224982,
            "stop": 818224986
        },
        {
            "start": 818224996,
            "stop": 818225000
        },
        {
            "start": 818225012,
            "stop": 818225013
        },
        {
            "start": 818225019,
            "stop": 818225023
        },
        {
            "start": 818225026,
            "stop": 818225028
        },
        {
            "start": 818225033,
            "stop": 818225036
        },
        {
            "start": 818225041,
            "stop": 818225043
        },
        {
            "start": 818225050,
            "stop": 818225054
        },
        {
            "start": 818225067,
            "stop": 818225069
        },
        {
            "start": 818225083,
            "stop": 818225084
        },
        {
            "start": 818225087,
            "stop": 818225089
        },
        {
            "start": 818225094,
            "stop": 818225098
        },
        {
            "start": 818225101,
            "stop": 818225102
        },
        {
            "start": 818225111,
            "stop": 818225114
        },
        {
            "start": 818225131,
            "stop": 818225132
        },
        {
            "start": 818225140,
            "stop": 818225144
        },
        {
            "start": 818225147,
            "stop": 818225148
        },
        {
            "start": 818225155,
            "stop": 818225161
        },
        {
            "start": 818225164,
            "stop": 818225168
        }
    ]
}