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=245
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=246",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=244",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 245,
    "results": [
        {
            "start": 817870880,
            "stop": 817870922
        },
        {
            "start": 817870926,
            "stop": 817870933
        },
        {
            "start": 817870975,
            "stop": 817870993
        },
        {
            "start": 817871033,
            "stop": 817871034
        },
        {
            "start": 817871039,
            "stop": 817871049
        },
        {
            "start": 817871068,
            "stop": 817871073
        },
        {
            "start": 817871090,
            "stop": 817871091
        },
        {
            "start": 817871110,
            "stop": 817871138
        },
        {
            "start": 817871201,
            "stop": 817871215
        },
        {
            "start": 817871313,
            "stop": 817871321
        },
        {
            "start": 817871341,
            "stop": 817871385
        },
        {
            "start": 817871388,
            "stop": 817871414
        },
        {
            "start": 817871433,
            "stop": 817871445
        },
        {
            "start": 817871465,
            "stop": 817871479
        },
        {
            "start": 817871498,
            "stop": 817871505
        },
        {
            "start": 817871525,
            "stop": 817871544
        },
        {
            "start": 817871621,
            "stop": 817871635
        },
        {
            "start": 817871673,
            "stop": 817871715
        },
        {
            "start": 817871743,
            "stop": 817871755
        },
        {
            "start": 817871776,
            "stop": 817871782
        }
    ]
}