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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=174",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=172",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 173,
    "results": [
        {
            "start": 816830082,
            "stop": 816830097
        },
        {
            "start": 816830111,
            "stop": 816830112
        },
        {
            "start": 816830125,
            "stop": 816830192
        },
        {
            "start": 816830198,
            "stop": 816830199
        },
        {
            "start": 816830202,
            "stop": 816830215
        },
        {
            "start": 816830221,
            "stop": 816830224
        },
        {
            "start": 816830242,
            "stop": 816830243
        },
        {
            "start": 816830262,
            "stop": 816830273
        },
        {
            "start": 816830278,
            "stop": 816830281
        },
        {
            "start": 816830287,
            "stop": 816830288
        },
        {
            "start": 816830292,
            "stop": 816830296
        },
        {
            "start": 816830300,
            "stop": 816830314
        },
        {
            "start": 816830322,
            "stop": 816830331
        },
        {
            "start": 816830335,
            "stop": 816830339
        },
        {
            "start": 816830343,
            "stop": 816830351
        },
        {
            "start": 816830358,
            "stop": 816830364
        },
        {
            "start": 816830370,
            "stop": 816830373
        },
        {
            "start": 816830378,
            "stop": 816830475
        },
        {
            "start": 816830480,
            "stop": 816830489
        },
        {
            "start": 816830494,
            "stop": 816830644
        }
    ]
}