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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1987",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1985",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1986,
    "results": [
        {
            "start": 856224133,
            "stop": 856224287
        },
        {
            "start": 856224397,
            "stop": 856225568
        },
        {
            "start": 856225868,
            "stop": 856232867
        },
        {
            "start": 856233217,
            "stop": 856258807
        },
        {
            "start": 856259143,
            "stop": 856269652
        },
        {
            "start": 856269655,
            "stop": 856269807
        },
        {
            "start": 856269809,
            "stop": 856274405
        },
        {
            "start": 856274410,
            "stop": 856274417
        },
        {
            "start": 856274423,
            "stop": 856274435
        },
        {
            "start": 856274440,
            "stop": 856276782
        },
        {
            "start": 856277082,
            "stop": 856282657
        },
        {
            "start": 856282663,
            "stop": 856286251
        },
        {
            "start": 856286252,
            "stop": 856286478
        },
        {
            "start": 856286692,
            "stop": 856289358
        },
        {
            "start": 856289361,
            "stop": 856292015
        },
        {
            "start": 856292018,
            "stop": 856293662
        },
        {
            "start": 856293668,
            "stop": 856294290
        },
        {
            "start": 856294855,
            "stop": 856295091
        },
        {
            "start": 856295201,
            "stop": 856295578
        },
        {
            "start": 856296114,
            "stop": 856305150
        }
    ]
}