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=361
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=362",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=360",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 361,
    "results": [
        {
            "start": 818258164,
            "stop": 818258165
        },
        {
            "start": 818258177,
            "stop": 818258178
        },
        {
            "start": 818258183,
            "stop": 818258184
        },
        {
            "start": 818258187,
            "stop": 818258190
        },
        {
            "start": 818258193,
            "stop": 818258196
        },
        {
            "start": 818258204,
            "stop": 818258205
        },
        {
            "start": 818258211,
            "stop": 818258212
        },
        {
            "start": 818258222,
            "stop": 818258223
        },
        {
            "start": 818258226,
            "stop": 818258228
        },
        {
            "start": 818258234,
            "stop": 818258235
        },
        {
            "start": 818258238,
            "stop": 818258244
        },
        {
            "start": 818258272,
            "stop": 818258273
        },
        {
            "start": 818258277,
            "stop": 818258278
        },
        {
            "start": 818258290,
            "stop": 818258292
        },
        {
            "start": 818258298,
            "stop": 818258299
        },
        {
            "start": 818258303,
            "stop": 818258305
        },
        {
            "start": 818258321,
            "stop": 818258322
        },
        {
            "start": 818258330,
            "stop": 818258331
        },
        {
            "start": 818258348,
            "stop": 818258349
        },
        {
            "start": 818258374,
            "stop": 818258375
        }
    ]
}