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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=456",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=454",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 455,
    "results": [
        {
            "start": 827336650,
            "stop": 827340350
        },
        {
            "start": 827340430,
            "stop": 827343950
        },
        {
            "start": 827344030,
            "stop": 827350850
        },
        {
            "start": 827350990,
            "stop": 827352110
        },
        {
            "start": 827352240,
            "stop": 827352952
        },
        {
            "start": 827357728,
            "stop": 827364342
        },
        {
            "start": 827364846,
            "stop": 827366211
        },
        {
            "start": 827366714,
            "stop": 827369418
        },
        {
            "start": 827369910,
            "stop": 827370461
        },
        {
            "start": 827370772,
            "stop": 827373540
        },
        {
            "start": 827373959,
            "stop": 827375184
        },
        {
            "start": 827376030,
            "stop": 827376644
        },
        {
            "start": 827376825,
            "stop": 827378520
        },
        {
            "start": 827378580,
            "stop": 827378586
        },
        {
            "start": 827379903,
            "stop": 827385234
        },
        {
            "start": 827385241,
            "stop": 827385442
        },
        {
            "start": 827385679,
            "stop": 827386039
        },
        {
            "start": 827386341,
            "stop": 827389631
        },
        {
            "start": 827389638,
            "stop": 827403738
        },
        {
            "start": 827403745,
            "stop": 827403906
        }
    ]
}