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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=631",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=629",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 630,
    "results": [
        {
            "start": 1263419054,
            "stop": 1263419321
        },
        {
            "start": 1263419324,
            "stop": 1263419390
        },
        {
            "start": 1263419393,
            "stop": 1263421288
        },
        {
            "start": 1263421290,
            "stop": 1263421516
        },
        {
            "start": 1263421524,
            "stop": 1263421527
        },
        {
            "start": 1263421531,
            "stop": 1263421735
        },
        {
            "start": 1263421737,
            "stop": 1263422007
        },
        {
            "start": 1263422011,
            "stop": 1263422132
        },
        {
            "start": 1263422135,
            "stop": 1263423393
        },
        {
            "start": 1263423396,
            "stop": 1263425818
        },
        {
            "start": 1263425820,
            "stop": 1263427950
        },
        {
            "start": 1263427958,
            "stop": 1263429125
        },
        {
            "start": 1263429133,
            "stop": 1263431820
        },
        {
            "start": 1263431823,
            "stop": 1263435373
        },
        {
            "start": 1263435376,
            "stop": 1263437484
        },
        {
            "start": 1263437486,
            "stop": 1263438973
        },
        {
            "start": 1263439188,
            "stop": 1263439272
        },
        {
            "start": 1263439275,
            "stop": 1263441200
        },
        {
            "start": 1263441208,
            "stop": 1263447074
        },
        {
            "start": 1263447077,
            "stop": 1263447117
        }
    ]
}