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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=92",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 93,
    "results": [
        {
            "start": 816945924,
            "stop": 816946289
        },
        {
            "start": 816946293,
            "stop": 816946819
        },
        {
            "start": 816947649,
            "stop": 816947846
        },
        {
            "start": 816947849,
            "stop": 816950589
        },
        {
            "start": 816950592,
            "stop": 816951028
        },
        {
            "start": 816951031,
            "stop": 816951700
        },
        {
            "start": 816951703,
            "stop": 816951936
        },
        {
            "start": 816952472,
            "stop": 816953251
        },
        {
            "start": 816953254,
            "stop": 816953780
        },
        {
            "start": 816953783,
            "stop": 816955605
        },
        {
            "start": 816955609,
            "stop": 816959192
        },
        {
            "start": 816959195,
            "stop": 816960489
        },
        {
            "start": 816960493,
            "stop": 816962393
        },
        {
            "start": 816962397,
            "stop": 816962528
        },
        {
            "start": 816962963,
            "stop": 816963099
        },
        {
            "start": 816963103,
            "stop": 816969101
        },
        {
            "start": 816974148,
            "stop": 816978551
        },
        {
            "start": 816981141,
            "stop": 816982769
        },
        {
            "start": 816983481,
            "stop": 816984187
        },
        {
            "start": 816984923,
            "stop": 816985397
        }
    ]
}