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/O2/timelines/H1_BURST_CAT2/segments?format=api&page=487
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=488",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=486",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 487,
    "results": [
        {
            "start": 1184528338,
            "stop": 1184528354
        },
        {
            "start": 1184528356,
            "stop": 1184528360
        },
        {
            "start": 1184528362,
            "stop": 1184528368
        },
        {
            "start": 1184537239,
            "stop": 1184537547
        },
        {
            "start": 1184537550,
            "stop": 1184538182
        },
        {
            "start": 1184538186,
            "stop": 1184538347
        },
        {
            "start": 1184538352,
            "stop": 1184538358
        },
        {
            "start": 1184538369,
            "stop": 1184538387
        },
        {
            "start": 1184538402,
            "stop": 1184538428
        },
        {
            "start": 1184538454,
            "stop": 1184539286
        },
        {
            "start": 1184539290,
            "stop": 1184539298
        },
        {
            "start": 1184539300,
            "stop": 1184539498
        },
        {
            "start": 1184539500,
            "stop": 1184539656
        },
        {
            "start": 1184539658,
            "stop": 1184539877
        },
        {
            "start": 1184540346,
            "stop": 1184540532
        },
        {
            "start": 1184540534,
            "stop": 1184542244
        },
        {
            "start": 1184542246,
            "stop": 1184542572
        },
        {
            "start": 1184542574,
            "stop": 1184542575
        },
        {
            "start": 1184542577,
            "stop": 1184543006
        },
        {
            "start": 1184543009,
            "stop": 1184543339
        }
    ]
}