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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=259",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=257",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 258,
    "results": [
        {
            "start": 821682976,
            "stop": 821682988
        },
        {
            "start": 821682995,
            "stop": 821683000
        },
        {
            "start": 821683003,
            "stop": 821683005
        },
        {
            "start": 821683008,
            "stop": 821683017
        },
        {
            "start": 821683020,
            "stop": 821683025
        },
        {
            "start": 821683028,
            "stop": 821683049
        },
        {
            "start": 821683052,
            "stop": 821683053
        },
        {
            "start": 821683056,
            "stop": 821683062
        },
        {
            "start": 821683065,
            "stop": 821683066
        },
        {
            "start": 821683071,
            "stop": 821683074
        },
        {
            "start": 821683083,
            "stop": 821683088
        },
        {
            "start": 821683091,
            "stop": 821683098
        },
        {
            "start": 821683101,
            "stop": 821683104
        },
        {
            "start": 821683107,
            "stop": 821683133
        },
        {
            "start": 821683136,
            "stop": 821683145
        },
        {
            "start": 821683148,
            "stop": 821683156
        },
        {
            "start": 821683159,
            "stop": 821683160
        },
        {
            "start": 821683163,
            "stop": 821683173
        },
        {
            "start": 821683176,
            "stop": 821683196
        },
        {
            "start": 821683199,
            "stop": 821683227
        }
    ]
}