Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=48
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=47",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 48,
    "results": [
        {
            "start": 1371381767,
            "stop": 1371381771
        },
        {
            "start": 1371385787,
            "stop": 1371388595
        },
        {
            "start": 1371388600,
            "stop": 1371388609
        },
        {
            "start": 1371388614,
            "stop": 1371388643
        },
        {
            "start": 1371388648,
            "stop": 1371388663
        },
        {
            "start": 1371388668,
            "stop": 1371388675
        },
        {
            "start": 1371388680,
            "stop": 1371388701
        },
        {
            "start": 1371388706,
            "stop": 1371388715
        },
        {
            "start": 1371392112,
            "stop": 1371394987
        },
        {
            "start": 1371394992,
            "stop": 1371395074
        },
        {
            "start": 1371395079,
            "stop": 1371395148
        },
        {
            "start": 1371395153,
            "stop": 1371395169
        },
        {
            "start": 1371395174,
            "stop": 1371395175
        },
        {
            "start": 1371425676,
            "stop": 1371431752
        },
        {
            "start": 1371431757,
            "stop": 1371432020
        },
        {
            "start": 1371432025,
            "stop": 1371432534
        },
        {
            "start": 1371432540,
            "stop": 1371436174
        },
        {
            "start": 1371436179,
            "stop": 1371437377
        },
        {
            "start": 1371437382,
            "stop": 1371441079
        },
        {
            "start": 1371445497,
            "stop": 1371452028
        }
    ]
}