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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3622",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3620",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3621,
    "results": [
        {
            "start": 970474503,
            "stop": 970474508
        },
        {
            "start": 970474513,
            "stop": 970474514
        },
        {
            "start": 970474519,
            "stop": 970474529
        },
        {
            "start": 970474532,
            "stop": 970474535
        },
        {
            "start": 970474538,
            "stop": 970474552
        },
        {
            "start": 970474556,
            "stop": 970474557
        },
        {
            "start": 970474560,
            "stop": 970474563
        },
        {
            "start": 970474566,
            "stop": 970474575
        },
        {
            "start": 970474579,
            "stop": 970474636
        },
        {
            "start": 970474641,
            "stop": 970474649
        },
        {
            "start": 970474652,
            "stop": 970474656
        },
        {
            "start": 970474659,
            "stop": 970474694
        },
        {
            "start": 970474698,
            "stop": 970474722
        },
        {
            "start": 970489242,
            "stop": 970489243
        },
        {
            "start": 970489248,
            "stop": 970489253
        },
        {
            "start": 970489256,
            "stop": 970489260
        },
        {
            "start": 970489265,
            "stop": 970489267
        },
        {
            "start": 970489270,
            "stop": 970489271
        },
        {
            "start": 970489276,
            "stop": 970489285
        },
        {
            "start": 970489288,
            "stop": 970489298
        }
    ]
}