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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=191",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=189",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 190,
    "results": [
        {
            "start": 820339780,
            "stop": 820339785
        },
        {
            "start": 820339803,
            "stop": 820339804
        },
        {
            "start": 820339821,
            "stop": 820339824
        },
        {
            "start": 820339839,
            "stop": 820339857
        },
        {
            "start": 820339864,
            "stop": 820339865
        },
        {
            "start": 820339920,
            "stop": 820339949
        },
        {
            "start": 820339958,
            "stop": 820339998
        },
        {
            "start": 820340013,
            "stop": 820340022
        },
        {
            "start": 820340031,
            "stop": 820340074
        },
        {
            "start": 820340082,
            "stop": 820340107
        },
        {
            "start": 820340158,
            "stop": 820340159
        },
        {
            "start": 820340364,
            "stop": 820340412
        },
        {
            "start": 820340422,
            "stop": 820340444
        },
        {
            "start": 820340461,
            "stop": 820340487
        },
        {
            "start": 820340495,
            "stop": 820340562
        },
        {
            "start": 820340570,
            "stop": 820340595
        },
        {
            "start": 820340630,
            "stop": 820340694
        },
        {
            "start": 820340748,
            "stop": 820340788
        },
        {
            "start": 820340797,
            "stop": 820341025
        },
        {
            "start": 820341036,
            "stop": 820341127
        }
    ]
}