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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=24",
    "results_count": 828,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 25,
    "results": [
        {
            "start": 1175116112,
            "stop": 1175185598
        },
        {
            "start": 1175188916,
            "stop": 1175241786
        },
        {
            "start": 1175242325,
            "stop": 1175280514
        },
        {
            "start": 1175280520,
            "stop": 1175280991
        },
        {
            "start": 1175287062,
            "stop": 1175346161
        },
        {
            "start": 1175350812,
            "stop": 1175353229
        },
        {
            "start": 1175387736,
            "stop": 1175389788
        },
        {
            "start": 1175390316,
            "stop": 1175409507
        },
        {
            "start": 1175416278,
            "stop": 1175437419
        },
        {
            "start": 1175438061,
            "stop": 1175458673
        },
        {
            "start": 1175459074,
            "stop": 1175529619
        },
        {
            "start": 1175555221,
            "stop": 1175572254
        },
        {
            "start": 1175572259,
            "stop": 1175572287
        },
        {
            "start": 1175576524,
            "stop": 1175576576
        },
        {
            "start": 1175576622,
            "stop": 1175577659
        },
        {
            "start": 1175577776,
            "stop": 1175577936
        },
        {
            "start": 1175578374,
            "stop": 1175607109
        },
        {
            "start": 1175608136,
            "stop": 1175608437
        },
        {
            "start": 1175613243,
            "stop": 1175622299
        },
        {
            "start": 1175650660,
            "stop": 1175653526
        }
    ]
}