Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2358
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2359",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2357",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2358,
    "results": [
        {
            "start": 874690861,
            "stop": 874690967
        },
        {
            "start": 874690984,
            "stop": 874691340
        },
        {
            "start": 874691366,
            "stop": 874691457
        },
        {
            "start": 874691474,
            "stop": 874691762
        },
        {
            "start": 874691779,
            "stop": 874691801
        },
        {
            "start": 874691818,
            "stop": 874691957
        },
        {
            "start": 874691974,
            "stop": 874692134
        },
        {
            "start": 874692152,
            "stop": 874692481
        },
        {
            "start": 874692498,
            "stop": 874692809
        },
        {
            "start": 874692826,
            "stop": 874693095
        },
        {
            "start": 874693112,
            "stop": 874693955
        },
        {
            "start": 874694196,
            "stop": 874694237
        },
        {
            "start": 874694254,
            "stop": 874694307
        },
        {
            "start": 874694325,
            "stop": 874694372
        },
        {
            "start": 874694389,
            "stop": 874694750
        },
        {
            "start": 874694767,
            "stop": 874694951
        },
        {
            "start": 874694969,
            "stop": 874695527
        },
        {
            "start": 874695544,
            "stop": 874695664
        },
        {
            "start": 874695688,
            "stop": 874695712
        },
        {
            "start": 874695729,
            "stop": 874696302
        }
    ]
}