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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=206",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=204",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 205,
    "results": [
        {
            "start": 932814979,
            "stop": 932815007
        },
        {
            "start": 932815009,
            "stop": 932815022
        },
        {
            "start": 932815025,
            "stop": 932815051
        },
        {
            "start": 932815055,
            "stop": 932815097
        },
        {
            "start": 932815099,
            "stop": 932817615
        },
        {
            "start": 932817975,
            "stop": 932820159
        },
        {
            "start": 932820178,
            "stop": 932821215
        },
        {
            "start": 932821575,
            "stop": 932821741
        },
        {
            "start": 932821745,
            "stop": 932823092
        },
        {
            "start": 932823094,
            "stop": 932824815
        },
        {
            "start": 932825175,
            "stop": 932825537
        },
        {
            "start": 932825540,
            "stop": 932825754
        },
        {
            "start": 932825756,
            "stop": 932825766
        },
        {
            "start": 932825769,
            "stop": 932826303
        },
        {
            "start": 932826305,
            "stop": 932826318
        },
        {
            "start": 932826320,
            "stop": 932826648
        },
        {
            "start": 932826652,
            "stop": 932827359
        },
        {
            "start": 932827361,
            "stop": 932827991
        },
        {
            "start": 932827994,
            "stop": 932827998
        },
        {
            "start": 932828000,
            "stop": 932828329
        }
    ]
}