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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7940",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7938",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7939,
    "results": [
        {
            "start": 970061586,
            "stop": 970061662
        },
        {
            "start": 970061665,
            "stop": 970061677
        },
        {
            "start": 970061705,
            "stop": 970061718
        },
        {
            "start": 970061769,
            "stop": 970061770
        },
        {
            "start": 970061788,
            "stop": 970061968
        },
        {
            "start": 970061971,
            "stop": 970062176
        },
        {
            "start": 970062179,
            "stop": 970062498
        },
        {
            "start": 970062504,
            "stop": 970062519
        },
        {
            "start": 970062522,
            "stop": 970062542
        },
        {
            "start": 970062548,
            "stop": 970062639
        },
        {
            "start": 970062645,
            "stop": 970062725
        },
        {
            "start": 970062728,
            "stop": 970062950
        },
        {
            "start": 970062961,
            "stop": 970062963
        },
        {
            "start": 970062985,
            "stop": 970062992
        },
        {
            "start": 970063064,
            "stop": 970063065
        },
        {
            "start": 970063102,
            "stop": 970063103
        },
        {
            "start": 970063109,
            "stop": 970063153
        },
        {
            "start": 970063159,
            "stop": 970063174
        },
        {
            "start": 970063180,
            "stop": 970063217
        },
        {
            "start": 970063220,
            "stop": 970063265
        }
    ]
}