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=3724
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=3725",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3723",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3724,
    "results": [
        {
            "start": 872657976,
            "stop": 872657994
        },
        {
            "start": 872657996,
            "stop": 872658059
        },
        {
            "start": 872658061,
            "stop": 872658349
        },
        {
            "start": 872658351,
            "stop": 872658609
        },
        {
            "start": 872658611,
            "stop": 872667429
        },
        {
            "start": 872667432,
            "stop": 872668705
        },
        {
            "start": 872669760,
            "stop": 872669767
        },
        {
            "start": 872669771,
            "stop": 872669888
        },
        {
            "start": 872669891,
            "stop": 872669913
        },
        {
            "start": 872669916,
            "stop": 872670426
        },
        {
            "start": 872670431,
            "stop": 872670470
        },
        {
            "start": 872670473,
            "stop": 872670477
        },
        {
            "start": 872670480,
            "stop": 872671365
        },
        {
            "start": 872671368,
            "stop": 872671877
        },
        {
            "start": 872671880,
            "stop": 872671927
        },
        {
            "start": 872671930,
            "stop": 872672835
        },
        {
            "start": 872672839,
            "stop": 872672840
        },
        {
            "start": 872672843,
            "stop": 872674116
        },
        {
            "start": 872674119,
            "stop": 872677325
        },
        {
            "start": 872677328,
            "stop": 872677578
        }
    ]
}