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=8982
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=8983",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8981",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8982,
    "results": [
        {
            "start": 873829020,
            "stop": 873829024
        },
        {
            "start": 873829043,
            "stop": 873829055
        },
        {
            "start": 873829088,
            "stop": 873829142
        },
        {
            "start": 873829183,
            "stop": 873829233
        },
        {
            "start": 873829250,
            "stop": 873829339
        },
        {
            "start": 873829359,
            "stop": 873829604
        },
        {
            "start": 873829667,
            "stop": 873829691
        },
        {
            "start": 873829711,
            "stop": 873829763
        },
        {
            "start": 873829782,
            "stop": 873829836
        },
        {
            "start": 873829857,
            "stop": 873829881
        },
        {
            "start": 873829898,
            "stop": 873829949
        },
        {
            "start": 873829969,
            "stop": 873829979
        },
        {
            "start": 873829999,
            "stop": 873830010
        },
        {
            "start": 873830027,
            "stop": 873830110
        },
        {
            "start": 873830199,
            "stop": 873830280
        },
        {
            "start": 873830300,
            "stop": 873830391
        },
        {
            "start": 873830427,
            "stop": 873830430
        },
        {
            "start": 873830447,
            "stop": 873830463
        },
        {
            "start": 873830504,
            "stop": 873830519
        },
        {
            "start": 873830553,
            "stop": 873830594
        }
    ]
}