Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=363
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=364",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=362",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 363,
    "results": [
        {
            "start": 956026522,
            "stop": 956028781
        },
        {
            "start": 956032603,
            "stop": 956053003
        },
        {
            "start": 956056573,
            "stop": 956059693
        },
        {
            "start": 956059698,
            "stop": 956060649
        },
        {
            "start": 956069508,
            "stop": 956072830
        },
        {
            "start": 956075441,
            "stop": 956077382
        },
        {
            "start": 956088065,
            "stop": 956095607
        },
        {
            "start": 956098798,
            "stop": 956112971
        },
        {
            "start": 956114104,
            "stop": 956121667
        },
        {
            "start": 956121672,
            "stop": 956122724
        },
        {
            "start": 956124338,
            "stop": 956130695
        },
        {
            "start": 956131886,
            "stop": 956141759
        },
        {
            "start": 956145631,
            "stop": 956179809
        },
        {
            "start": 956184154,
            "stop": 956202250
        },
        {
            "start": 956203710,
            "stop": 956205189
        },
        {
            "start": 956207311,
            "stop": 956224794
        },
        {
            "start": 956226382,
            "stop": 956229905
        },
        {
            "start": 956230614,
            "stop": 956262592
        },
        {
            "start": 956264222,
            "stop": 956273782
        },
        {
            "start": 956293930,
            "stop": 956309276
        }
    ]
}