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=598
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=599",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=597",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 598,
    "results": [
        {
            "start": 828173413,
            "stop": 828173452
        },
        {
            "start": 828173752,
            "stop": 828174262
        },
        {
            "start": 828174372,
            "stop": 828174445
        },
        {
            "start": 828175469,
            "stop": 828178463
        },
        {
            "start": 828178928,
            "stop": 828179066
        },
        {
            "start": 828179176,
            "stop": 828179610
        },
        {
            "start": 828179613,
            "stop": 828180340
        },
        {
            "start": 828180640,
            "stop": 828182014
        },
        {
            "start": 828182314,
            "stop": 828182550
        },
        {
            "start": 828182553,
            "stop": 828185897
        },
        {
            "start": 828186197,
            "stop": 828186680
        },
        {
            "start": 828186980,
            "stop": 828187837
        },
        {
            "start": 828187863,
            "stop": 828188065
        },
        {
            "start": 828188085,
            "stop": 828188089
        },
        {
            "start": 828188111,
            "stop": 828188999
        },
        {
            "start": 828189024,
            "stop": 828190585
        },
        {
            "start": 828190602,
            "stop": 828190660
        },
        {
            "start": 828191101,
            "stop": 828191730
        },
        {
            "start": 828191790,
            "stop": 828191800
        },
        {
            "start": 828191910,
            "stop": 828192013
        }
    ]
}