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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9831",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9829",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9830,
    "results": [
        {
            "start": 873848464,
            "stop": 873849859
        },
        {
            "start": 873849979,
            "stop": 873850252
        },
        {
            "start": 873850372,
            "stop": 873851097
        },
        {
            "start": 873851116,
            "stop": 873852005
        },
        {
            "start": 873852125,
            "stop": 873852869
        },
        {
            "start": 873852891,
            "stop": 873852900
        },
        {
            "start": 873852960,
            "stop": 873853660
        },
        {
            "start": 873853677,
            "stop": 873854624
        },
        {
            "start": 873854805,
            "stop": 873859486
        },
        {
            "start": 873859503,
            "stop": 873860340
        },
        {
            "start": 873860400,
            "stop": 873860522
        },
        {
            "start": 873860539,
            "stop": 873860593
        },
        {
            "start": 873860741,
            "stop": 873861000
        },
        {
            "start": 873861120,
            "stop": 873861180
        },
        {
            "start": 873861300,
            "stop": 873861456
        },
        {
            "start": 873861473,
            "stop": 873861485
        },
        {
            "start": 873861605,
            "stop": 873862827
        },
        {
            "start": 873862844,
            "stop": 873862857
        },
        {
            "start": 873862874,
            "stop": 873863705
        },
        {
            "start": 873863825,
            "stop": 873864827
        }
    ]
}