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=7053
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=7054",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7052",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7053,
    "results": [
        {
            "start": 874216626,
            "stop": 874219066
        },
        {
            "start": 874219070,
            "stop": 874219185
        },
        {
            "start": 874219189,
            "stop": 874220686
        },
        {
            "start": 874220689,
            "stop": 874220693
        },
        {
            "start": 874220696,
            "stop": 874220769
        },
        {
            "start": 874220772,
            "stop": 874220847
        },
        {
            "start": 874220850,
            "stop": 874221160
        },
        {
            "start": 874221163,
            "stop": 874221177
        },
        {
            "start": 874221180,
            "stop": 874221194
        },
        {
            "start": 874221197,
            "stop": 874221206
        },
        {
            "start": 874221211,
            "stop": 874221215
        },
        {
            "start": 874221218,
            "stop": 874221222
        },
        {
            "start": 874221227,
            "stop": 874221244
        },
        {
            "start": 874221248,
            "stop": 874221277
        },
        {
            "start": 874221281,
            "stop": 874221282
        },
        {
            "start": 874221285,
            "stop": 874221290
        },
        {
            "start": 874221293,
            "stop": 874221331
        },
        {
            "start": 874221336,
            "stop": 874221338
        },
        {
            "start": 874221345,
            "stop": 874221348
        },
        {
            "start": 874221352,
            "stop": 874221408
        }
    ]
}