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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=105",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 106,
    "results": [
        {
            "start": 817293239,
            "stop": 817294115
        },
        {
            "start": 817294118,
            "stop": 817294962
        },
        {
            "start": 817294965,
            "stop": 817297257
        },
        {
            "start": 817297260,
            "stop": 817299224
        },
        {
            "start": 817299227,
            "stop": 817300482
        },
        {
            "start": 817300485,
            "stop": 817304575
        },
        {
            "start": 817304579,
            "stop": 817312457
        },
        {
            "start": 817313169,
            "stop": 817314153
        },
        {
            "start": 817314156,
            "stop": 817314532
        },
        {
            "start": 817314942,
            "stop": 817315241
        },
        {
            "start": 817334958,
            "stop": 817335835
        },
        {
            "start": 817335853,
            "stop": 817335941
        },
        {
            "start": 817335958,
            "stop": 817336230
        },
        {
            "start": 817336233,
            "stop": 817336321
        },
        {
            "start": 817336324,
            "stop": 817336450
        },
        {
            "start": 817336453,
            "stop": 817336875
        },
        {
            "start": 817336878,
            "stop": 817336881
        },
        {
            "start": 817336884,
            "stop": 817337193
        },
        {
            "start": 817337196,
            "stop": 817337211
        },
        {
            "start": 817337214,
            "stop": 817337602
        }
    ]
}