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=79
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=80",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=78",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 79,
    "results": [
        {
            "start": 817871457,
            "stop": 817871487
        },
        {
            "start": 817871490,
            "stop": 817871552
        },
        {
            "start": 817871555,
            "stop": 817871566
        },
        {
            "start": 817871569,
            "stop": 817871577
        },
        {
            "start": 817871580,
            "stop": 817871591
        },
        {
            "start": 817871594,
            "stop": 817871600
        },
        {
            "start": 817871604,
            "stop": 817871643
        },
        {
            "start": 817871650,
            "stop": 817871652
        },
        {
            "start": 817871655,
            "stop": 817871763
        },
        {
            "start": 817871768,
            "stop": 817871895
        },
        {
            "start": 817871898,
            "stop": 817872196
        },
        {
            "start": 817872199,
            "stop": 817872203
        },
        {
            "start": 817872206,
            "stop": 817872212
        },
        {
            "start": 817872215,
            "stop": 817872295
        },
        {
            "start": 817872298,
            "stop": 817872758
        },
        {
            "start": 817872761,
            "stop": 817872951
        },
        {
            "start": 817872954,
            "stop": 817873001
        },
        {
            "start": 817873004,
            "stop": 817873231
        },
        {
            "start": 817873235,
            "stop": 817873471
        },
        {
            "start": 817873474,
            "stop": 817873625
        }
    ]
}