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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9923",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9921",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9922,
    "results": [
        {
            "start": 870916923,
            "stop": 870916997
        },
        {
            "start": 870917004,
            "stop": 870917022
        },
        {
            "start": 870917030,
            "stop": 870917040
        },
        {
            "start": 870917100,
            "stop": 870917102
        },
        {
            "start": 870917138,
            "stop": 870917146
        },
        {
            "start": 870917154,
            "stop": 870917206
        },
        {
            "start": 870917242,
            "stop": 870917259
        },
        {
            "start": 870917268,
            "stop": 870917331
        },
        {
            "start": 870917382,
            "stop": 870917454
        },
        {
            "start": 870917461,
            "stop": 870917578
        },
        {
            "start": 870917614,
            "stop": 870917621
        },
        {
            "start": 870917700,
            "stop": 870917757
        },
        {
            "start": 870917893,
            "stop": 870917905
        },
        {
            "start": 870917913,
            "stop": 870917932
        },
        {
            "start": 870917968,
            "stop": 870917994
        },
        {
            "start": 870918001,
            "stop": 870918017
        },
        {
            "start": 870918025,
            "stop": 870918058
        },
        {
            "start": 870918066,
            "stop": 870918078
        },
        {
            "start": 870918085,
            "stop": 870918095
        },
        {
            "start": 870918131,
            "stop": 870918200
        }
    ]
}