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=570
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=571",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=569",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 570,
    "results": [
        {
            "start": 827411129,
            "stop": 827411154
        },
        {
            "start": 827411175,
            "stop": 827411235
        },
        {
            "start": 827411255,
            "stop": 827412878
        },
        {
            "start": 827412899,
            "stop": 827413555
        },
        {
            "start": 827413582,
            "stop": 827413589
        },
        {
            "start": 827413624,
            "stop": 827413734
        },
        {
            "start": 827413756,
            "stop": 827414134
        },
        {
            "start": 827414193,
            "stop": 827418614
        },
        {
            "start": 827418651,
            "stop": 827418664
        },
        {
            "start": 827418683,
            "stop": 827418697
        },
        {
            "start": 827418724,
            "stop": 827418776
        },
        {
            "start": 827418813,
            "stop": 827426905
        },
        {
            "start": 827426938,
            "stop": 827426965
        },
        {
            "start": 827427020,
            "stop": 827427166
        },
        {
            "start": 827427185,
            "stop": 827427395
        },
        {
            "start": 827427414,
            "stop": 827427602
        },
        {
            "start": 827427633,
            "stop": 827428542
        },
        {
            "start": 827429996,
            "stop": 827430934
        },
        {
            "start": 827430951,
            "stop": 827434201
        },
        {
            "start": 827434204,
            "stop": 827435171
        }
    ]
}