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=11
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=12",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=10",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 11,
    "results": [
        {
            "start": 1238352006,
            "stop": 1238352062
        },
        {
            "start": 1238352063,
            "stop": 1238352069
        },
        {
            "start": 1238352070,
            "stop": 1238352084
        },
        {
            "start": 1238352086,
            "stop": 1238352087
        },
        {
            "start": 1238352088,
            "stop": 1238352090
        },
        {
            "start": 1238352091,
            "stop": 1238352217
        },
        {
            "start": 1238352218,
            "stop": 1238352221
        },
        {
            "start": 1238352222,
            "stop": 1238352240
        },
        {
            "start": 1238352241,
            "stop": 1238352243
        },
        {
            "start": 1238352244,
            "stop": 1238352363
        },
        {
            "start": 1238352364,
            "stop": 1238352366
        },
        {
            "start": 1238352367,
            "stop": 1238352385
        },
        {
            "start": 1238352390,
            "stop": 1238352466
        },
        {
            "start": 1238352467,
            "stop": 1238352471
        },
        {
            "start": 1238352472,
            "stop": 1238352493
        },
        {
            "start": 1238352494,
            "stop": 1238352498
        },
        {
            "start": 1238352499,
            "stop": 1238352514
        },
        {
            "start": 1238352515,
            "stop": 1238352516
        },
        {
            "start": 1238352517,
            "stop": 1238352541
        },
        {
            "start": 1238352543,
            "stop": 1238352561
        }
    ]
}