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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1949",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1947",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1948,
    "results": [
        {
            "start": 1252800955,
            "stop": 1252800979
        },
        {
            "start": 1252800981,
            "stop": 1252801040
        },
        {
            "start": 1252801041,
            "stop": 1252801216
        },
        {
            "start": 1252801219,
            "stop": 1252801275
        },
        {
            "start": 1252801278,
            "stop": 1252801359
        },
        {
            "start": 1252801362,
            "stop": 1252801929
        },
        {
            "start": 1252801930,
            "stop": 1252801933
        },
        {
            "start": 1252801935,
            "stop": 1252801969
        },
        {
            "start": 1252801972,
            "stop": 1252801982
        },
        {
            "start": 1252801986,
            "stop": 1252802184
        },
        {
            "start": 1252802187,
            "stop": 1252802203
        },
        {
            "start": 1252802206,
            "stop": 1252802210
        },
        {
            "start": 1252802213,
            "stop": 1252802430
        },
        {
            "start": 1252802438,
            "stop": 1252802445
        },
        {
            "start": 1252808729,
            "stop": 1252810017
        },
        {
            "start": 1252810019,
            "stop": 1252811805
        },
        {
            "start": 1252811808,
            "stop": 1252811993
        },
        {
            "start": 1252811996,
            "stop": 1252813035
        },
        {
            "start": 1252813038,
            "stop": 1252813144
        },
        {
            "start": 1252813147,
            "stop": 1252813219
        }
    ]
}