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=410
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=411",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=409",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 410,
    "results": [
        {
            "start": 818724963,
            "stop": 818724966
        },
        {
            "start": 818724969,
            "stop": 818724973
        },
        {
            "start": 818724976,
            "stop": 818725002
        },
        {
            "start": 818725005,
            "stop": 818725045
        },
        {
            "start": 818725052,
            "stop": 818725053
        },
        {
            "start": 818725062,
            "stop": 818725064
        },
        {
            "start": 818725067,
            "stop": 818725100
        },
        {
            "start": 818725103,
            "stop": 818725109
        },
        {
            "start": 818725112,
            "stop": 818725113
        },
        {
            "start": 818725116,
            "stop": 818725121
        },
        {
            "start": 818725124,
            "stop": 818725129
        },
        {
            "start": 818725136,
            "stop": 818725147
        },
        {
            "start": 818725150,
            "stop": 818725157
        },
        {
            "start": 818725160,
            "stop": 818725169
        },
        {
            "start": 818725184,
            "stop": 818725185
        },
        {
            "start": 818725188,
            "stop": 818725195
        },
        {
            "start": 818725198,
            "stop": 818725199
        },
        {
            "start": 818725207,
            "stop": 818725210
        },
        {
            "start": 818725213,
            "stop": 818725216
        },
        {
            "start": 818725220,
            "stop": 818725232
        }
    ]
}