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=160
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=161",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=159",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 160,
    "results": [
        {
            "start": 818078558,
            "stop": 818078561
        },
        {
            "start": 818078574,
            "stop": 818078575
        },
        {
            "start": 818078580,
            "stop": 818078582
        },
        {
            "start": 818078587,
            "stop": 818078588
        },
        {
            "start": 818078592,
            "stop": 818078593
        },
        {
            "start": 818078605,
            "stop": 818078611
        },
        {
            "start": 818078619,
            "stop": 818078627
        },
        {
            "start": 818078634,
            "stop": 818078636
        },
        {
            "start": 818078641,
            "stop": 818078645
        },
        {
            "start": 818078648,
            "stop": 818078652
        },
        {
            "start": 818078667,
            "stop": 818078668
        },
        {
            "start": 818078671,
            "stop": 818078672
        },
        {
            "start": 818078678,
            "stop": 818078679
        },
        {
            "start": 818078688,
            "stop": 818078693
        },
        {
            "start": 818078698,
            "stop": 818078699
        },
        {
            "start": 818078708,
            "stop": 818078711
        },
        {
            "start": 818078717,
            "stop": 818078718
        },
        {
            "start": 818078721,
            "stop": 818078723
        },
        {
            "start": 818078726,
            "stop": 818078727
        },
        {
            "start": 818078739,
            "stop": 818078741
        }
    ]
}