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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7492",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7490",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7491,
    "results": [
        {
            "start": 970248520,
            "stop": 970248526
        },
        {
            "start": 970248529,
            "stop": 970248565
        },
        {
            "start": 970248568,
            "stop": 970248579
        },
        {
            "start": 970248582,
            "stop": 970248592
        },
        {
            "start": 970248595,
            "stop": 970248597
        },
        {
            "start": 970248612,
            "stop": 970248616
        },
        {
            "start": 970248676,
            "stop": 970248682
        },
        {
            "start": 970248693,
            "stop": 970248696
        },
        {
            "start": 970248702,
            "stop": 970248716
        },
        {
            "start": 970248722,
            "stop": 970248723
        },
        {
            "start": 970248731,
            "stop": 970248861
        },
        {
            "start": 970248864,
            "stop": 970248916
        },
        {
            "start": 970248976,
            "stop": 970249079
        },
        {
            "start": 970249082,
            "stop": 970249123
        },
        {
            "start": 970249144,
            "stop": 970249152
        },
        {
            "start": 970249163,
            "stop": 970249167
        },
        {
            "start": 970249173,
            "stop": 970249179
        },
        {
            "start": 970249185,
            "stop": 970249359
        },
        {
            "start": 970249362,
            "stop": 970249512
        },
        {
            "start": 970249516,
            "stop": 970249597
        }
    ]
}