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=1180
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=1181",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1179",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1180,
    "results": [
        {
            "start": 952625611,
            "stop": 952628910
        },
        {
            "start": 952639982,
            "stop": 952640105
        },
        {
            "start": 952640107,
            "stop": 952641705
        },
        {
            "start": 952641707,
            "stop": 952641855
        },
        {
            "start": 952641857,
            "stop": 952641893
        },
        {
            "start": 952642235,
            "stop": 952642639
        },
        {
            "start": 952642641,
            "stop": 952649087
        },
        {
            "start": 952649089,
            "stop": 952652028
        },
        {
            "start": 952652030,
            "stop": 952652629
        },
        {
            "start": 952652631,
            "stop": 952658502
        },
        {
            "start": 952658504,
            "stop": 952658759
        },
        {
            "start": 952658761,
            "stop": 952661876
        },
        {
            "start": 952661878,
            "stop": 952663505
        },
        {
            "start": 952665911,
            "stop": 952666231
        },
        {
            "start": 952666233,
            "stop": 952668240
        },
        {
            "start": 952668241,
            "stop": 952668520
        },
        {
            "start": 952668522,
            "stop": 952669961
        },
        {
            "start": 952669962,
            "stop": 952672436
        },
        {
            "start": 952672438,
            "stop": 952672462
        },
        {
            "start": 952672464,
            "stop": 952673377
        }
    ]
}