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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2050",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2048",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2049,
    "results": [
        {
            "start": 860481617,
            "stop": 860489446
        },
        {
            "start": 860489886,
            "stop": 860489937
        },
        {
            "start": 860490237,
            "stop": 860490311
        },
        {
            "start": 860490611,
            "stop": 860497450
        },
        {
            "start": 860498094,
            "stop": 860499890
        },
        {
            "start": 860499895,
            "stop": 860506689
        },
        {
            "start": 860507267,
            "stop": 860509484
        },
        {
            "start": 860510062,
            "stop": 860510213
        },
        {
            "start": 860510570,
            "stop": 860510600
        },
        {
            "start": 860511308,
            "stop": 860514012
        },
        {
            "start": 860514033,
            "stop": 860514042
        },
        {
            "start": 860514050,
            "stop": 860514055
        },
        {
            "start": 860514060,
            "stop": 860514075
        },
        {
            "start": 860514080,
            "stop": 860514115
        },
        {
            "start": 860514123,
            "stop": 860514498
        },
        {
            "start": 860514500,
            "stop": 860517967
        },
        {
            "start": 860518187,
            "stop": 860519670
        },
        {
            "start": 860519675,
            "stop": 860519937
        },
        {
            "start": 860519943,
            "stop": 860519955
        },
        {
            "start": 860519960,
            "stop": 860520105
        }
    ]
}