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=108
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=109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=107",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 108,
    "results": [
        {
            "start": 816940070,
            "stop": 816940091
        },
        {
            "start": 816940135,
            "stop": 816940138
        },
        {
            "start": 816940158,
            "stop": 816940168
        },
        {
            "start": 816940202,
            "stop": 816940208
        },
        {
            "start": 816940232,
            "stop": 816940245
        },
        {
            "start": 816940440,
            "stop": 816940453
        },
        {
            "start": 816940474,
            "stop": 816940492
        },
        {
            "start": 816940555,
            "stop": 816940558
        },
        {
            "start": 816940646,
            "stop": 816940686
        },
        {
            "start": 816940727,
            "stop": 816940780
        },
        {
            "start": 816940828,
            "stop": 816940841
        },
        {
            "start": 816940861,
            "stop": 816940873
        },
        {
            "start": 816940892,
            "stop": 816940941
        },
        {
            "start": 816940972,
            "stop": 816940994
        },
        {
            "start": 816941123,
            "stop": 816941166
        },
        {
            "start": 816941196,
            "stop": 816941200
        },
        {
            "start": 816941234,
            "stop": 816941310
        },
        {
            "start": 816942309,
            "stop": 816942313
        },
        {
            "start": 816942485,
            "stop": 816942530
        },
        {
            "start": 816942563,
            "stop": 816942593
        }
    ]
}