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=260
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=261",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=259",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 260,
    "results": [
        {
            "start": 827855188,
            "stop": 827855225
        },
        {
            "start": 827855227,
            "stop": 827855235
        },
        {
            "start": 827855237,
            "stop": 827855255
        },
        {
            "start": 827855257,
            "stop": 827855258
        },
        {
            "start": 827855260,
            "stop": 827855272
        },
        {
            "start": 827855274,
            "stop": 827855305
        },
        {
            "start": 827855307,
            "stop": 827855318
        },
        {
            "start": 827855320,
            "stop": 827855326
        },
        {
            "start": 827855328,
            "stop": 827855334
        },
        {
            "start": 827855336,
            "stop": 827855343
        },
        {
            "start": 827855345,
            "stop": 827855353
        },
        {
            "start": 827855355,
            "stop": 827855358
        },
        {
            "start": 827855361,
            "stop": 827855362
        },
        {
            "start": 827855364,
            "stop": 827855367
        },
        {
            "start": 827855369,
            "stop": 827855389
        },
        {
            "start": 827855392,
            "stop": 827855396
        },
        {
            "start": 827855398,
            "stop": 827855401
        },
        {
            "start": 827855407,
            "stop": 827855414
        },
        {
            "start": 827855418,
            "stop": 827855432
        },
        {
            "start": 827855434,
            "stop": 827855438
        }
    ]
}