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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5084",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5082",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5083,
    "results": [
        {
            "start": 873215085,
            "stop": 873215093
        },
        {
            "start": 873215178,
            "stop": 873215256
        },
        {
            "start": 873215293,
            "stop": 873215354
        },
        {
            "start": 873215439,
            "stop": 873215472
        },
        {
            "start": 873215509,
            "stop": 873215688
        },
        {
            "start": 873215900,
            "stop": 873215913
        },
        {
            "start": 873215964,
            "stop": 873215967
        },
        {
            "start": 873216069,
            "stop": 873216109
        },
        {
            "start": 873216166,
            "stop": 873216213
        },
        {
            "start": 873216247,
            "stop": 873216297
        },
        {
            "start": 873220029,
            "stop": 873220046
        },
        {
            "start": 873220210,
            "stop": 873220232
        },
        {
            "start": 873220295,
            "stop": 873220569
        },
        {
            "start": 873220603,
            "stop": 873220615
        },
        {
            "start": 873220652,
            "stop": 873220720
        },
        {
            "start": 873220800,
            "stop": 873220819
        },
        {
            "start": 873220826,
            "stop": 873220832
        },
        {
            "start": 873220866,
            "stop": 873220956
        },
        {
            "start": 873220996,
            "stop": 873221071
        },
        {
            "start": 873221080,
            "stop": 873221190
        }
    ]
}