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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=229",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=227",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 228,
    "results": [
        {
            "start": 846728293,
            "stop": 846728356
        },
        {
            "start": 846728463,
            "stop": 846743869
        },
        {
            "start": 846744955,
            "stop": 846751990
        },
        {
            "start": 846753313,
            "stop": 846781993
        },
        {
            "start": 846782034,
            "stop": 846782035
        },
        {
            "start": 846782593,
            "stop": 846786184
        },
        {
            "start": 846787150,
            "stop": 846807059
        },
        {
            "start": 846807679,
            "stop": 846833773
        },
        {
            "start": 846833785,
            "stop": 846833786
        },
        {
            "start": 846834534,
            "stop": 846842233
        },
        {
            "start": 846843420,
            "stop": 846843790
        },
        {
            "start": 846844899,
            "stop": 846855182
        },
        {
            "start": 846857843,
            "stop": 846871445
        },
        {
            "start": 846871753,
            "stop": 846874438
        },
        {
            "start": 846875708,
            "stop": 846878293
        },
        {
            "start": 846878321,
            "stop": 846878323
        },
        {
            "start": 846878402,
            "stop": 846889993
        },
        {
            "start": 846890002,
            "stop": 846890004
        },
        {
            "start": 846890394,
            "stop": 846909226
        },
        {
            "start": 846941996,
            "stop": 846945553
        }
    ]
}