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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=213",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=211",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 212,
    "results": [
        {
            "start": 820191731,
            "stop": 820191869
        },
        {
            "start": 820191873,
            "stop": 820191875
        },
        {
            "start": 820191878,
            "stop": 820191901
        },
        {
            "start": 820191904,
            "stop": 820192040
        },
        {
            "start": 820192043,
            "stop": 820192064
        },
        {
            "start": 820192068,
            "stop": 820192102
        },
        {
            "start": 820192106,
            "stop": 820192145
        },
        {
            "start": 820192148,
            "stop": 820192184
        },
        {
            "start": 820192187,
            "stop": 820192209
        },
        {
            "start": 820192213,
            "stop": 820192284
        },
        {
            "start": 820192287,
            "stop": 820192289
        },
        {
            "start": 820192292,
            "stop": 820192309
        },
        {
            "start": 820192312,
            "stop": 820192314
        },
        {
            "start": 820192317,
            "stop": 820192384
        },
        {
            "start": 820192388,
            "stop": 820192390
        },
        {
            "start": 820192393,
            "stop": 820192402
        },
        {
            "start": 820192405,
            "stop": 820192482
        },
        {
            "start": 820192485,
            "stop": 820192502
        },
        {
            "start": 820192505,
            "stop": 820192536
        },
        {
            "start": 820192539,
            "stop": 820192548
        }
    ]
}