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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3544",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3542",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3543,
    "results": [
        {
            "start": 871577338,
            "stop": 871579616
        },
        {
            "start": 871579633,
            "stop": 871581324
        },
        {
            "start": 871581341,
            "stop": 871581464
        },
        {
            "start": 871581483,
            "stop": 871582250
        },
        {
            "start": 871582267,
            "stop": 871582408
        },
        {
            "start": 871582425,
            "stop": 871583498
        },
        {
            "start": 871583532,
            "stop": 871583647
        },
        {
            "start": 871583664,
            "stop": 871583712
        },
        {
            "start": 871583729,
            "stop": 871583733
        },
        {
            "start": 871583756,
            "stop": 871584459
        },
        {
            "start": 871584476,
            "stop": 871584700
        },
        {
            "start": 871584717,
            "stop": 871584878
        },
        {
            "start": 871584895,
            "stop": 871585498
        },
        {
            "start": 871585515,
            "stop": 871585630
        },
        {
            "start": 871585648,
            "stop": 871586177
        },
        {
            "start": 871586194,
            "stop": 871586253
        },
        {
            "start": 871586270,
            "stop": 871586471
        },
        {
            "start": 871586488,
            "stop": 871588090
        },
        {
            "start": 871588107,
            "stop": 871588128
        },
        {
            "start": 871588145,
            "stop": 871588326
        }
    ]
}