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=265
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=266",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=264",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 265,
    "results": [
        {
            "start": 817987894,
            "stop": 817987951
        },
        {
            "start": 817987996,
            "stop": 817988078
        },
        {
            "start": 817988097,
            "stop": 817988271
        },
        {
            "start": 817988292,
            "stop": 817988386
        },
        {
            "start": 817988406,
            "stop": 817988465
        },
        {
            "start": 817988490,
            "stop": 817988536
        },
        {
            "start": 817988558,
            "stop": 817988586
        },
        {
            "start": 817988622,
            "stop": 817988692
        },
        {
            "start": 817988711,
            "stop": 817988785
        },
        {
            "start": 817988807,
            "stop": 817988906
        },
        {
            "start": 817988923,
            "stop": 817988992
        },
        {
            "start": 817989009,
            "stop": 817989012
        },
        {
            "start": 817989104,
            "stop": 817989216
        },
        {
            "start": 817989236,
            "stop": 817989260
        },
        {
            "start": 817989292,
            "stop": 817989386
        },
        {
            "start": 817989406,
            "stop": 817989420
        },
        {
            "start": 817989481,
            "stop": 817989635
        },
        {
            "start": 817989710,
            "stop": 817989771
        },
        {
            "start": 817989805,
            "stop": 817990138
        },
        {
            "start": 817990159,
            "stop": 817990265
        }
    ]
}