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_CBCLOW_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_CBCLOW_CAT4/segments?format=api&page=275",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=273",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 274,
    "results": [
        {
            "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
        },
        {
            "start": 931476896,
            "stop": 931476941
        },
        {
            "start": 931476943,
            "stop": 931476956
        },
        {
            "start": 931476958,
            "stop": 931476979
        },
        {
            "start": 931476981,
            "stop": 931476990
        },
        {
            "start": 931476994,
            "stop": 931476996
        }
    ]
}