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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5159",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5157",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5158,
    "results": [
        {
            "start": 873751988,
            "stop": 873752174
        },
        {
            "start": 873752186,
            "stop": 873752236
        },
        {
            "start": 873752243,
            "stop": 873752280
        },
        {
            "start": 873752340,
            "stop": 873752519
        },
        {
            "start": 873752526,
            "stop": 873752559
        },
        {
            "start": 873752568,
            "stop": 873752580
        },
        {
            "start": 873752700,
            "stop": 873752734
        },
        {
            "start": 873752742,
            "stop": 873752780
        },
        {
            "start": 873752791,
            "stop": 873752820
        },
        {
            "start": 873753300,
            "stop": 873753333
        },
        {
            "start": 873753340,
            "stop": 873753360
        },
        {
            "start": 873754086,
            "stop": 873754091
        },
        {
            "start": 873754101,
            "stop": 873754265
        },
        {
            "start": 873754273,
            "stop": 873754306
        },
        {
            "start": 873754314,
            "stop": 873754340
        },
        {
            "start": 873754347,
            "stop": 873754378
        },
        {
            "start": 873754385,
            "stop": 873754433
        },
        {
            "start": 873754443,
            "stop": 873754498
        },
        {
            "start": 873754506,
            "stop": 873754515
        },
        {
            "start": 873754526,
            "stop": 873754595
        }
    ]
}