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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5136",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5134",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5135,
    "results": [
        {
            "start": 1136990448,
            "stop": 1136990456
        },
        {
            "start": 1136990458,
            "stop": 1136990460
        },
        {
            "start": 1136990462,
            "stop": 1136990529
        },
        {
            "start": 1136990531,
            "stop": 1136990538
        },
        {
            "start": 1136990540,
            "stop": 1136990551
        },
        {
            "start": 1136990555,
            "stop": 1136990560
        },
        {
            "start": 1136990562,
            "stop": 1136990642
        },
        {
            "start": 1136990644,
            "stop": 1136990653
        },
        {
            "start": 1136990655,
            "stop": 1136990656
        },
        {
            "start": 1136990659,
            "stop": 1136990663
        },
        {
            "start": 1136990665,
            "stop": 1136990702
        },
        {
            "start": 1136990704,
            "stop": 1136990706
        },
        {
            "start": 1136990707,
            "stop": 1136990714
        },
        {
            "start": 1136990716,
            "stop": 1136990736
        },
        {
            "start": 1136990738,
            "stop": 1136990749
        },
        {
            "start": 1136990751,
            "stop": 1136990759
        },
        {
            "start": 1136990761,
            "stop": 1136990770
        },
        {
            "start": 1136990772,
            "stop": 1136990773
        },
        {
            "start": 1136990775,
            "stop": 1136990781
        },
        {
            "start": 1136990783,
            "stop": 1136990793
        }
    ]
}