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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=116",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=114",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 115,
    "results": [
        {
            "start": 1175576954,
            "stop": 1175577925
        },
        {
            "start": 1175577926,
            "stop": 1175578862
        },
        {
            "start": 1175578863,
            "stop": 1175579836
        },
        {
            "start": 1175579837,
            "stop": 1175580972
        },
        {
            "start": 1175580973,
            "stop": 1175581901
        },
        {
            "start": 1175581902,
            "stop": 1175583017
        },
        {
            "start": 1175583018,
            "stop": 1175584200
        },
        {
            "start": 1175584201,
            "stop": 1175585336
        },
        {
            "start": 1175585337,
            "stop": 1175586329
        },
        {
            "start": 1175586330,
            "stop": 1175587443
        },
        {
            "start": 1175587444,
            "stop": 1175588467
        },
        {
            "start": 1175588468,
            "stop": 1175589621
        },
        {
            "start": 1175589622,
            "stop": 1175590609
        },
        {
            "start": 1175590610,
            "stop": 1175590797
        },
        {
            "start": 1175592589,
            "stop": 1175592701
        },
        {
            "start": 1175592702,
            "stop": 1175593841
        },
        {
            "start": 1175593842,
            "stop": 1175594903
        },
        {
            "start": 1175594904,
            "stop": 1175596058
        },
        {
            "start": 1175596059,
            "stop": 1175597153
        },
        {
            "start": 1175597154,
            "stop": 1175598339
        }
    ]
}