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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1234",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1232",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1233,
    "results": [
        {
            "start": 957340938,
            "stop": 957340945
        },
        {
            "start": 957340947,
            "stop": 957341102
        },
        {
            "start": 957341104,
            "stop": 957341248
        },
        {
            "start": 957341250,
            "stop": 957341566
        },
        {
            "start": 957341568,
            "stop": 957341650
        },
        {
            "start": 957341652,
            "stop": 957341680
        },
        {
            "start": 957341682,
            "stop": 957342042
        },
        {
            "start": 957342043,
            "stop": 957342101
        },
        {
            "start": 957342103,
            "stop": 957342172
        },
        {
            "start": 957342174,
            "stop": 957342271
        },
        {
            "start": 957342273,
            "stop": 957342400
        },
        {
            "start": 957342402,
            "stop": 957342501
        },
        {
            "start": 957343684,
            "stop": 957344285
        },
        {
            "start": 957344286,
            "stop": 957344364
        },
        {
            "start": 957344366,
            "stop": 957344415
        },
        {
            "start": 957344468,
            "stop": 957344477
        },
        {
            "start": 957344479,
            "stop": 957344618
        },
        {
            "start": 957344620,
            "stop": 957344775
        },
        {
            "start": 957344777,
            "stop": 957344963
        },
        {
            "start": 957345060,
            "stop": 957345143
        }
    ]
}