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=304
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=305",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=303",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 304,
    "results": [
        {
            "start": 818242886,
            "stop": 818242891
        },
        {
            "start": 818242897,
            "stop": 818242898
        },
        {
            "start": 818242923,
            "stop": 818242929
        },
        {
            "start": 818242932,
            "stop": 818242935
        },
        {
            "start": 818242939,
            "stop": 818242940
        },
        {
            "start": 818242950,
            "stop": 818242951
        },
        {
            "start": 818242966,
            "stop": 818242970
        },
        {
            "start": 818242980,
            "stop": 818242983
        },
        {
            "start": 818242986,
            "stop": 818242988
        },
        {
            "start": 818242995,
            "stop": 818243007
        },
        {
            "start": 818243013,
            "stop": 818243014
        },
        {
            "start": 818243017,
            "stop": 818243020
        },
        {
            "start": 818243023,
            "stop": 818243024
        },
        {
            "start": 818243037,
            "stop": 818243038
        },
        {
            "start": 818243043,
            "stop": 818243049
        },
        {
            "start": 818243066,
            "stop": 818243075
        },
        {
            "start": 818243079,
            "stop": 818243081
        },
        {
            "start": 818243084,
            "stop": 818243093
        },
        {
            "start": 818243097,
            "stop": 818243098
        },
        {
            "start": 818243104,
            "stop": 818243115
        }
    ]
}