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=596
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=597",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=595",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 596,
    "results": [
        {
            "start": 828096337,
            "stop": 828097745
        },
        {
            "start": 828097748,
            "stop": 828101152
        },
        {
            "start": 828101155,
            "stop": 828108563
        },
        {
            "start": 828108580,
            "stop": 828112239
        },
        {
            "start": 828136162,
            "stop": 828136178
        },
        {
            "start": 828136227,
            "stop": 828136257
        },
        {
            "start": 828136276,
            "stop": 828136443
        },
        {
            "start": 828136462,
            "stop": 828136559
        },
        {
            "start": 828136578,
            "stop": 828137396
        },
        {
            "start": 828137416,
            "stop": 828137423
        },
        {
            "start": 828137459,
            "stop": 828137537
        },
        {
            "start": 828137556,
            "stop": 828137611
        },
        {
            "start": 828137630,
            "stop": 828137640
        },
        {
            "start": 828137673,
            "stop": 828137709
        },
        {
            "start": 828137728,
            "stop": 828137751
        },
        {
            "start": 828137770,
            "stop": 828137772
        },
        {
            "start": 828137791,
            "stop": 828137817
        },
        {
            "start": 828137836,
            "stop": 828137848
        },
        {
            "start": 828137867,
            "stop": 828137959
        },
        {
            "start": 828137978,
            "stop": 828138087
        }
    ]
}