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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5629",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5627",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5628,
    "results": [
        {
            "start": 874486973,
            "stop": 874487196
        },
        {
            "start": 874487199,
            "stop": 874487290
        },
        {
            "start": 874487294,
            "stop": 874487483
        },
        {
            "start": 874487486,
            "stop": 874488039
        },
        {
            "start": 874488042,
            "stop": 874488161
        },
        {
            "start": 874488164,
            "stop": 874488184
        },
        {
            "start": 874488187,
            "stop": 874488877
        },
        {
            "start": 874488880,
            "stop": 874489056
        },
        {
            "start": 874489059,
            "stop": 874489124
        },
        {
            "start": 874489127,
            "stop": 874489143
        },
        {
            "start": 874489146,
            "stop": 874489169
        },
        {
            "start": 874489172,
            "stop": 874490272
        },
        {
            "start": 874490276,
            "stop": 874490809
        },
        {
            "start": 874490812,
            "stop": 874491249
        },
        {
            "start": 874491253,
            "stop": 874491322
        },
        {
            "start": 874491325,
            "stop": 874491519
        },
        {
            "start": 874491523,
            "stop": 874491576
        },
        {
            "start": 874491580,
            "stop": 874491820
        },
        {
            "start": 874491824,
            "stop": 874491886
        },
        {
            "start": 874491890,
            "stop": 874491962
        }
    ]
}