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=3882
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=3883",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3881",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3882,
    "results": [
        {
            "start": 873943167,
            "stop": 873943174
        },
        {
            "start": 873943177,
            "stop": 873943865
        },
        {
            "start": 873943868,
            "stop": 873944126
        },
        {
            "start": 873944130,
            "stop": 873944148
        },
        {
            "start": 873944151,
            "stop": 873944172
        },
        {
            "start": 873944175,
            "stop": 873944176
        },
        {
            "start": 873944179,
            "stop": 873944180
        },
        {
            "start": 873944183,
            "stop": 873944239
        },
        {
            "start": 873944245,
            "stop": 873944246
        },
        {
            "start": 873944250,
            "stop": 873944363
        },
        {
            "start": 873944366,
            "stop": 873944377
        },
        {
            "start": 873944380,
            "stop": 873945166
        },
        {
            "start": 873945169,
            "stop": 873945320
        },
        {
            "start": 873945323,
            "stop": 873945337
        },
        {
            "start": 873945340,
            "stop": 873946681
        },
        {
            "start": 873946686,
            "stop": 873946924
        },
        {
            "start": 873946927,
            "stop": 873946934
        },
        {
            "start": 873946937,
            "stop": 873946942
        },
        {
            "start": 873946946,
            "stop": 873946968
        },
        {
            "start": 873946971,
            "stop": 873946989
        }
    ]
}