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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=128",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 129,
    "results": [
        {
            "start": 838108996,
            "stop": 838111505
        },
        {
            "start": 838114578,
            "stop": 838115029
        },
        {
            "start": 838116733,
            "stop": 838128187
        },
        {
            "start": 838157074,
            "stop": 838158357
        },
        {
            "start": 838159140,
            "stop": 838162210
        },
        {
            "start": 838162421,
            "stop": 838191347
        },
        {
            "start": 838191825,
            "stop": 838200216
        },
        {
            "start": 838202172,
            "stop": 838213290
        },
        {
            "start": 838214207,
            "stop": 838238372
        },
        {
            "start": 838245297,
            "stop": 838248457
        },
        {
            "start": 838248886,
            "stop": 838255764
        },
        {
            "start": 838255828,
            "stop": 838257944
        },
        {
            "start": 838265959,
            "stop": 838280434
        },
        {
            "start": 838281786,
            "stop": 838284859
        },
        {
            "start": 838286241,
            "stop": 838296969
        },
        {
            "start": 838297578,
            "stop": 838313186
        },
        {
            "start": 838314120,
            "stop": 838321653
        },
        {
            "start": 838322740,
            "stop": 838339508
        },
        {
            "start": 838341125,
            "stop": 838345430
        },
        {
            "start": 838346872,
            "stop": 838358237
        }
    ]
}