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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6571",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6569",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6570,
    "results": [
        {
            "start": 874510163,
            "stop": 874510226
        },
        {
            "start": 874510227,
            "stop": 874510899
        },
        {
            "start": 874510900,
            "stop": 874511151
        },
        {
            "start": 874511153,
            "stop": 874511591
        },
        {
            "start": 874511592,
            "stop": 874511624
        },
        {
            "start": 874511626,
            "stop": 874512200
        },
        {
            "start": 874512201,
            "stop": 874512636
        },
        {
            "start": 874512637,
            "stop": 874513115
        },
        {
            "start": 874513116,
            "stop": 874513171
        },
        {
            "start": 874513172,
            "stop": 874514064
        },
        {
            "start": 874515039,
            "stop": 874515609
        },
        {
            "start": 874515610,
            "stop": 874515864
        },
        {
            "start": 874515866,
            "stop": 874516064
        },
        {
            "start": 874516065,
            "stop": 874516285
        },
        {
            "start": 874516286,
            "stop": 874516307
        },
        {
            "start": 874516309,
            "stop": 874516683
        },
        {
            "start": 874516684,
            "stop": 874516750
        },
        {
            "start": 874516751,
            "stop": 874516932
        },
        {
            "start": 874516933,
            "stop": 874517290
        },
        {
            "start": 874517291,
            "stop": 874517466
        }
    ]
}