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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=27",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 28,
    "results": [
        {
            "start": 1127448977,
            "stop": 1127449037
        },
        {
            "start": 1127449397,
            "stop": 1127449457
        },
        {
            "start": 1127449517,
            "stop": 1127449697
        },
        {
            "start": 1127449877,
            "stop": 1127449937
        },
        {
            "start": 1127450237,
            "stop": 1127450417
        },
        {
            "start": 1127450537,
            "stop": 1127451317
        },
        {
            "start": 1127451557,
            "stop": 1127451737
        },
        {
            "start": 1127451857,
            "stop": 1127451917
        },
        {
            "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": 1127453746
        },
        {
            "start": 1127453753,
            "stop": 1127454197
        },
        {
            "start": 1127454857,
            "stop": 1127454917
        },
        {
            "start": 1127455217,
            "stop": 1127455277
        },
        {
            "start": 1127455337,
            "stop": 1127455637
        }
    ]
}