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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=286",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=284",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 285,
    "results": [
        {
            "start": 821693337,
            "stop": 821693350
        },
        {
            "start": 821693353,
            "stop": 821693359
        },
        {
            "start": 821693362,
            "stop": 821693363
        },
        {
            "start": 821693366,
            "stop": 821693372
        },
        {
            "start": 821693375,
            "stop": 821693379
        },
        {
            "start": 821693382,
            "stop": 821693391
        },
        {
            "start": 821693394,
            "stop": 821693403
        },
        {
            "start": 821693406,
            "stop": 821693408
        },
        {
            "start": 821693411,
            "stop": 821693424
        },
        {
            "start": 821693427,
            "stop": 821693429
        },
        {
            "start": 821693435,
            "stop": 821693436
        },
        {
            "start": 821693439,
            "stop": 821693445
        },
        {
            "start": 821693450,
            "stop": 821693464
        },
        {
            "start": 821693475,
            "stop": 821693485
        },
        {
            "start": 821693488,
            "stop": 821693490
        },
        {
            "start": 821693496,
            "stop": 821693500
        },
        {
            "start": 821693506,
            "stop": 821693512
        },
        {
            "start": 821693516,
            "stop": 821693518
        },
        {
            "start": 821693523,
            "stop": 821693527
        },
        {
            "start": 821693530,
            "stop": 821693536
        }
    ]
}