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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7009",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7007",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7008,
    "results": [
        {
            "start": 873751150,
            "stop": 873751328
        },
        {
            "start": 873751329,
            "stop": 873751344
        },
        {
            "start": 873751345,
            "stop": 873751387
        },
        {
            "start": 873751389,
            "stop": 873752402
        },
        {
            "start": 873752403,
            "stop": 873752751
        },
        {
            "start": 873752752,
            "stop": 873752878
        },
        {
            "start": 873752879,
            "stop": 873752953
        },
        {
            "start": 873752954,
            "stop": 873752995
        },
        {
            "start": 873752996,
            "stop": 873753104
        },
        {
            "start": 873753106,
            "stop": 873753131
        },
        {
            "start": 873753132,
            "stop": 873753216
        },
        {
            "start": 873753217,
            "stop": 873753253
        },
        {
            "start": 873753254,
            "stop": 873753345
        },
        {
            "start": 873753346,
            "stop": 873753444
        },
        {
            "start": 873753446,
            "stop": 873753463
        },
        {
            "start": 873753465,
            "stop": 873753523
        },
        {
            "start": 873753524,
            "stop": 873753564
        },
        {
            "start": 873753566,
            "stop": 873753679
        },
        {
            "start": 873753680,
            "stop": 873754202
        },
        {
            "start": 873754203,
            "stop": 873754394
        }
    ]
}