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=1196
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=1197",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1195",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1196,
    "results": [
        {
            "start": 953244238,
            "stop": 953244355
        },
        {
            "start": 953244357,
            "stop": 953245021
        },
        {
            "start": 953245023,
            "stop": 953246206
        },
        {
            "start": 953246208,
            "stop": 953248763
        },
        {
            "start": 953249012,
            "stop": 953249921
        },
        {
            "start": 953249923,
            "stop": 953253450
        },
        {
            "start": 953253452,
            "stop": 953262175
        },
        {
            "start": 953262177,
            "stop": 953267175
        },
        {
            "start": 953267177,
            "stop": 953269652
        },
        {
            "start": 953269653,
            "stop": 953271151
        },
        {
            "start": 953271153,
            "stop": 953274145
        },
        {
            "start": 953274147,
            "stop": 953275081
        },
        {
            "start": 953275083,
            "stop": 953275321
        },
        {
            "start": 953275323,
            "stop": 953276401
        },
        {
            "start": 953276403,
            "stop": 953277912
        },
        {
            "start": 953277913,
            "stop": 953280456
        },
        {
            "start": 953280458,
            "stop": 953281700
        },
        {
            "start": 953281702,
            "stop": 953281846
        },
        {
            "start": 953281847,
            "stop": 953282453
        },
        {
            "start": 953282454,
            "stop": 953283113
        }
    ]
}