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=190
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=191",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=189",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 190,
    "results": [
        {
            "start": 1126813344,
            "stop": 1126813459
        },
        {
            "start": 1126813461,
            "stop": 1126813597
        },
        {
            "start": 1126813598,
            "stop": 1126813656
        },
        {
            "start": 1126813657,
            "stop": 1126813666
        },
        {
            "start": 1126813667,
            "stop": 1126813680
        },
        {
            "start": 1126813681,
            "stop": 1126813734
        },
        {
            "start": 1126813736,
            "stop": 1126813757
        },
        {
            "start": 1126813817,
            "stop": 1126813835
        },
        {
            "start": 1126813836,
            "stop": 1126813877
        },
        {
            "start": 1126814057,
            "stop": 1126814060
        },
        {
            "start": 1126814061,
            "stop": 1126814177
        },
        {
            "start": 1126814297,
            "stop": 1126814357
        },
        {
            "start": 1126814717,
            "stop": 1126815062
        },
        {
            "start": 1126815064,
            "stop": 1126815148
        },
        {
            "start": 1126815150,
            "stop": 1126815461
        },
        {
            "start": 1126815463,
            "stop": 1126815618
        },
        {
            "start": 1126815620,
            "stop": 1126815915
        },
        {
            "start": 1126815916,
            "stop": 1126815960
        },
        {
            "start": 1126815961,
            "stop": 1126815995
        },
        {
            "start": 1126815996,
            "stop": 1126816037
        }
    ]
}