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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=195",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 196,
    "results": [
        {
            "start": 817602089,
            "stop": 817602406
        },
        {
            "start": 817602425,
            "stop": 817603466
        },
        {
            "start": 817603489,
            "stop": 817604146
        },
        {
            "start": 817604168,
            "stop": 817604207
        },
        {
            "start": 817604229,
            "stop": 817604245
        },
        {
            "start": 817604337,
            "stop": 817604353
        },
        {
            "start": 817604391,
            "stop": 817604568
        },
        {
            "start": 817604589,
            "stop": 817605092
        },
        {
            "start": 817605138,
            "stop": 817605182
        },
        {
            "start": 817605203,
            "stop": 817605254
        },
        {
            "start": 817605276,
            "stop": 817605290
        },
        {
            "start": 817605369,
            "stop": 817605800
        },
        {
            "start": 817606036,
            "stop": 817606038
        },
        {
            "start": 817606119,
            "stop": 817606126
        },
        {
            "start": 817606589,
            "stop": 817606603
        },
        {
            "start": 817606676,
            "stop": 817606689
        },
        {
            "start": 817606758,
            "stop": 817606793
        },
        {
            "start": 817606936,
            "stop": 817606999
        },
        {
            "start": 817607044,
            "stop": 817607046
        },
        {
            "start": 817607143,
            "stop": 817607164
        }
    ]
}