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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=263",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=261",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 262,
    "results": [
        {
            "start": 934133163,
            "stop": 934133170
        },
        {
            "start": 934133172,
            "stop": 934133225
        },
        {
            "start": 934133229,
            "stop": 934133274
        },
        {
            "start": 934133276,
            "stop": 934133322
        },
        {
            "start": 934133326,
            "stop": 934133552
        },
        {
            "start": 934133555,
            "stop": 934133619
        },
        {
            "start": 934133621,
            "stop": 934133774
        },
        {
            "start": 934133779,
            "stop": 934133782
        },
        {
            "start": 934133787,
            "stop": 934133816
        },
        {
            "start": 934133821,
            "stop": 934134131
        },
        {
            "start": 934134133,
            "stop": 934134238
        },
        {
            "start": 934134240,
            "stop": 934134782
        },
        {
            "start": 934134785,
            "stop": 934135090
        },
        {
            "start": 934135092,
            "stop": 934135215
        },
        {
            "start": 934135455,
            "stop": 934135757
        },
        {
            "start": 934135760,
            "stop": 934135766
        },
        {
            "start": 934135771,
            "stop": 934136092
        },
        {
            "start": 934136094,
            "stop": 934136144
        },
        {
            "start": 934136147,
            "stop": 934136356
        },
        {
            "start": 934136361,
            "stop": 934136468
        }
    ]
}