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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=249",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=247",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 248,
    "results": [
        {
            "start": 931466290,
            "stop": 931466307
        },
        {
            "start": 931466309,
            "stop": 931466312
        },
        {
            "start": 931466314,
            "stop": 931466315
        },
        {
            "start": 931466317,
            "stop": 931466324
        },
        {
            "start": 931466326,
            "stop": 931466337
        },
        {
            "start": 931466339,
            "stop": 931466345
        },
        {
            "start": 931466347,
            "stop": 931466374
        },
        {
            "start": 931466376,
            "stop": 931466382
        },
        {
            "start": 931466384,
            "stop": 931466404
        },
        {
            "start": 931466407,
            "stop": 931466415
        },
        {
            "start": 931466417,
            "stop": 931466437
        },
        {
            "start": 931466440,
            "stop": 931466450
        },
        {
            "start": 931466452,
            "stop": 931466454
        },
        {
            "start": 931466456,
            "stop": 931466464
        },
        {
            "start": 931466466,
            "stop": 931466496
        },
        {
            "start": 931466498,
            "stop": 931466500
        },
        {
            "start": 931466502,
            "stop": 931466503
        },
        {
            "start": 931466506,
            "stop": 931466553
        },
        {
            "start": 931466555,
            "stop": 931466561
        },
        {
            "start": 931466564,
            "stop": 931466570
        }
    ]
}