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=40983
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=40984",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40982",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40983,
    "results": [
        {
            "start": 875140098,
            "stop": 875140099
        },
        {
            "start": 875140100,
            "stop": 875140126
        },
        {
            "start": 875140128,
            "stop": 875140136
        },
        {
            "start": 875140137,
            "stop": 875140184
        },
        {
            "start": 875140185,
            "stop": 875140190
        },
        {
            "start": 875140191,
            "stop": 875140222
        },
        {
            "start": 875140224,
            "stop": 875140232
        },
        {
            "start": 875140234,
            "stop": 875140245
        },
        {
            "start": 875140246,
            "stop": 875140253
        },
        {
            "start": 875140256,
            "stop": 875140259
        },
        {
            "start": 875140260,
            "stop": 875140275
        },
        {
            "start": 875140276,
            "stop": 875140279
        },
        {
            "start": 875140280,
            "stop": 875140314
        },
        {
            "start": 875140316,
            "stop": 875140317
        },
        {
            "start": 875140319,
            "stop": 875140347
        },
        {
            "start": 875140349,
            "stop": 875140360
        },
        {
            "start": 875140361,
            "stop": 875140435
        },
        {
            "start": 875140436,
            "stop": 875140466
        },
        {
            "start": 875140468,
            "stop": 875140488
        },
        {
            "start": 875140489,
            "stop": 875140509
        }
    ]
}