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=270
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=271",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=269",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 270,
    "results": [
        {
            "start": 852314633,
            "stop": 852315527
        },
        {
            "start": 852319145,
            "stop": 852320893
        },
        {
            "start": 852321753,
            "stop": 852325269
        },
        {
            "start": 852327461,
            "stop": 852330613
        },
        {
            "start": 852330616,
            "stop": 852330617
        },
        {
            "start": 852330822,
            "stop": 852331501
        },
        {
            "start": 852332529,
            "stop": 852337111
        },
        {
            "start": 852337179,
            "stop": 852338706
        },
        {
            "start": 852339436,
            "stop": 852351553
        },
        {
            "start": 852351563,
            "stop": 852351564
        },
        {
            "start": 852351631,
            "stop": 852363314
        },
        {
            "start": 852363334,
            "stop": 852363344
        },
        {
            "start": 852363898,
            "stop": 852382813
        },
        {
            "start": 852387319,
            "stop": 852388082
        },
        {
            "start": 852388439,
            "stop": 852389407
        },
        {
            "start": 852390478,
            "stop": 852390839
        },
        {
            "start": 852392256,
            "stop": 852393191
        },
        {
            "start": 852393253,
            "stop": 852393793
        },
        {
            "start": 852416033,
            "stop": 852417713
        },
        {
            "start": 852419548,
            "stop": 852423896
        }
    ]
}