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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4999",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4997",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4998,
    "results": [
        {
            "start": 874464114,
            "stop": 874464151
        },
        {
            "start": 874464172,
            "stop": 874464202
        },
        {
            "start": 874464221,
            "stop": 874464273
        },
        {
            "start": 874464292,
            "stop": 874464358
        },
        {
            "start": 874464377,
            "stop": 874464627
        },
        {
            "start": 874464653,
            "stop": 874464785
        },
        {
            "start": 874464804,
            "stop": 874465096
        },
        {
            "start": 874465115,
            "stop": 874465129
        },
        {
            "start": 874465198,
            "stop": 874465210
        },
        {
            "start": 874465239,
            "stop": 874465252
        },
        {
            "start": 874465272,
            "stop": 874465298
        },
        {
            "start": 874465318,
            "stop": 874465321
        },
        {
            "start": 874465340,
            "stop": 874465366
        },
        {
            "start": 874465385,
            "stop": 874465390
        },
        {
            "start": 874465410,
            "stop": 874465554
        },
        {
            "start": 874465573,
            "stop": 874465738
        },
        {
            "start": 874465757,
            "stop": 874465804
        },
        {
            "start": 874465823,
            "stop": 874466119
        },
        {
            "start": 874466139,
            "stop": 874466365
        },
        {
            "start": 874466384,
            "stop": 874466613
        }
    ]
}