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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=187",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=185",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 186,
    "results": [
        {
            "start": 1374402471,
            "stop": 1374402943
        },
        {
            "start": 1374402945,
            "stop": 1374404228
        },
        {
            "start": 1374404229,
            "stop": 1374404265
        },
        {
            "start": 1374448987,
            "stop": 1374449127
        },
        {
            "start": 1374449129,
            "stop": 1374452103
        },
        {
            "start": 1374452104,
            "stop": 1374453147
        },
        {
            "start": 1374453148,
            "stop": 1374453765
        },
        {
            "start": 1374453767,
            "stop": 1374459357
        },
        {
            "start": 1374459360,
            "stop": 1374459717
        },
        {
            "start": 1374459719,
            "stop": 1374460453
        },
        {
            "start": 1374460454,
            "stop": 1374461617
        },
        {
            "start": 1374461619,
            "stop": 1374462560
        },
        {
            "start": 1374462562,
            "stop": 1374463660
        },
        {
            "start": 1374463662,
            "stop": 1374469512
        },
        {
            "start": 1374469514,
            "stop": 1374469758
        },
        {
            "start": 1374469761,
            "stop": 1374471941
        },
        {
            "start": 1374471943,
            "stop": 1374472763
        },
        {
            "start": 1374472764,
            "stop": 1374474040
        },
        {
            "start": 1374474041,
            "stop": 1374476427
        },
        {
            "start": 1374476429,
            "stop": 1374478443
        }
    ]
}