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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14651",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14649",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14650,
    "results": [
        {
            "start": 971166201,
            "stop": 971166209
        },
        {
            "start": 971166211,
            "stop": 971166214
        },
        {
            "start": 971166216,
            "stop": 971166217
        },
        {
            "start": 971166218,
            "stop": 971166219
        },
        {
            "start": 971166222,
            "stop": 971166224
        },
        {
            "start": 971166226,
            "stop": 971166227
        },
        {
            "start": 971166229,
            "stop": 971166230
        },
        {
            "start": 971166234,
            "stop": 971166236
        },
        {
            "start": 971166241,
            "stop": 971166242
        },
        {
            "start": 971166244,
            "stop": 971166248
        },
        {
            "start": 971166249,
            "stop": 971166255
        },
        {
            "start": 971166258,
            "stop": 971166262
        },
        {
            "start": 971166263,
            "stop": 971166267
        },
        {
            "start": 971166268,
            "stop": 971166270
        },
        {
            "start": 971166274,
            "stop": 971166287
        },
        {
            "start": 971166289,
            "stop": 971166290
        },
        {
            "start": 971166292,
            "stop": 971166293
        },
        {
            "start": 971166296,
            "stop": 971166299
        },
        {
            "start": 971166301,
            "stop": 971166304
        },
        {
            "start": 971166309,
            "stop": 971166312
        }
    ]
}