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=14
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=15",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=13",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 14,
    "results": [
        {
            "start": 1238184751,
            "stop": 1238184752
        },
        {
            "start": 1238184753,
            "stop": 1238184765
        },
        {
            "start": 1238184769,
            "stop": 1238184770
        },
        {
            "start": 1238184771,
            "stop": 1238184784
        },
        {
            "start": 1238184785,
            "stop": 1238184801
        },
        {
            "start": 1238184803,
            "stop": 1238184817
        },
        {
            "start": 1238184824,
            "stop": 1238184843
        },
        {
            "start": 1238184845,
            "stop": 1238184857
        },
        {
            "start": 1238184862,
            "stop": 1238184864
        },
        {
            "start": 1238184865,
            "stop": 1238184882
        },
        {
            "start": 1238184883,
            "stop": 1238184893
        },
        {
            "start": 1238184894,
            "stop": 1238184896
        },
        {
            "start": 1238184898,
            "stop": 1238184908
        },
        {
            "start": 1238184909,
            "stop": 1238184914
        },
        {
            "start": 1238184915,
            "stop": 1238184920
        },
        {
            "start": 1238184923,
            "stop": 1238184926
        },
        {
            "start": 1238184927,
            "stop": 1238184933
        },
        {
            "start": 1238184935,
            "stop": 1238184939
        },
        {
            "start": 1238184942,
            "stop": 1238184950
        },
        {
            "start": 1238184952,
            "stop": 1238184965
        }
    ]
}