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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=164",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=162",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 163,
    "results": [
        {
            "start": 821605281,
            "stop": 821605382
        },
        {
            "start": 821605385,
            "stop": 821605496
        },
        {
            "start": 821605499,
            "stop": 821605810
        },
        {
            "start": 821605813,
            "stop": 821605877
        },
        {
            "start": 821605880,
            "stop": 821606058
        },
        {
            "start": 821606061,
            "stop": 821606790
        },
        {
            "start": 821606793,
            "stop": 821607665
        },
        {
            "start": 821607668,
            "stop": 821608316
        },
        {
            "start": 821608319,
            "stop": 821608485
        },
        {
            "start": 821608488,
            "stop": 821608638
        },
        {
            "start": 821608641,
            "stop": 821609138
        },
        {
            "start": 821609141,
            "stop": 821612969
        },
        {
            "start": 821620374,
            "stop": 821620513
        },
        {
            "start": 821620516,
            "stop": 821620551
        },
        {
            "start": 821620554,
            "stop": 821628706
        },
        {
            "start": 821628709,
            "stop": 821630240
        },
        {
            "start": 821630248,
            "stop": 821630256
        },
        {
            "start": 821630631,
            "stop": 821634204
        },
        {
            "start": 821634205,
            "stop": 821640676
        },
        {
            "start": 821640679,
            "stop": 821640731
        }
    ]
}