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=555
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=556",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=554",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 555,
    "results": [
        {
            "start": 827237066,
            "stop": 827237068
        },
        {
            "start": 827239912,
            "stop": 827240026
        },
        {
            "start": 827240030,
            "stop": 827242952
        },
        {
            "start": 827242955,
            "stop": 827243557
        },
        {
            "start": 827243560,
            "stop": 827245697
        },
        {
            "start": 827245700,
            "stop": 827247607
        },
        {
            "start": 827247907,
            "stop": 827248800
        },
        {
            "start": 827248860,
            "stop": 827249036
        },
        {
            "start": 827249053,
            "stop": 827249174
        },
        {
            "start": 827249178,
            "stop": 827249400
        },
        {
            "start": 827249528,
            "stop": 827249574
        },
        {
            "start": 827249583,
            "stop": 827249685
        },
        {
            "start": 827249689,
            "stop": 827249853
        },
        {
            "start": 827249856,
            "stop": 827249872
        },
        {
            "start": 827249875,
            "stop": 827249878
        },
        {
            "start": 827249881,
            "stop": 827249910
        },
        {
            "start": 827250030,
            "stop": 827250056
        },
        {
            "start": 827250059,
            "stop": 827250090
        },
        {
            "start": 827250242,
            "stop": 827250247
        },
        {
            "start": 827250250,
            "stop": 827250262
        }
    ]
}