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=98
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=99",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=97",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 98,
    "results": [
        {
            "start": 817079660,
            "stop": 817079704
        },
        {
            "start": 817079708,
            "stop": 817080440
        },
        {
            "start": 817080840,
            "stop": 817081612
        },
        {
            "start": 817081615,
            "stop": 817081955
        },
        {
            "start": 817082461,
            "stop": 817082577
        },
        {
            "start": 817083020,
            "stop": 817084075
        },
        {
            "start": 817084078,
            "stop": 817084321
        },
        {
            "start": 817084324,
            "stop": 817084819
        },
        {
            "start": 817084822,
            "stop": 817085200
        },
        {
            "start": 817085203,
            "stop": 817085927
        },
        {
            "start": 817085930,
            "stop": 817090703
        },
        {
            "start": 817090705,
            "stop": 817097992
        },
        {
            "start": 817097995,
            "stop": 817099317
        },
        {
            "start": 817099320,
            "stop": 817101969
        },
        {
            "start": 817101972,
            "stop": 817103298
        },
        {
            "start": 817103301,
            "stop": 817103730
        },
        {
            "start": 817104151,
            "stop": 817105287
        },
        {
            "start": 817105289,
            "stop": 817107052
        },
        {
            "start": 817108111,
            "stop": 817125843
        },
        {
            "start": 817125846,
            "stop": 817132219
        }
    ]
}