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_CBCLOW_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_CBCLOW_CAT4/segments?format=api&page=249",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=247",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 248,
    "results": [
        {
            "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
        },
        {
            "start": 931466572,
            "stop": 931466579
        },
        {
            "start": 931466581,
            "stop": 931466587
        },
        {
            "start": 931466589,
            "stop": 931466604
        },
        {
            "start": 931466606,
            "stop": 931466631
        },
        {
            "start": 931466633,
            "stop": 931466635
        }
    ]
}