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=265
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=266",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=264",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 265,
    "results": [
        {
            "start": 821685120,
            "stop": 821685121
        },
        {
            "start": 821685124,
            "stop": 821685134
        },
        {
            "start": 821685137,
            "stop": 821685149
        },
        {
            "start": 821685153,
            "stop": 821685156
        },
        {
            "start": 821685159,
            "stop": 821685160
        },
        {
            "start": 821685163,
            "stop": 821685183
        },
        {
            "start": 821685190,
            "stop": 821685195
        },
        {
            "start": 821685198,
            "stop": 821685200
        },
        {
            "start": 821685203,
            "stop": 821685229
        },
        {
            "start": 821685232,
            "stop": 821685238
        },
        {
            "start": 821685247,
            "stop": 821685252
        },
        {
            "start": 821685255,
            "stop": 821685257
        },
        {
            "start": 821685262,
            "stop": 821685264
        },
        {
            "start": 821685271,
            "stop": 821685273
        },
        {
            "start": 821685276,
            "stop": 821685281
        },
        {
            "start": 821685285,
            "stop": 821685300
        },
        {
            "start": 821685303,
            "stop": 821685314
        },
        {
            "start": 821685317,
            "stop": 821685319
        },
        {
            "start": 821685324,
            "stop": 821685329
        },
        {
            "start": 821685334,
            "stop": 821685340
        }
    ]
}