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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=225",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=223",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 224,
    "results": [
        {
            "start": 818216256,
            "stop": 818216257
        },
        {
            "start": 818216274,
            "stop": 818216278
        },
        {
            "start": 818216297,
            "stop": 818216299
        },
        {
            "start": 818216304,
            "stop": 818216305
        },
        {
            "start": 818216320,
            "stop": 818216321
        },
        {
            "start": 818216324,
            "stop": 818216325
        },
        {
            "start": 818216349,
            "stop": 818216353
        },
        {
            "start": 818216381,
            "stop": 818216382
        },
        {
            "start": 818216403,
            "stop": 818216406
        },
        {
            "start": 818216422,
            "stop": 818216425
        },
        {
            "start": 818216428,
            "stop": 818216431
        },
        {
            "start": 818216437,
            "stop": 818216441
        },
        {
            "start": 818216447,
            "stop": 818216448
        },
        {
            "start": 818216454,
            "stop": 818216457
        },
        {
            "start": 818216478,
            "stop": 818216480
        },
        {
            "start": 818216495,
            "stop": 818216496
        },
        {
            "start": 818216499,
            "stop": 818216502
        },
        {
            "start": 818216516,
            "stop": 818216520
        },
        {
            "start": 818216530,
            "stop": 818216531
        },
        {
            "start": 818216545,
            "stop": 818216549
        }
    ]
}