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_CAT4/segments?format=api&page=330
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=331",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=329",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 330,
    "results": [
        {
            "start": 818818565,
            "stop": 818818578
        },
        {
            "start": 818818611,
            "stop": 818818647
        },
        {
            "start": 818818666,
            "stop": 818818751
        },
        {
            "start": 818818895,
            "stop": 818818900
        },
        {
            "start": 818818930,
            "stop": 818818962
        },
        {
            "start": 818819061,
            "stop": 818819135
        },
        {
            "start": 818819292,
            "stop": 818819315
        },
        {
            "start": 818819550,
            "stop": 818819568
        },
        {
            "start": 818820004,
            "stop": 818820024
        },
        {
            "start": 818820051,
            "stop": 818820054
        },
        {
            "start": 818820250,
            "stop": 818820254
        },
        {
            "start": 818820340,
            "stop": 818820360
        },
        {
            "start": 818820382,
            "stop": 818820493
        },
        {
            "start": 818820537,
            "stop": 818820538
        },
        {
            "start": 818820660,
            "stop": 818820666
        },
        {
            "start": 818820686,
            "stop": 818820712
        },
        {
            "start": 818820819,
            "stop": 818820865
        },
        {
            "start": 818820941,
            "stop": 818820960
        },
        {
            "start": 818821055,
            "stop": 818821065
        },
        {
            "start": 818821193,
            "stop": 818821200
        }
    ]
}