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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=141",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=139",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 140,
    "results": [
        {
            "start": 932132867,
            "stop": 932132884
        },
        {
            "start": 932132885,
            "stop": 932132888
        },
        {
            "start": 932132889,
            "stop": 932132913
        },
        {
            "start": 932132915,
            "stop": 932133004
        },
        {
            "start": 932144795,
            "stop": 932144809
        },
        {
            "start": 932144811,
            "stop": 932144824
        },
        {
            "start": 932144826,
            "stop": 932144838
        },
        {
            "start": 932144842,
            "stop": 932144854
        },
        {
            "start": 932144856,
            "stop": 932144868
        },
        {
            "start": 932144871,
            "stop": 932145679
        },
        {
            "start": 932145681,
            "stop": 932145729
        },
        {
            "start": 932145849,
            "stop": 932146164
        },
        {
            "start": 932148375,
            "stop": 932148980
        },
        {
            "start": 932148982,
            "stop": 932149159
        },
        {
            "start": 932149161,
            "stop": 932149174
        },
        {
            "start": 932149176,
            "stop": 932149249
        },
        {
            "start": 932149252,
            "stop": 932149279
        },
        {
            "start": 932149281,
            "stop": 932149293
        },
        {
            "start": 932149296,
            "stop": 932149309
        },
        {
            "start": 932149311,
            "stop": 932149537
        }
    ]
}