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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=606",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=604",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 605,
    "results": [
        {
            "start": 828456297,
            "stop": 828456886
        },
        {
            "start": 828456903,
            "stop": 828456911
        },
        {
            "start": 828456928,
            "stop": 828456960
        },
        {
            "start": 828456963,
            "stop": 828456978
        },
        {
            "start": 828456981,
            "stop": 828456983
        },
        {
            "start": 828456987,
            "stop": 828456989
        },
        {
            "start": 828457006,
            "stop": 828457156
        },
        {
            "start": 828457173,
            "stop": 828457294
        },
        {
            "start": 828457311,
            "stop": 828457730
        },
        {
            "start": 828458030,
            "stop": 828458128
        },
        {
            "start": 828458132,
            "stop": 828458267
        },
        {
            "start": 828458284,
            "stop": 828458414
        },
        {
            "start": 828458417,
            "stop": 828458640
        },
        {
            "start": 828458644,
            "stop": 828458969
        },
        {
            "start": 828458973,
            "stop": 828459058
        },
        {
            "start": 828459380,
            "stop": 828459570
        },
        {
            "start": 828459587,
            "stop": 828459968
        },
        {
            "start": 828459971,
            "stop": 828459977
        },
        {
            "start": 828459980,
            "stop": 828460083
        },
        {
            "start": 828460100,
            "stop": 828460183
        }
    ]
}