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=163
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=164",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=162",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 163,
    "results": [
        {
            "start": 817250317,
            "stop": 817250386
        },
        {
            "start": 817250406,
            "stop": 817250444
        },
        {
            "start": 817250465,
            "stop": 817250646
        },
        {
            "start": 817250667,
            "stop": 817250756
        },
        {
            "start": 817250776,
            "stop": 817251562
        },
        {
            "start": 817251582,
            "stop": 817251801
        },
        {
            "start": 817251820,
            "stop": 817252167
        },
        {
            "start": 817252199,
            "stop": 817252253
        },
        {
            "start": 817252272,
            "stop": 817252916
        },
        {
            "start": 817252921,
            "stop": 817253597
        },
        {
            "start": 817253618,
            "stop": 817253655
        },
        {
            "start": 817253713,
            "stop": 817253770
        },
        {
            "start": 817253789,
            "stop": 817253922
        },
        {
            "start": 817253949,
            "stop": 817254187
        },
        {
            "start": 817254207,
            "stop": 817254210
        },
        {
            "start": 817254230,
            "stop": 817254289
        },
        {
            "start": 817254306,
            "stop": 817254354
        },
        {
            "start": 817254374,
            "stop": 817254539
        },
        {
            "start": 817254717,
            "stop": 817255163
        },
        {
            "start": 817255184,
            "stop": 817255200
        }
    ]
}