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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7015",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7013",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7014,
    "results": [
        {
            "start": 873912250,
            "stop": 873912271
        },
        {
            "start": 873912274,
            "stop": 873912275
        },
        {
            "start": 873912278,
            "stop": 873912300
        },
        {
            "start": 873912306,
            "stop": 873912327
        },
        {
            "start": 873939716,
            "stop": 873939995
        },
        {
            "start": 873939998,
            "stop": 873940606
        },
        {
            "start": 873940610,
            "stop": 873941891
        },
        {
            "start": 873941894,
            "stop": 873941895
        },
        {
            "start": 873941898,
            "stop": 873942419
        },
        {
            "start": 873942422,
            "stop": 873942454
        },
        {
            "start": 873942457,
            "stop": 873942907
        },
        {
            "start": 873942910,
            "stop": 873943117
        },
        {
            "start": 873943123,
            "stop": 873943164
        },
        {
            "start": 873943167,
            "stop": 873943174
        },
        {
            "start": 873943177,
            "stop": 873943681
        },
        {
            "start": 873943941,
            "stop": 873944126
        },
        {
            "start": 873944130,
            "stop": 873944148
        },
        {
            "start": 873944151,
            "stop": 873944172
        },
        {
            "start": 873944175,
            "stop": 873944176
        },
        {
            "start": 873944179,
            "stop": 873944180
        }
    ]
}