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=206
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=207",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=205",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 206,
    "results": [
        {
            "start": 820181259,
            "stop": 820181372
        },
        {
            "start": 820181376,
            "stop": 820181795
        },
        {
            "start": 820181798,
            "stop": 820181851
        },
        {
            "start": 820181854,
            "stop": 820182011
        },
        {
            "start": 820182014,
            "stop": 820182031
        },
        {
            "start": 820182151,
            "stop": 820182480
        },
        {
            "start": 820182483,
            "stop": 820182580
        },
        {
            "start": 820182583,
            "stop": 820183106
        },
        {
            "start": 820183124,
            "stop": 820183249
        },
        {
            "start": 820183253,
            "stop": 820183284
        },
        {
            "start": 820183287,
            "stop": 820183304
        },
        {
            "start": 820183307,
            "stop": 820183695
        },
        {
            "start": 820183698,
            "stop": 820183724
        },
        {
            "start": 820183727,
            "stop": 820183731
        },
        {
            "start": 820183734,
            "stop": 820183745
        },
        {
            "start": 820183748,
            "stop": 820183751
        },
        {
            "start": 820183755,
            "stop": 820183757
        },
        {
            "start": 820183761,
            "stop": 820183902
        },
        {
            "start": 820183905,
            "stop": 820184150
        },
        {
            "start": 820184155,
            "stop": 820184156
        }
    ]
}