Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=56
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=57",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=55",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 56,
    "results": [
        {
            "start": 816668393,
            "stop": 816668395
        },
        {
            "start": 816668415,
            "stop": 816668739
        },
        {
            "start": 816668759,
            "stop": 816668799
        },
        {
            "start": 816668848,
            "stop": 816669418
        },
        {
            "start": 816669456,
            "stop": 816669461
        },
        {
            "start": 816669481,
            "stop": 816669564
        },
        {
            "start": 816669591,
            "stop": 816669700
        },
        {
            "start": 816669720,
            "stop": 816669747
        },
        {
            "start": 816669767,
            "stop": 816669835
        },
        {
            "start": 816669854,
            "stop": 816669874
        },
        {
            "start": 816669877,
            "stop": 816669918
        },
        {
            "start": 816669947,
            "stop": 816669991
        },
        {
            "start": 816670040,
            "stop": 816670094
        },
        {
            "start": 816670114,
            "stop": 816670148
        },
        {
            "start": 816670167,
            "stop": 816670327
        },
        {
            "start": 816670346,
            "stop": 816670466
        },
        {
            "start": 816670469,
            "stop": 816670535
        },
        {
            "start": 816670584,
            "stop": 816671074
        },
        {
            "start": 816671094,
            "stop": 816671170
        },
        {
            "start": 816671189,
            "stop": 816671270
        }
    ]
}