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=256
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=257",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=255",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 256,
    "results": [
        {
            "start": 821685467,
            "stop": 821685474
        },
        {
            "start": 821685479,
            "stop": 821685486
        },
        {
            "start": 821685489,
            "stop": 821685490
        },
        {
            "start": 821685499,
            "stop": 821685501
        },
        {
            "start": 821685504,
            "stop": 821685512
        },
        {
            "start": 821685515,
            "stop": 821685523
        },
        {
            "start": 821685526,
            "stop": 821685530
        },
        {
            "start": 821685535,
            "stop": 821685540
        },
        {
            "start": 821685543,
            "stop": 821685547
        },
        {
            "start": 821685550,
            "stop": 821685567
        },
        {
            "start": 821685573,
            "stop": 821685574
        },
        {
            "start": 821685577,
            "stop": 821685581
        },
        {
            "start": 821685584,
            "stop": 821685589
        },
        {
            "start": 821685594,
            "stop": 821685605
        },
        {
            "start": 821685610,
            "stop": 821685643
        },
        {
            "start": 821685652,
            "stop": 821685658
        },
        {
            "start": 821685662,
            "stop": 821685671
        },
        {
            "start": 821685674,
            "stop": 821685675
        },
        {
            "start": 821685678,
            "stop": 821685680
        },
        {
            "start": 821685683,
            "stop": 821685690
        }
    ]
}