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=3759
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=3760",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3758",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3759,
    "results": [
        {
            "start": 873005832,
            "stop": 873006157
        },
        {
            "start": 873006161,
            "stop": 873006339
        },
        {
            "start": 873006341,
            "stop": 873006368
        },
        {
            "start": 873006371,
            "stop": 873006372
        },
        {
            "start": 873006375,
            "stop": 873006377
        },
        {
            "start": 873006380,
            "stop": 873006382
        },
        {
            "start": 873006390,
            "stop": 873006391
        },
        {
            "start": 873006394,
            "stop": 873006398
        },
        {
            "start": 873006404,
            "stop": 873006407
        },
        {
            "start": 873006414,
            "stop": 873006416
        },
        {
            "start": 873006419,
            "stop": 873006425
        },
        {
            "start": 873006431,
            "stop": 873006443
        },
        {
            "start": 873006447,
            "stop": 873006722
        },
        {
            "start": 873006725,
            "stop": 873006844
        },
        {
            "start": 873006847,
            "stop": 873006849
        },
        {
            "start": 873006852,
            "stop": 873006853
        },
        {
            "start": 873006862,
            "stop": 873006863
        },
        {
            "start": 873006875,
            "stop": 873006876
        },
        {
            "start": 873006890,
            "stop": 873006894
        },
        {
            "start": 873006897,
            "stop": 873006924
        }
    ]
}