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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=228",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=226",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 227,
    "results": [
        {
            "start": 931460151,
            "stop": 931460156
        },
        {
            "start": 931460163,
            "stop": 931460173
        },
        {
            "start": 931460177,
            "stop": 931460197
        },
        {
            "start": 931460200,
            "stop": 931460202
        },
        {
            "start": 931460204,
            "stop": 931460212
        },
        {
            "start": 931460214,
            "stop": 931460237
        },
        {
            "start": 931460241,
            "stop": 931460244
        },
        {
            "start": 931460246,
            "stop": 931460250
        },
        {
            "start": 931460252,
            "stop": 931460254
        },
        {
            "start": 931460256,
            "stop": 931460262
        },
        {
            "start": 931460265,
            "stop": 931460266
        },
        {
            "start": 931460268,
            "stop": 931460270
        },
        {
            "start": 931460272,
            "stop": 931460273
        },
        {
            "start": 931460277,
            "stop": 931460278
        },
        {
            "start": 931460281,
            "stop": 931460282
        },
        {
            "start": 931460288,
            "stop": 931460292
        },
        {
            "start": 931460294,
            "stop": 931460298
        },
        {
            "start": 931460302,
            "stop": 931460312
        },
        {
            "start": 931460316,
            "stop": 931460322
        },
        {
            "start": 931460326,
            "stop": 931460337
        }
    ]
}