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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT1/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT1/segments?format=api&page=18",
    "results_count": 655,
    "results_per_page": 20,
    "num_pages": 33,
    "page_number": 19,
    "results": [
        {
            "start": 1127452097,
            "stop": 1127452217
        },
        {
            "start": 1127452397,
            "stop": 1127452457
        },
        {
            "start": 1127452757,
            "stop": 1127452817
        },
        {
            "start": 1127452937,
            "stop": 1127452997
        },
        {
            "start": 1127453057,
            "stop": 1127453237
        },
        {
            "start": 1127453417,
            "stop": 1127453477
        },
        {
            "start": 1127453537,
            "stop": 1127453597
        },
        {
            "start": 1127453657,
            "stop": 1127454197
        },
        {
            "start": 1127454857,
            "stop": 1127454917
        },
        {
            "start": 1127455217,
            "stop": 1127455277
        },
        {
            "start": 1127455337,
            "stop": 1127455637
        },
        {
            "start": 1127455937,
            "stop": 1127456117
        },
        {
            "start": 1127456177,
            "stop": 1127458637
        },
        {
            "start": 1127458697,
            "stop": 1127458997
        },
        {
            "start": 1127459057,
            "stop": 1127459117
        },
        {
            "start": 1127459297,
            "stop": 1127459477
        },
        {
            "start": 1127459597,
            "stop": 1127466017
        },
        {
            "start": 1127466077,
            "stop": 1127467097
        },
        {
            "start": 1127467157,
            "stop": 1127470037
        },
        {
            "start": 1127470097,
            "stop": 1127470757
        }
    ]
}