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=235
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=236",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=234",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 235,
    "results": [
        {
            "start": 820481927,
            "stop": 820482601
        },
        {
            "start": 820482605,
            "stop": 820483524
        },
        {
            "start": 820483527,
            "stop": 820483839
        },
        {
            "start": 820483842,
            "stop": 820484057
        },
        {
            "start": 820484061,
            "stop": 820484288
        },
        {
            "start": 820484291,
            "stop": 820484572
        },
        {
            "start": 820484575,
            "stop": 820484714
        },
        {
            "start": 820484717,
            "stop": 820485148
        },
        {
            "start": 820485151,
            "stop": 820485324
        },
        {
            "start": 820485327,
            "stop": 820485855
        },
        {
            "start": 820485859,
            "stop": 820486224
        },
        {
            "start": 820486227,
            "stop": 820486392
        },
        {
            "start": 820486395,
            "stop": 820486887
        },
        {
            "start": 820486890,
            "stop": 820487073
        },
        {
            "start": 820487076,
            "stop": 820487429
        },
        {
            "start": 820487432,
            "stop": 820487570
        },
        {
            "start": 820487573,
            "stop": 820487604
        },
        {
            "start": 820487607,
            "stop": 820488006
        },
        {
            "start": 820488009,
            "stop": 820488037
        },
        {
            "start": 820488060,
            "stop": 820488649
        }
    ]
}