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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=148",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=146",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 147,
    "results": [
        {
            "start": 820191005,
            "stop": 820191014
        },
        {
            "start": 820191017,
            "stop": 820191070
        },
        {
            "start": 820191073,
            "stop": 820191234
        },
        {
            "start": 820191237,
            "stop": 820191259
        },
        {
            "start": 820191262,
            "stop": 820191287
        },
        {
            "start": 820191291,
            "stop": 820191305
        },
        {
            "start": 820191308,
            "stop": 820191310
        },
        {
            "start": 820191313,
            "stop": 820191365
        },
        {
            "start": 820191368,
            "stop": 820191377
        },
        {
            "start": 820191380,
            "stop": 820191672
        },
        {
            "start": 820191675,
            "stop": 820191678
        },
        {
            "start": 820191681,
            "stop": 820191684
        },
        {
            "start": 820191687,
            "stop": 820191709
        },
        {
            "start": 820191712,
            "stop": 820191728
        },
        {
            "start": 820191731,
            "stop": 820191869
        },
        {
            "start": 820191873,
            "stop": 820191875
        },
        {
            "start": 820191878,
            "stop": 820191901
        },
        {
            "start": 820191904,
            "stop": 820192040
        },
        {
            "start": 820192043,
            "stop": 820192064
        },
        {
            "start": 820192068,
            "stop": 820192102
        }
    ]
}