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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=80",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=78",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 79,
    "results": [
        {
            "start": 1238921926,
            "stop": 1238922124
        },
        {
            "start": 1238922125,
            "stop": 1238922163
        },
        {
            "start": 1238922166,
            "stop": 1238922199
        },
        {
            "start": 1238922200,
            "stop": 1238922796
        },
        {
            "start": 1238922797,
            "stop": 1238922843
        },
        {
            "start": 1238922845,
            "stop": 1238923489
        },
        {
            "start": 1238923492,
            "stop": 1238923570
        },
        {
            "start": 1238923571,
            "stop": 1238923903
        },
        {
            "start": 1238923905,
            "stop": 1238923923
        },
        {
            "start": 1238923924,
            "stop": 1238923948
        },
        {
            "start": 1238923949,
            "stop": 1238924114
        },
        {
            "start": 1238924115,
            "stop": 1238924169
        },
        {
            "start": 1238924171,
            "stop": 1238924287
        },
        {
            "start": 1238924288,
            "stop": 1238924921
        },
        {
            "start": 1238924922,
            "stop": 1238925128
        },
        {
            "start": 1238925129,
            "stop": 1238925131
        },
        {
            "start": 1238925133,
            "stop": 1238925382
        },
        {
            "start": 1238925385,
            "stop": 1238925418
        },
        {
            "start": 1238925419,
            "stop": 1238925721
        },
        {
            "start": 1238925724,
            "stop": 1238925753
        }
    ]
}