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=482
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=483",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=481",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 482,
    "results": [
        {
            "start": 826451384,
            "stop": 826451714
        },
        {
            "start": 826451731,
            "stop": 826454213
        },
        {
            "start": 826454230,
            "stop": 826455354
        },
        {
            "start": 826455375,
            "stop": 826459747
        },
        {
            "start": 826459764,
            "stop": 826459779
        },
        {
            "start": 826459796,
            "stop": 826461005
        },
        {
            "start": 826461022,
            "stop": 826462558
        },
        {
            "start": 826462575,
            "stop": 826463231
        },
        {
            "start": 826463248,
            "stop": 826464922
        },
        {
            "start": 826464947,
            "stop": 826466502
        },
        {
            "start": 826466519,
            "stop": 826466536
        },
        {
            "start": 826466553,
            "stop": 826467311
        },
        {
            "start": 826468188,
            "stop": 826468290
        },
        {
            "start": 826468460,
            "stop": 826468485
        },
        {
            "start": 826469076,
            "stop": 826469749
        },
        {
            "start": 826473302,
            "stop": 826473413
        },
        {
            "start": 826473434,
            "stop": 826473765
        },
        {
            "start": 826473795,
            "stop": 826473856
        },
        {
            "start": 826473893,
            "stop": 826473906
        },
        {
            "start": 826473926,
            "stop": 826474275
        }
    ]
}