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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8130",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8131,
    "results": [
        {
            "start": 872978486,
            "stop": 872978914
        },
        {
            "start": 872978931,
            "stop": 872978933
        },
        {
            "start": 872979159,
            "stop": 872979169
        },
        {
            "start": 872979240,
            "stop": 872979248
        },
        {
            "start": 872979265,
            "stop": 872979288
        },
        {
            "start": 872979305,
            "stop": 872979382
        },
        {
            "start": 872979480,
            "stop": 872979566
        },
        {
            "start": 872979584,
            "stop": 872979598
        },
        {
            "start": 872979718,
            "stop": 872979796
        },
        {
            "start": 872979813,
            "stop": 872980044
        },
        {
            "start": 872980061,
            "stop": 872980113
        },
        {
            "start": 872980240,
            "stop": 872980617
        },
        {
            "start": 872980634,
            "stop": 872980655
        },
        {
            "start": 872980775,
            "stop": 872980844
        },
        {
            "start": 872980861,
            "stop": 872981002
        },
        {
            "start": 872981238,
            "stop": 872981252
        },
        {
            "start": 872981270,
            "stop": 872981275
        },
        {
            "start": 872981474,
            "stop": 872981712
        },
        {
            "start": 872981820,
            "stop": 872981878
        },
        {
            "start": 872982090,
            "stop": 872983382
        }
    ]
}