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=323
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=324",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=322",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 323,
    "results": [
        {
            "start": 818248065,
            "stop": 818248066
        },
        {
            "start": 818248072,
            "stop": 818248075
        },
        {
            "start": 818248080,
            "stop": 818248081
        },
        {
            "start": 818248084,
            "stop": 818248089
        },
        {
            "start": 818248098,
            "stop": 818248103
        },
        {
            "start": 818248111,
            "stop": 818248115
        },
        {
            "start": 818248121,
            "stop": 818248123
        },
        {
            "start": 818248126,
            "stop": 818248127
        },
        {
            "start": 818248130,
            "stop": 818248135
        },
        {
            "start": 818248138,
            "stop": 818248139
        },
        {
            "start": 818248155,
            "stop": 818248158
        },
        {
            "start": 818248169,
            "stop": 818248173
        },
        {
            "start": 818248370,
            "stop": 818248371
        },
        {
            "start": 818248394,
            "stop": 818248395
        },
        {
            "start": 818248398,
            "stop": 818248400
        },
        {
            "start": 818248407,
            "stop": 818248410
        },
        {
            "start": 818248417,
            "stop": 818248426
        },
        {
            "start": 818248429,
            "stop": 818248430
        },
        {
            "start": 818248433,
            "stop": 818248436
        },
        {
            "start": 818248463,
            "stop": 818248464
        }
    ]
}