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=161
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=162",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=160",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 161,
    "results": [
        {
            "start": 817245060,
            "stop": 817245071
        },
        {
            "start": 817245091,
            "stop": 817245104
        },
        {
            "start": 817245153,
            "stop": 817245192
        },
        {
            "start": 817245235,
            "stop": 817245273
        },
        {
            "start": 817245328,
            "stop": 817245355
        },
        {
            "start": 817245378,
            "stop": 817245392
        },
        {
            "start": 817245421,
            "stop": 817245422
        },
        {
            "start": 817245456,
            "stop": 817245486
        },
        {
            "start": 817245517,
            "stop": 817245544
        },
        {
            "start": 817245607,
            "stop": 817245610
        },
        {
            "start": 817245631,
            "stop": 817245632
        },
        {
            "start": 817245651,
            "stop": 817245772
        },
        {
            "start": 817245803,
            "stop": 817245808
        },
        {
            "start": 817245813,
            "stop": 817245825
        },
        {
            "start": 817245864,
            "stop": 817245887
        },
        {
            "start": 817245907,
            "stop": 817245911
        },
        {
            "start": 817245934,
            "stop": 817245960
        },
        {
            "start": 817245987,
            "stop": 817246139
        },
        {
            "start": 817246200,
            "stop": 817246338
        },
        {
            "start": 817246391,
            "stop": 817246429
        }
    ]
}