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_CAT2/segments?format=api&page=655
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=656",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=654",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 655,
    "results": [
        {
            "start": 1248028054,
            "stop": 1248028803
        },
        {
            "start": 1248028811,
            "stop": 1248029228
        },
        {
            "start": 1248029232,
            "stop": 1248031052
        },
        {
            "start": 1248031056,
            "stop": 1248031526
        },
        {
            "start": 1248031529,
            "stop": 1248031679
        },
        {
            "start": 1248031684,
            "stop": 1248031725
        },
        {
            "start": 1248031729,
            "stop": 1248032505
        },
        {
            "start": 1248036209,
            "stop": 1248038669
        },
        {
            "start": 1248040732,
            "stop": 1248041278
        },
        {
            "start": 1248041283,
            "stop": 1248041949
        },
        {
            "start": 1248042111,
            "stop": 1248044953
        },
        {
            "start": 1248044954,
            "stop": 1248044955
        },
        {
            "start": 1248044959,
            "stop": 1248044960
        },
        {
            "start": 1248044966,
            "stop": 1248044972
        },
        {
            "start": 1248044979,
            "stop": 1248046858
        },
        {
            "start": 1248046863,
            "stop": 1248046873
        },
        {
            "start": 1248046876,
            "stop": 1248046884
        },
        {
            "start": 1248046889,
            "stop": 1248047797
        },
        {
            "start": 1248047800,
            "stop": 1248048214
        },
        {
            "start": 1248048222,
            "stop": 1248049899
        }
    ]
}