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=167
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=168",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=166",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 167,
    "results": [
        {
            "start": 819895814,
            "stop": 819897125
        },
        {
            "start": 819897129,
            "stop": 819900460
        },
        {
            "start": 819900463,
            "stop": 819901116
        },
        {
            "start": 819901119,
            "stop": 819901444
        },
        {
            "start": 819901445,
            "stop": 819901537
        },
        {
            "start": 819902055,
            "stop": 819904951
        },
        {
            "start": 819904954,
            "stop": 819906671
        },
        {
            "start": 819906675,
            "stop": 819912234
        },
        {
            "start": 819912237,
            "stop": 819914967
        },
        {
            "start": 819914985,
            "stop": 819917454
        },
        {
            "start": 819917457,
            "stop": 819917480
        },
        {
            "start": 819917483,
            "stop": 819918222
        },
        {
            "start": 819918240,
            "stop": 819922330
        },
        {
            "start": 819922813,
            "stop": 819927051
        },
        {
            "start": 819929901,
            "stop": 819930931
        },
        {
            "start": 819930934,
            "stop": 819942703
        },
        {
            "start": 819942706,
            "stop": 819942871
        },
        {
            "start": 819942874,
            "stop": 819946121
        },
        {
            "start": 819946124,
            "stop": 819947828
        },
        {
            "start": 819947832,
            "stop": 819950691
        }
    ]
}