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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3817",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3815",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3816,
    "results": [
        {
            "start": 873346554,
            "stop": 873346564
        },
        {
            "start": 873346567,
            "stop": 873352023
        },
        {
            "start": 873352026,
            "stop": 873352318
        },
        {
            "start": 873352321,
            "stop": 873352326
        },
        {
            "start": 873352331,
            "stop": 873352332
        },
        {
            "start": 873352335,
            "stop": 873352354
        },
        {
            "start": 873352357,
            "stop": 873353538
        },
        {
            "start": 873353541,
            "stop": 873363303
        },
        {
            "start": 873364508,
            "stop": 873365976
        },
        {
            "start": 873365979,
            "stop": 873370953
        },
        {
            "start": 873370957,
            "stop": 873370958
        },
        {
            "start": 873370961,
            "stop": 873370962
        },
        {
            "start": 873370965,
            "stop": 873371029
        },
        {
            "start": 873371032,
            "stop": 873371033
        },
        {
            "start": 873371036,
            "stop": 873371065
        },
        {
            "start": 873371068,
            "stop": 873371097
        },
        {
            "start": 873371100,
            "stop": 873371138
        },
        {
            "start": 873371144,
            "stop": 873376068
        },
        {
            "start": 873376071,
            "stop": 873377283
        },
        {
            "start": 873377286,
            "stop": 873379799
        }
    ]
}