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=3788
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=3789",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3787",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3788,
    "results": [
        {
            "start": 873199024,
            "stop": 873199084
        },
        {
            "start": 873199087,
            "stop": 873199095
        },
        {
            "start": 873199098,
            "stop": 873199099
        },
        {
            "start": 873199102,
            "stop": 873199870
        },
        {
            "start": 873199873,
            "stop": 873199976
        },
        {
            "start": 873199979,
            "stop": 873200075
        },
        {
            "start": 873200078,
            "stop": 873200086
        },
        {
            "start": 873200089,
            "stop": 873200100
        },
        {
            "start": 873200105,
            "stop": 873200118
        },
        {
            "start": 873200121,
            "stop": 873200154
        },
        {
            "start": 873200158,
            "stop": 873200223
        },
        {
            "start": 873200226,
            "stop": 873200236
        },
        {
            "start": 873200239,
            "stop": 873200293
        },
        {
            "start": 873200296,
            "stop": 873200509
        },
        {
            "start": 873200512,
            "stop": 873200548
        },
        {
            "start": 873200553,
            "stop": 873200766
        },
        {
            "start": 873200769,
            "stop": 873200778
        },
        {
            "start": 873200781,
            "stop": 873200922
        },
        {
            "start": 873200925,
            "stop": 873201089
        },
        {
            "start": 873201090,
            "stop": 873201111
        }
    ]
}