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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=348",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=346",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 347,
    "results": [
        {
            "start": 818862332,
            "stop": 818862347
        },
        {
            "start": 818862367,
            "stop": 818862382
        },
        {
            "start": 818862402,
            "stop": 818862421
        },
        {
            "start": 818862468,
            "stop": 818862499
        },
        {
            "start": 818862542,
            "stop": 818862601
        },
        {
            "start": 818862622,
            "stop": 818862633
        },
        {
            "start": 818862697,
            "stop": 818862747
        },
        {
            "start": 818862846,
            "stop": 818862848
        },
        {
            "start": 818862880,
            "stop": 818862886
        },
        {
            "start": 818862958,
            "stop": 818862984
        },
        {
            "start": 818863206,
            "stop": 818863230
        },
        {
            "start": 818863380,
            "stop": 818863382
        },
        {
            "start": 818863423,
            "stop": 818863463
        },
        {
            "start": 818863483,
            "stop": 818863514
        },
        {
            "start": 818863553,
            "stop": 818863567
        },
        {
            "start": 818863755,
            "stop": 818863807
        },
        {
            "start": 818863899,
            "stop": 818863930
        },
        {
            "start": 818864075,
            "stop": 818864128
        },
        {
            "start": 818864163,
            "stop": 818864175
        },
        {
            "start": 818864196,
            "stop": 818864201
        }
    ]
}