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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1252",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1250",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1251,
    "results": [
        {
            "start": 957518908,
            "stop": 957518928
        },
        {
            "start": 957518930,
            "stop": 957518969
        },
        {
            "start": 957518971,
            "stop": 957519128
        },
        {
            "start": 957519130,
            "stop": 957519175
        },
        {
            "start": 957519176,
            "stop": 957519334
        },
        {
            "start": 957519336,
            "stop": 957519601
        },
        {
            "start": 957519603,
            "stop": 957519632
        },
        {
            "start": 957519634,
            "stop": 957519696
        },
        {
            "start": 957519698,
            "stop": 957519866
        },
        {
            "start": 957520152,
            "stop": 957520444
        },
        {
            "start": 957520446,
            "stop": 957520510
        },
        {
            "start": 957520512,
            "stop": 957520668
        },
        {
            "start": 957521296,
            "stop": 957521364
        },
        {
            "start": 957521366,
            "stop": 957521496
        },
        {
            "start": 957521498,
            "stop": 957521531
        },
        {
            "start": 957522548,
            "stop": 957522551
        },
        {
            "start": 957522584,
            "stop": 957522644
        },
        {
            "start": 957522646,
            "stop": 957522818
        },
        {
            "start": 957522820,
            "stop": 957522865
        },
        {
            "start": 957524970,
            "stop": 957525213
        }
    ]
}