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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=265",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=263",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 264,
    "results": [
        {
            "start": 820903386,
            "stop": 820904144
        },
        {
            "start": 820904148,
            "stop": 820905010
        },
        {
            "start": 820905027,
            "stop": 820905239
        },
        {
            "start": 820905242,
            "stop": 820905487
        },
        {
            "start": 820905490,
            "stop": 820905703
        },
        {
            "start": 820905706,
            "stop": 820906155
        },
        {
            "start": 820906158,
            "stop": 820906866
        },
        {
            "start": 820906870,
            "stop": 820906961
        },
        {
            "start": 820906965,
            "stop": 820906982
        },
        {
            "start": 820906985,
            "stop": 820907161
        },
        {
            "start": 820907165,
            "stop": 820907270
        },
        {
            "start": 820907273,
            "stop": 820907983
        },
        {
            "start": 820907986,
            "stop": 820908333
        },
        {
            "start": 820908337,
            "stop": 820908452
        },
        {
            "start": 820908455,
            "stop": 820908891
        },
        {
            "start": 820908894,
            "stop": 820909059
        },
        {
            "start": 820909062,
            "stop": 820909300
        },
        {
            "start": 820909303,
            "stop": 820909638
        },
        {
            "start": 820910176,
            "stop": 820910273
        },
        {
            "start": 820910277,
            "stop": 820910307
        }
    ]
}