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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=345",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=343",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 344,
    "results": [
        {
            "start": 821268573,
            "stop": 821268664
        },
        {
            "start": 821268683,
            "stop": 821269170
        },
        {
            "start": 821269173,
            "stop": 821269380
        },
        {
            "start": 821269399,
            "stop": 821269535
        },
        {
            "start": 821269538,
            "stop": 821269943
        },
        {
            "start": 821269962,
            "stop": 821270564
        },
        {
            "start": 821270865,
            "stop": 821270908
        },
        {
            "start": 821270927,
            "stop": 821270999
        },
        {
            "start": 821271018,
            "stop": 821271151
        },
        {
            "start": 821271170,
            "stop": 821271221
        },
        {
            "start": 821271240,
            "stop": 821271303
        },
        {
            "start": 821271322,
            "stop": 821271352
        },
        {
            "start": 821271371,
            "stop": 821271716
        },
        {
            "start": 821271719,
            "stop": 821272274
        },
        {
            "start": 821272305,
            "stop": 821272400
        },
        {
            "start": 821272419,
            "stop": 821272854
        },
        {
            "start": 821272873,
            "stop": 821273057
        },
        {
            "start": 821273076,
            "stop": 821273114
        },
        {
            "start": 821273149,
            "stop": 821273173
        },
        {
            "start": 821273192,
            "stop": 821273208
        }
    ]
}