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=280
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=281",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=279",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 280,
    "results": [
        {
            "start": 818234877,
            "stop": 818234887
        },
        {
            "start": 818234898,
            "stop": 818234902
        },
        {
            "start": 818234925,
            "stop": 818234929
        },
        {
            "start": 818234932,
            "stop": 818234935
        },
        {
            "start": 818234938,
            "stop": 818234941
        },
        {
            "start": 818234974,
            "stop": 818234975
        },
        {
            "start": 818234982,
            "stop": 818234986
        },
        {
            "start": 818234989,
            "stop": 818234991
        },
        {
            "start": 818234999,
            "stop": 818235000
        },
        {
            "start": 818235008,
            "stop": 818235009
        },
        {
            "start": 818235014,
            "stop": 818235016
        },
        {
            "start": 818235039,
            "stop": 818235043
        },
        {
            "start": 818235048,
            "stop": 818235049
        },
        {
            "start": 818235053,
            "stop": 818235056
        },
        {
            "start": 818235066,
            "stop": 818235068
        },
        {
            "start": 818235073,
            "stop": 818235077
        },
        {
            "start": 818235081,
            "stop": 818235084
        },
        {
            "start": 818235101,
            "stop": 818235107
        },
        {
            "start": 818235111,
            "stop": 818235112
        },
        {
            "start": 818235119,
            "stop": 818235122
        }
    ]
}