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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=15",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 16,
    "results": [
        {
            "start": 1167700053,
            "stop": 1167703656
        },
        {
            "start": 1167703660,
            "stop": 1167705520
        },
        {
            "start": 1167705524,
            "stop": 1167706610
        },
        {
            "start": 1167707103,
            "stop": 1167710438
        },
        {
            "start": 1167710441,
            "stop": 1167711471
        },
        {
            "start": 1167711475,
            "stop": 1167715788
        },
        {
            "start": 1167715792,
            "stop": 1167718466
        },
        {
            "start": 1167718467,
            "stop": 1167722555
        },
        {
            "start": 1167726591,
            "stop": 1167729961
        },
        {
            "start": 1167729966,
            "stop": 1167731112
        },
        {
            "start": 1167731116,
            "stop": 1167731140
        },
        {
            "start": 1167731144,
            "stop": 1167731716
        },
        {
            "start": 1167731720,
            "stop": 1167732721
        },
        {
            "start": 1167732725,
            "stop": 1167734130
        },
        {
            "start": 1167734134,
            "stop": 1167734848
        },
        {
            "start": 1167734852,
            "stop": 1167736022
        },
        {
            "start": 1167739196,
            "stop": 1167740377
        },
        {
            "start": 1167740381,
            "stop": 1167740431
        },
        {
            "start": 1167746056,
            "stop": 1167747428
        },
        {
            "start": 1167747432,
            "stop": 1167747644
        }
    ]
}