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=3836
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=3837",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3835",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3836,
    "results": [
        {
            "start": 873473933,
            "stop": 873481140
        },
        {
            "start": 873481200,
            "stop": 873482051
        },
        {
            "start": 873482052,
            "stop": 873486900
        },
        {
            "start": 873487850,
            "stop": 873487854
        },
        {
            "start": 873487855,
            "stop": 873487857
        },
        {
            "start": 873487858,
            "stop": 873487864
        },
        {
            "start": 873487866,
            "stop": 873487868
        },
        {
            "start": 873487869,
            "stop": 873487934
        },
        {
            "start": 873487935,
            "stop": 873489137
        },
        {
            "start": 873489138,
            "stop": 873489857
        },
        {
            "start": 873489858,
            "stop": 873489878
        },
        {
            "start": 873489879,
            "stop": 873491141
        },
        {
            "start": 873491144,
            "stop": 873491146
        },
        {
            "start": 873491149,
            "stop": 873493560
        },
        {
            "start": 873493620,
            "stop": 873493728
        },
        {
            "start": 873493731,
            "stop": 873496694
        },
        {
            "start": 873497752,
            "stop": 873497758
        },
        {
            "start": 873497759,
            "stop": 873497810
        },
        {
            "start": 873497811,
            "stop": 873501803
        },
        {
            "start": 873503015,
            "stop": 873506741
        }
    ]
}