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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8851",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8849",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8850,
    "results": [
        {
            "start": 872977214,
            "stop": 872977251
        },
        {
            "start": 872977268,
            "stop": 872977278
        },
        {
            "start": 872977311,
            "stop": 872977324
        },
        {
            "start": 872977341,
            "stop": 872977352
        },
        {
            "start": 872977370,
            "stop": 872977384
        },
        {
            "start": 872977402,
            "stop": 872977427
        },
        {
            "start": 872977466,
            "stop": 872977477
        },
        {
            "start": 872977628,
            "stop": 872977633
        },
        {
            "start": 872977662,
            "stop": 872977668
        },
        {
            "start": 872977685,
            "stop": 872977730
        },
        {
            "start": 872977747,
            "stop": 872977771
        },
        {
            "start": 872977788,
            "stop": 872977796
        },
        {
            "start": 872977814,
            "stop": 872977815
        },
        {
            "start": 872977832,
            "stop": 872977850
        },
        {
            "start": 872977901,
            "stop": 872977904
        },
        {
            "start": 872977930,
            "stop": 872977934
        },
        {
            "start": 872977951,
            "stop": 872977956
        },
        {
            "start": 872977984,
            "stop": 872977985
        },
        {
            "start": 872978002,
            "stop": 872978013
        },
        {
            "start": 872978030,
            "stop": 872978041
        }
    ]
}