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=277
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=278",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=276",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 277,
    "results": [
        {
            "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": 817989424
        },
        {
            "start": 817989481,
            "stop": 817989635
        },
        {
            "start": 817989710,
            "stop": 817989771
        },
        {
            "start": 817989805,
            "stop": 817990138
        },
        {
            "start": 817990159,
            "stop": 817990265
        },
        {
            "start": 817990302,
            "stop": 817990319
        },
        {
            "start": 817990340,
            "stop": 817990371
        },
        {
            "start": 817990390,
            "stop": 817990405
        },
        {
            "start": 817990426,
            "stop": 817990454
        }
    ]
}