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=8948
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=8949",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8947",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8948,
    "results": [
        {
            "start": 873728961,
            "stop": 873728987
        },
        {
            "start": 873729004,
            "stop": 873729009
        },
        {
            "start": 873729028,
            "stop": 873729030
        },
        {
            "start": 873729053,
            "stop": 873729086
        },
        {
            "start": 873729103,
            "stop": 873729121
        },
        {
            "start": 873729139,
            "stop": 873729140
        },
        {
            "start": 873729185,
            "stop": 873729231
        },
        {
            "start": 873729251,
            "stop": 873729271
        },
        {
            "start": 873729294,
            "stop": 873729335
        },
        {
            "start": 873729361,
            "stop": 873729380
        },
        {
            "start": 873729412,
            "stop": 873729465
        },
        {
            "start": 873729495,
            "stop": 873729511
        },
        {
            "start": 873729530,
            "stop": 873729540
        },
        {
            "start": 873729614,
            "stop": 873729644
        },
        {
            "start": 873729673,
            "stop": 873729683
        },
        {
            "start": 873729706,
            "stop": 873729718
        },
        {
            "start": 873729744,
            "stop": 873729768
        },
        {
            "start": 873729795,
            "stop": 873729809
        },
        {
            "start": 873729836,
            "stop": 873729844
        },
        {
            "start": 873730023,
            "stop": 873730052
        }
    ]
}