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=8285
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=8286",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8284",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8285,
    "results": [
        {
            "start": 873994672,
            "stop": 873994710
        },
        {
            "start": 873994761,
            "stop": 873994816
        },
        {
            "start": 873994835,
            "stop": 873994837
        },
        {
            "start": 873994856,
            "stop": 873994877
        },
        {
            "start": 873994901,
            "stop": 873995171
        },
        {
            "start": 873995193,
            "stop": 873995343
        },
        {
            "start": 873995362,
            "stop": 873995916
        },
        {
            "start": 873995934,
            "stop": 873996016
        },
        {
            "start": 873996033,
            "stop": 873996123
        },
        {
            "start": 873996140,
            "stop": 873996245
        },
        {
            "start": 873996264,
            "stop": 873996384
        },
        {
            "start": 873996403,
            "stop": 873996697
        },
        {
            "start": 873996716,
            "stop": 873996975
        },
        {
            "start": 873997095,
            "stop": 873997188
        },
        {
            "start": 873997207,
            "stop": 873997277
        },
        {
            "start": 873997296,
            "stop": 873997360
        },
        {
            "start": 873997379,
            "stop": 873997972
        },
        {
            "start": 873997989,
            "stop": 873998848
        },
        {
            "start": 873998865,
            "stop": 874001846
        },
        {
            "start": 874001865,
            "stop": 874001886
        }
    ]
}