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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=242",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=240",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 241,
    "results": [
        {
            "start": 852320823,
            "stop": 852323158
        },
        {
            "start": 852324494,
            "stop": 852324535
        },
        {
            "start": 852324568,
            "stop": 852324944
        },
        {
            "start": 852324963,
            "stop": 852325181
        },
        {
            "start": 852326460,
            "stop": 852326757
        },
        {
            "start": 852326786,
            "stop": 852326787
        },
        {
            "start": 852326808,
            "stop": 852329142
        },
        {
            "start": 852329213,
            "stop": 852331275
        },
        {
            "start": 852331294,
            "stop": 852332266
        },
        {
            "start": 852332285,
            "stop": 852334760
        },
        {
            "start": 852334792,
            "stop": 852358170
        },
        {
            "start": 852358315,
            "stop": 852360366
        },
        {
            "start": 852361136,
            "stop": 852361409
        },
        {
            "start": 852361416,
            "stop": 852361679
        },
        {
            "start": 852361789,
            "stop": 852361909
        },
        {
            "start": 852362209,
            "stop": 852369222
        },
        {
            "start": 852369243,
            "stop": 852375682
        },
        {
            "start": 852375703,
            "stop": 852384464
        },
        {
            "start": 852384486,
            "stop": 852392929
        },
        {
            "start": 852414474,
            "stop": 852414532
        }
    ]
}