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/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=274
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=275",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=273",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 274,
    "results": [
        {
            "start": 931476377,
            "stop": 931476391
        },
        {
            "start": 931476393,
            "stop": 931476395
        },
        {
            "start": 931476397,
            "stop": 931476406
        },
        {
            "start": 931476408,
            "stop": 931476413
        },
        {
            "start": 931476415,
            "stop": 931476438
        },
        {
            "start": 931476439,
            "stop": 931476450
        },
        {
            "start": 931476452,
            "stop": 931476493
        },
        {
            "start": 931476495,
            "stop": 931476552
        },
        {
            "start": 931476555,
            "stop": 931476562
        },
        {
            "start": 931476565,
            "stop": 931476616
        },
        {
            "start": 931476618,
            "stop": 931476621
        },
        {
            "start": 931476623,
            "stop": 931476661
        },
        {
            "start": 931476662,
            "stop": 931476728
        },
        {
            "start": 931476732,
            "stop": 931476760
        },
        {
            "start": 931476762,
            "stop": 931476763
        },
        {
            "start": 931476765,
            "stop": 931476823
        },
        {
            "start": 931476825,
            "stop": 931476844
        },
        {
            "start": 931476846,
            "stop": 931476876
        },
        {
            "start": 931476879,
            "stop": 931476883
        },
        {
            "start": 931476885,
            "stop": 931476894
        }
    ]
}