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=270
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=271",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=269",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 270,
    "results": [
        {
            "start": 828163687,
            "stop": 828163779
        },
        {
            "start": 828164079,
            "stop": 828165644
        },
        {
            "start": 828165650,
            "stop": 828165693
        },
        {
            "start": 828165695,
            "stop": 828165708
        },
        {
            "start": 828165713,
            "stop": 828167310
        },
        {
            "start": 828168009,
            "stop": 828169973
        },
        {
            "start": 828169975,
            "stop": 828170897
        },
        {
            "start": 828171232,
            "stop": 828172795
        },
        {
            "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": 828187846
        }
    ]
}