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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7508",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7506",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7507,
    "results": [
        {
            "start": 970322048,
            "stop": 970322056
        },
        {
            "start": 970322296,
            "stop": 970322341
        },
        {
            "start": 970322344,
            "stop": 970322348
        },
        {
            "start": 970322351,
            "stop": 970322376
        },
        {
            "start": 970322379,
            "stop": 970322383
        },
        {
            "start": 970322423,
            "stop": 970322458
        },
        {
            "start": 970322461,
            "stop": 970322462
        },
        {
            "start": 970322596,
            "stop": 970322623
        },
        {
            "start": 970322787,
            "stop": 970322866
        },
        {
            "start": 970322871,
            "stop": 970322896
        },
        {
            "start": 970323143,
            "stop": 970323148
        },
        {
            "start": 970323151,
            "stop": 970323227
        },
        {
            "start": 970323230,
            "stop": 970323239
        },
        {
            "start": 970323242,
            "stop": 970323339
        },
        {
            "start": 970323342,
            "stop": 970323376
        },
        {
            "start": 970323646,
            "stop": 970323647
        },
        {
            "start": 970323796,
            "stop": 970323866
        },
        {
            "start": 970323869,
            "stop": 970323903
        },
        {
            "start": 970323906,
            "stop": 970324049
        },
        {
            "start": 970324054,
            "stop": 970324158
        }
    ]
}