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=3817
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=3818",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3816",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3817,
    "results": [
        {
            "start": 873379802,
            "stop": 873383892
        },
        {
            "start": 873384974,
            "stop": 873385474
        },
        {
            "start": 873385476,
            "stop": 873385500
        },
        {
            "start": 873385560,
            "stop": 873385744
        },
        {
            "start": 873386164,
            "stop": 873387131
        },
        {
            "start": 873387377,
            "stop": 873388000
        },
        {
            "start": 873388001,
            "stop": 873390300
        },
        {
            "start": 873390360,
            "stop": 873390400
        },
        {
            "start": 873393919,
            "stop": 873393950
        },
        {
            "start": 873393951,
            "stop": 873393956
        },
        {
            "start": 873393957,
            "stop": 873394080
        },
        {
            "start": 873394081,
            "stop": 873394141
        },
        {
            "start": 873394142,
            "stop": 873394226
        },
        {
            "start": 873394229,
            "stop": 873394290
        },
        {
            "start": 873394291,
            "stop": 873394409
        },
        {
            "start": 873394410,
            "stop": 873394866
        },
        {
            "start": 873394869,
            "stop": 873395358
        },
        {
            "start": 873395361,
            "stop": 873395385
        },
        {
            "start": 873395390,
            "stop": 873395513
        },
        {
            "start": 873395516,
            "stop": 873395517
        }
    ]
}