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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=95",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=93",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 94,
    "results": [
        {
            "start": 1238491263,
            "stop": 1238491792
        },
        {
            "start": 1238491796,
            "stop": 1238491818
        },
        {
            "start": 1238491820,
            "stop": 1238491994
        },
        {
            "start": 1238491996,
            "stop": 1238492184
        },
        {
            "start": 1238492185,
            "stop": 1238492229
        },
        {
            "start": 1238500421,
            "stop": 1238501227
        },
        {
            "start": 1238501229,
            "stop": 1238501240
        },
        {
            "start": 1238501244,
            "stop": 1238501360
        },
        {
            "start": 1238501361,
            "stop": 1238501394
        },
        {
            "start": 1238501396,
            "stop": 1238502135
        },
        {
            "start": 1238502136,
            "stop": 1238502257
        },
        {
            "start": 1238502258,
            "stop": 1238502361
        },
        {
            "start": 1238502363,
            "stop": 1238502391
        },
        {
            "start": 1238502392,
            "stop": 1238502843
        },
        {
            "start": 1238502844,
            "stop": 1238503175
        },
        {
            "start": 1238503178,
            "stop": 1238503300
        },
        {
            "start": 1238503304,
            "stop": 1238503726
        },
        {
            "start": 1238503731,
            "stop": 1238504069
        },
        {
            "start": 1238504071,
            "stop": 1238504090
        },
        {
            "start": 1238504092,
            "stop": 1238504111
        }
    ]
}