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=110
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=111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=109",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 110,
    "results": [
        {
            "start": 818062239,
            "stop": 818062240
        },
        {
            "start": 818062244,
            "stop": 818062249
        },
        {
            "start": 818062253,
            "stop": 818062254
        },
        {
            "start": 818062257,
            "stop": 818062260
        },
        {
            "start": 818062263,
            "stop": 818062265
        },
        {
            "start": 818062268,
            "stop": 818062295
        },
        {
            "start": 818062298,
            "stop": 818062303
        },
        {
            "start": 818062306,
            "stop": 818062315
        },
        {
            "start": 818062318,
            "stop": 818062331
        },
        {
            "start": 818062334,
            "stop": 818062338
        },
        {
            "start": 818062346,
            "stop": 818062348
        },
        {
            "start": 818062354,
            "stop": 818062356
        },
        {
            "start": 818062359,
            "stop": 818062363
        },
        {
            "start": 818062366,
            "stop": 818062367
        },
        {
            "start": 818062371,
            "stop": 818062376
        },
        {
            "start": 818062380,
            "stop": 818062390
        },
        {
            "start": 818062398,
            "stop": 818062406
        },
        {
            "start": 818062409,
            "stop": 818062418
        },
        {
            "start": 818062432,
            "stop": 818062443
        },
        {
            "start": 818062446,
            "stop": 818062447
        }
    ]
}