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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=221",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=219",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 220,
    "results": [
        {
            "start": 818216193,
            "stop": 818216194
        },
        {
            "start": 818216198,
            "stop": 818216199
        },
        {
            "start": 818216208,
            "stop": 818216212
        },
        {
            "start": 818216227,
            "stop": 818216228
        },
        {
            "start": 818216231,
            "stop": 818216234
        },
        {
            "start": 818216242,
            "stop": 818216244
        },
        {
            "start": 818216252,
            "stop": 818216253
        },
        {
            "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
        }
    ]
}