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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=138",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=136",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 137,
    "results": [
        {
            "start": 1239164902,
            "stop": 1239165045
        },
        {
            "start": 1239165047,
            "stop": 1239165125
        },
        {
            "start": 1239165134,
            "stop": 1239165137
        },
        {
            "start": 1239165141,
            "stop": 1239165298
        },
        {
            "start": 1239165306,
            "stop": 1239165354
        },
        {
            "start": 1239165359,
            "stop": 1239165446
        },
        {
            "start": 1239165454,
            "stop": 1239165743
        },
        {
            "start": 1239165752,
            "stop": 1239165771
        },
        {
            "start": 1239165775,
            "stop": 1239165801
        },
        {
            "start": 1239165806,
            "stop": 1239166189
        },
        {
            "start": 1239166194,
            "stop": 1239166299
        },
        {
            "start": 1239166303,
            "stop": 1239166411
        },
        {
            "start": 1239166414,
            "stop": 1239166415
        },
        {
            "start": 1239166435,
            "stop": 1239166671
        },
        {
            "start": 1239166679,
            "stop": 1239166914
        },
        {
            "start": 1239166919,
            "stop": 1239168107
        },
        {
            "start": 1239168112,
            "stop": 1239168153
        },
        {
            "start": 1239168157,
            "stop": 1239168162
        },
        {
            "start": 1239168166,
            "stop": 1239168174
        },
        {
            "start": 1239168178,
            "stop": 1239168370
        }
    ]
}