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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=230",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=228",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 229,
    "results": [
        {
            "start": 818217805,
            "stop": 818217807
        },
        {
            "start": 818217810,
            "stop": 818217811
        },
        {
            "start": 818217822,
            "stop": 818217825
        },
        {
            "start": 818217829,
            "stop": 818217834
        },
        {
            "start": 818217838,
            "stop": 818217839
        },
        {
            "start": 818217865,
            "stop": 818217866
        },
        {
            "start": 818217875,
            "stop": 818217876
        },
        {
            "start": 818217881,
            "stop": 818217885
        },
        {
            "start": 818217890,
            "stop": 818217891
        },
        {
            "start": 818217900,
            "stop": 818217904
        },
        {
            "start": 818217930,
            "stop": 818217932
        },
        {
            "start": 818217962,
            "stop": 818217966
        },
        {
            "start": 818217995,
            "stop": 818217998
        },
        {
            "start": 818218013,
            "stop": 818218014
        },
        {
            "start": 818218018,
            "stop": 818218020
        },
        {
            "start": 818218038,
            "stop": 818218044
        },
        {
            "start": 818218057,
            "stop": 818218059
        },
        {
            "start": 818218062,
            "stop": 818218070
        },
        {
            "start": 818218077,
            "stop": 818218078
        },
        {
            "start": 818218088,
            "stop": 818218096
        }
    ]
}