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=7547
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=7548",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7546",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7547,
    "results": [
        {
            "start": 970409517,
            "stop": 970409520
        },
        {
            "start": 970409529,
            "stop": 970409530
        },
        {
            "start": 970409533,
            "stop": 970409536
        },
        {
            "start": 970409913,
            "stop": 970409915
        },
        {
            "start": 970409918,
            "stop": 970409923
        },
        {
            "start": 970409926,
            "stop": 970409954
        },
        {
            "start": 970409958,
            "stop": 970409965
        },
        {
            "start": 970409969,
            "stop": 970409977
        },
        {
            "start": 970409981,
            "stop": 970409982
        },
        {
            "start": 970409985,
            "stop": 970409987
        },
        {
            "start": 970409990,
            "stop": 970410008
        },
        {
            "start": 970410012,
            "stop": 970410016
        },
        {
            "start": 970410318,
            "stop": 970410331
        },
        {
            "start": 970410334,
            "stop": 970410350
        },
        {
            "start": 970410353,
            "stop": 970410373
        },
        {
            "start": 970410376,
            "stop": 970410388
        },
        {
            "start": 970410391,
            "stop": 970410393
        },
        {
            "start": 970410396,
            "stop": 970410404
        },
        {
            "start": 970410444,
            "stop": 970410447
        },
        {
            "start": 970410452,
            "stop": 970410453
        }
    ]
}