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=30
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=31",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=29",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 30,
    "results": [
        {
            "start": 1238486197,
            "stop": 1238486867
        },
        {
            "start": 1238486870,
            "stop": 1238487819
        },
        {
            "start": 1238487827,
            "stop": 1238489083
        },
        {
            "start": 1238489086,
            "stop": 1238489301
        },
        {
            "start": 1238489304,
            "stop": 1238490850
        },
        {
            "start": 1238490853,
            "stop": 1238491380
        },
        {
            "start": 1238491382,
            "stop": 1238491925
        },
        {
            "start": 1238491928,
            "stop": 1238493896
        },
        {
            "start": 1238493899,
            "stop": 1238495011
        },
        {
            "start": 1238495019,
            "stop": 1238495914
        },
        {
            "start": 1238495922,
            "stop": 1238497225
        },
        {
            "start": 1238497228,
            "stop": 1238497919
        },
        {
            "start": 1238497922,
            "stop": 1238499147
        },
        {
            "start": 1238499150,
            "stop": 1238501267
        },
        {
            "start": 1238501270,
            "stop": 1238503276
        },
        {
            "start": 1238503279,
            "stop": 1238504011
        },
        {
            "start": 1238504014,
            "stop": 1238504115
        },
        {
            "start": 1238504117,
            "stop": 1238506933
        },
        {
            "start": 1238506936,
            "stop": 1238508120
        },
        {
            "start": 1238508123,
            "stop": 1238508895
        }
    ]
}