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=1172
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=1173",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1171",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1172,
    "results": [
        {
            "start": 952389822,
            "stop": 952390065
        },
        {
            "start": 952390067,
            "stop": 952390876
        },
        {
            "start": 952390878,
            "stop": 952391200
        },
        {
            "start": 952391202,
            "stop": 952391548
        },
        {
            "start": 952391550,
            "stop": 952394128
        },
        {
            "start": 952394363,
            "stop": 952394677
        },
        {
            "start": 952396065,
            "stop": 952396463
        },
        {
            "start": 952396464,
            "stop": 952396501
        },
        {
            "start": 952396503,
            "stop": 952396735
        },
        {
            "start": 952396740,
            "stop": 952396832
        },
        {
            "start": 952397744,
            "stop": 952397767
        },
        {
            "start": 952397771,
            "stop": 952397775
        },
        {
            "start": 952397779,
            "stop": 952397781
        },
        {
            "start": 952397786,
            "stop": 952397799
        },
        {
            "start": 952397801,
            "stop": 952397810
        },
        {
            "start": 952397814,
            "stop": 952397817
        },
        {
            "start": 952399883,
            "stop": 952400806
        },
        {
            "start": 952400808,
            "stop": 952402628
        },
        {
            "start": 952402630,
            "stop": 952403407
        },
        {
            "start": 952403409,
            "stop": 952404259
        }
    ]
}