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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=295",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=293",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 294,
    "results": [
        {
            "start": 821043168,
            "stop": 821043174
        },
        {
            "start": 821043197,
            "stop": 821043208
        },
        {
            "start": 821043212,
            "stop": 821043218
        },
        {
            "start": 821043221,
            "stop": 821043243
        },
        {
            "start": 821043246,
            "stop": 821043251
        },
        {
            "start": 821043259,
            "stop": 821043265
        },
        {
            "start": 821043342,
            "stop": 821043345
        },
        {
            "start": 821043358,
            "stop": 821043367
        },
        {
            "start": 821043371,
            "stop": 821043373
        },
        {
            "start": 821043458,
            "stop": 821043462
        },
        {
            "start": 821043481,
            "stop": 821043487
        },
        {
            "start": 821043491,
            "stop": 821043496
        },
        {
            "start": 821043500,
            "stop": 821043520
        },
        {
            "start": 821043524,
            "stop": 821043532
        },
        {
            "start": 821043932,
            "stop": 821043935
        },
        {
            "start": 821043938,
            "stop": 821043939
        },
        {
            "start": 821043943,
            "stop": 821043946
        },
        {
            "start": 821043950,
            "stop": 821043953
        },
        {
            "start": 821043962,
            "stop": 821043983
        },
        {
            "start": 821043991,
            "stop": 821043997
        }
    ]
}