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=149
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=150",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=148",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 149,
    "results": [
        {
            "start": 931403181,
            "stop": 931403210
        },
        {
            "start": 931403212,
            "stop": 931403214
        },
        {
            "start": 931403217,
            "stop": 931403224
        },
        {
            "start": 931403226,
            "stop": 931403228
        },
        {
            "start": 931403232,
            "stop": 931403243
        },
        {
            "start": 931403245,
            "stop": 931403249
        },
        {
            "start": 931403251,
            "stop": 931403266
        },
        {
            "start": 931403272,
            "stop": 931403275
        },
        {
            "start": 931403277,
            "stop": 931403288
        },
        {
            "start": 931403292,
            "stop": 931403295
        },
        {
            "start": 931403298,
            "stop": 931403301
        },
        {
            "start": 931403304,
            "stop": 931403308
        },
        {
            "start": 931403334,
            "stop": 931403338
        },
        {
            "start": 931403342,
            "stop": 931403346
        },
        {
            "start": 931403353,
            "stop": 931403363
        },
        {
            "start": 931403365,
            "stop": 931403371
        },
        {
            "start": 931403372,
            "stop": 931403382
        },
        {
            "start": 931403384,
            "stop": 931403387
        },
        {
            "start": 931403391,
            "stop": 931403393
        },
        {
            "start": 931403395,
            "stop": 931403399
        }
    ]
}