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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=134",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 135,
    "results": [
        {
            "start": 816829824,
            "stop": 816829825
        },
        {
            "start": 816829833,
            "stop": 816829835
        },
        {
            "start": 816829864,
            "stop": 816829917
        },
        {
            "start": 816829922,
            "stop": 816829939
        },
        {
            "start": 816829945,
            "stop": 816830006
        },
        {
            "start": 816830010,
            "stop": 816830031
        },
        {
            "start": 816830036,
            "stop": 816830046
        },
        {
            "start": 816830050,
            "stop": 816830078
        },
        {
            "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
        }
    ]
}