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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1935",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1933",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1934,
    "results": [
        {
            "start": 850155265,
            "stop": 850155335
        },
        {
            "start": 850155340,
            "stop": 850155360
        },
        {
            "start": 850155370,
            "stop": 850155385
        },
        {
            "start": 850155390,
            "stop": 850157335
        },
        {
            "start": 850157343,
            "stop": 850157347
        },
        {
            "start": 850157353,
            "stop": 850158022
        },
        {
            "start": 850158028,
            "stop": 850161170
        },
        {
            "start": 850161175,
            "stop": 850161283
        },
        {
            "start": 850162544,
            "stop": 850164457
        },
        {
            "start": 850165234,
            "stop": 850166519
        },
        {
            "start": 850166522,
            "stop": 850166540
        },
        {
            "start": 850166545,
            "stop": 850166546
        },
        {
            "start": 850166549,
            "stop": 850166556
        },
        {
            "start": 850166559,
            "stop": 850169989
        },
        {
            "start": 850170324,
            "stop": 850172758
        },
        {
            "start": 850173105,
            "stop": 850173194
        },
        {
            "start": 850173494,
            "stop": 850181720
        },
        {
            "start": 850181725,
            "stop": 850181952
        },
        {
            "start": 850182444,
            "stop": 850186642
        },
        {
            "start": 850186650,
            "stop": 850186660
        }
    ]
}