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=210
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=211",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=209",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 210,
    "results": [
        {
            "start": 818213163,
            "stop": 818213164
        },
        {
            "start": 818213168,
            "stop": 818213169
        },
        {
            "start": 818213192,
            "stop": 818213193
        },
        {
            "start": 818213199,
            "stop": 818213200
        },
        {
            "start": 818213206,
            "stop": 818213211
        },
        {
            "start": 818213239,
            "stop": 818213247
        },
        {
            "start": 818213261,
            "stop": 818213262
        },
        {
            "start": 818213275,
            "stop": 818213276
        },
        {
            "start": 818213292,
            "stop": 818213294
        },
        {
            "start": 818213297,
            "stop": 818213299
        },
        {
            "start": 818213342,
            "stop": 818213344
        },
        {
            "start": 818213352,
            "stop": 818213354
        },
        {
            "start": 818213357,
            "stop": 818213358
        },
        {
            "start": 818213361,
            "stop": 818213363
        },
        {
            "start": 818213367,
            "stop": 818213371
        },
        {
            "start": 818213375,
            "stop": 818213378
        },
        {
            "start": 818213409,
            "stop": 818213412
        },
        {
            "start": 818213418,
            "stop": 818213419
        },
        {
            "start": 818213425,
            "stop": 818213428
        },
        {
            "start": 818213432,
            "stop": 818213433
        }
    ]
}