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=694
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=695",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=693",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 694,
    "results": [
        {
            "start": 1248761467,
            "stop": 1248761483
        },
        {
            "start": 1248761484,
            "stop": 1248761500
        },
        {
            "start": 1248761501,
            "stop": 1248761502
        },
        {
            "start": 1248761507,
            "stop": 1248761545
        },
        {
            "start": 1248761548,
            "stop": 1248761625
        },
        {
            "start": 1248761631,
            "stop": 1248761635
        },
        {
            "start": 1248761641,
            "stop": 1248761646
        },
        {
            "start": 1248761651,
            "stop": 1248761773
        },
        {
            "start": 1248761774,
            "stop": 1248761777
        },
        {
            "start": 1248761782,
            "stop": 1248761784
        },
        {
            "start": 1248761787,
            "stop": 1248761791
        },
        {
            "start": 1248761796,
            "stop": 1248761799
        },
        {
            "start": 1248761800,
            "stop": 1248761815
        },
        {
            "start": 1248761818,
            "stop": 1248761843
        },
        {
            "start": 1248761845,
            "stop": 1248761876
        },
        {
            "start": 1248761879,
            "stop": 1248761880
        },
        {
            "start": 1248761884,
            "stop": 1248761901
        },
        {
            "start": 1248761906,
            "stop": 1248761915
        },
        {
            "start": 1248761918,
            "stop": 1248761919
        },
        {
            "start": 1248761920,
            "stop": 1248762182
        }
    ]
}