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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40765",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40763",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40764,
    "results": [
        {
            "start": 874986390,
            "stop": 874986394
        },
        {
            "start": 874986395,
            "stop": 874986399
        },
        {
            "start": 874986401,
            "stop": 874986405
        },
        {
            "start": 874986406,
            "stop": 874986410
        },
        {
            "start": 874986411,
            "stop": 874986415
        },
        {
            "start": 874986417,
            "stop": 874986421
        },
        {
            "start": 874986422,
            "stop": 874986426
        },
        {
            "start": 874986427,
            "stop": 874986431
        },
        {
            "start": 874986433,
            "stop": 874986437
        },
        {
            "start": 874986438,
            "stop": 874986442
        },
        {
            "start": 874986443,
            "stop": 874986447
        },
        {
            "start": 874986449,
            "stop": 874986453
        },
        {
            "start": 874986454,
            "stop": 874986458
        },
        {
            "start": 874986460,
            "stop": 874986464
        },
        {
            "start": 874986465,
            "stop": 874986469
        },
        {
            "start": 874986470,
            "stop": 874986474
        },
        {
            "start": 874986476,
            "stop": 874986480
        },
        {
            "start": 874986481,
            "stop": 874986485
        },
        {
            "start": 874986486,
            "stop": 874986490
        },
        {
            "start": 874986492,
            "stop": 874986496
        }
    ]
}