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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=148",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 149,
    "results": [
        {
            "start": 841626365,
            "stop": 841626620
        },
        {
            "start": 841628526,
            "stop": 841634418
        },
        {
            "start": 841634603,
            "stop": 841636366
        },
        {
            "start": 841636523,
            "stop": 841644161
        },
        {
            "start": 841644380,
            "stop": 841644748
        },
        {
            "start": 841645433,
            "stop": 841645500
        },
        {
            "start": 841646133,
            "stop": 841646492
        },
        {
            "start": 841646914,
            "stop": 841646989
        },
        {
            "start": 841647752,
            "stop": 841647766
        },
        {
            "start": 841648044,
            "stop": 841648154
        },
        {
            "start": 841648353,
            "stop": 841648507
        },
        {
            "start": 841650144,
            "stop": 841650174
        },
        {
            "start": 841650354,
            "stop": 841650389
        },
        {
            "start": 841651387,
            "stop": 841652618
        },
        {
            "start": 841652758,
            "stop": 841652946
        },
        {
            "start": 841653268,
            "stop": 841653808
        },
        {
            "start": 841654160,
            "stop": 841654315
        },
        {
            "start": 841654638,
            "stop": 841656527
        },
        {
            "start": 841657445,
            "stop": 841662678
        },
        {
            "start": 841663541,
            "stop": 841667227
        }
    ]
}