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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=421",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=419",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 420,
    "results": [
        {
            "start": 825151749,
            "stop": 825152900
        },
        {
            "start": 825153200,
            "stop": 825153324
        },
        {
            "start": 825153327,
            "stop": 825157234
        },
        {
            "start": 825157237,
            "stop": 825157239
        },
        {
            "start": 825157242,
            "stop": 825161618
        },
        {
            "start": 825161621,
            "stop": 825161693
        },
        {
            "start": 825161696,
            "stop": 825162176
        },
        {
            "start": 825162180,
            "stop": 825168182
        },
        {
            "start": 825168225,
            "stop": 825168229
        },
        {
            "start": 825168273,
            "stop": 825168342
        },
        {
            "start": 825168363,
            "stop": 825168900
        },
        {
            "start": 825168903,
            "stop": 825169637
        },
        {
            "start": 825169657,
            "stop": 825169736
        },
        {
            "start": 825169753,
            "stop": 825170383
        },
        {
            "start": 825175459,
            "stop": 825176642
        },
        {
            "start": 825176659,
            "stop": 825176772
        },
        {
            "start": 825176775,
            "stop": 825176855
        },
        {
            "start": 825176875,
            "stop": 825177090
        },
        {
            "start": 825177107,
            "stop": 825177464
        },
        {
            "start": 825177468,
            "stop": 825177817
        }
    ]
}