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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=167",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=165",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 166,
    "results": [
        {
            "start": 932298787,
            "stop": 932298794
        },
        {
            "start": 932298798,
            "stop": 932298799
        },
        {
            "start": 932298802,
            "stop": 932298810
        },
        {
            "start": 932298812,
            "stop": 932298814
        },
        {
            "start": 932298817,
            "stop": 932299215
        },
        {
            "start": 932299575,
            "stop": 932300094
        },
        {
            "start": 932300096,
            "stop": 932300575
        },
        {
            "start": 932300577,
            "stop": 932301279
        },
        {
            "start": 932301281,
            "stop": 932301824
        },
        {
            "start": 932301826,
            "stop": 932302599
        },
        {
            "start": 932302601,
            "stop": 932302699
        },
        {
            "start": 932302701,
            "stop": 932302815
        },
        {
            "start": 932303175,
            "stop": 932304041
        },
        {
            "start": 932304043,
            "stop": 932304692
        },
        {
            "start": 932304694,
            "stop": 932304767
        },
        {
            "start": 932304769,
            "stop": 932304824
        },
        {
            "start": 932304826,
            "stop": 932305119
        },
        {
            "start": 932305121,
            "stop": 932306415
        },
        {
            "start": 932306775,
            "stop": 932306945
        },
        {
            "start": 932306948,
            "stop": 932306949
        }
    ]
}