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=66
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=67",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=65",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 66,
    "results": [
        {
            "start": 1238768445,
            "stop": 1238768447
        },
        {
            "start": 1238768449,
            "stop": 1238768487
        },
        {
            "start": 1238768488,
            "stop": 1238768523
        },
        {
            "start": 1238768524,
            "stop": 1238768526
        },
        {
            "start": 1238768527,
            "stop": 1238768557
        },
        {
            "start": 1238768558,
            "stop": 1238768571
        },
        {
            "start": 1238768574,
            "stop": 1238768588
        },
        {
            "start": 1238768589,
            "stop": 1238768591
        },
        {
            "start": 1238768592,
            "stop": 1238768602
        },
        {
            "start": 1238768603,
            "stop": 1238768611
        },
        {
            "start": 1238768613,
            "stop": 1238768614
        },
        {
            "start": 1238768616,
            "stop": 1238768622
        },
        {
            "start": 1238768624,
            "stop": 1238768626
        },
        {
            "start": 1238768627,
            "stop": 1238768645
        },
        {
            "start": 1238768646,
            "stop": 1238768658
        },
        {
            "start": 1238768662,
            "stop": 1238768663
        },
        {
            "start": 1238768664,
            "stop": 1238768666
        },
        {
            "start": 1238768668,
            "stop": 1238768676
        },
        {
            "start": 1238768679,
            "stop": 1238768680
        },
        {
            "start": 1238768681,
            "stop": 1238768682
        }
    ]
}