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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=96",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 97,
    "results": [
        {
            "start": 818033940,
            "stop": 818034090
        },
        {
            "start": 818035322,
            "stop": 818036519
        },
        {
            "start": 818036523,
            "stop": 818036573
        },
        {
            "start": 818036817,
            "stop": 818037008
        },
        {
            "start": 818037260,
            "stop": 818040102
        },
        {
            "start": 818040222,
            "stop": 818040360
        },
        {
            "start": 818040423,
            "stop": 818044080
        },
        {
            "start": 818044140,
            "stop": 818044260
        },
        {
            "start": 818044320,
            "stop": 818044440
        },
        {
            "start": 818044560,
            "stop": 818045700
        },
        {
            "start": 818045869,
            "stop": 818046514
        },
        {
            "start": 818046634,
            "stop": 818048958
        },
        {
            "start": 818048975,
            "stop": 818051534
        },
        {
            "start": 818051654,
            "stop": 818057716
        },
        {
            "start": 818057733,
            "stop": 818057990
        },
        {
            "start": 818058110,
            "stop": 818059175
        },
        {
            "start": 818060899,
            "stop": 818063377
        },
        {
            "start": 818063497,
            "stop": 818064736
        },
        {
            "start": 818064740,
            "stop": 818068025
        },
        {
            "start": 818068042,
            "stop": 818068193
        }
    ]
}