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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3782",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3780",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3781,
    "results": [
        {
            "start": 873186101,
            "stop": 873186102
        },
        {
            "start": 873186107,
            "stop": 873186108
        },
        {
            "start": 873186111,
            "stop": 873186113
        },
        {
            "start": 873186115,
            "stop": 873186118
        },
        {
            "start": 873186119,
            "stop": 873186122
        },
        {
            "start": 873186123,
            "stop": 873186126
        },
        {
            "start": 873186127,
            "stop": 873186139
        },
        {
            "start": 873186140,
            "stop": 873186146
        },
        {
            "start": 873186148,
            "stop": 873186150
        },
        {
            "start": 873186152,
            "stop": 873186156
        },
        {
            "start": 873186157,
            "stop": 873186161
        },
        {
            "start": 873186162,
            "stop": 873186169
        },
        {
            "start": 873186172,
            "stop": 873186176
        },
        {
            "start": 873186177,
            "stop": 873186181
        },
        {
            "start": 873186182,
            "stop": 873186185
        },
        {
            "start": 873186186,
            "stop": 873186190
        },
        {
            "start": 873186192,
            "stop": 873186193
        },
        {
            "start": 873186194,
            "stop": 873186198
        },
        {
            "start": 873186199,
            "stop": 873186201
        },
        {
            "start": 873186202,
            "stop": 873186218
        }
    ]
}