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=5035
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=5036",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5034",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5035,
    "results": [
        {
            "start": 872578260,
            "stop": 872578784
        },
        {
            "start": 872578841,
            "stop": 872579163
        },
        {
            "start": 872582882,
            "stop": 872582933
        },
        {
            "start": 872582967,
            "stop": 872583260
        },
        {
            "start": 872583302,
            "stop": 872583311
        },
        {
            "start": 872583435,
            "stop": 872583455
        },
        {
            "start": 872584879,
            "stop": 872585187
        },
        {
            "start": 872585204,
            "stop": 872586509
        },
        {
            "start": 872586548,
            "stop": 872586718
        },
        {
            "start": 872586754,
            "stop": 872586886
        },
        {
            "start": 872586930,
            "stop": 872587043
        },
        {
            "start": 872587079,
            "stop": 872587087
        },
        {
            "start": 872589133,
            "stop": 872589216
        },
        {
            "start": 872589250,
            "stop": 872589312
        },
        {
            "start": 872589329,
            "stop": 872589330
        },
        {
            "start": 872589364,
            "stop": 872589494
        },
        {
            "start": 872589569,
            "stop": 872589631
        },
        {
            "start": 872589702,
            "stop": 872589708
        },
        {
            "start": 872589757,
            "stop": 872589869
        },
        {
            "start": 872589886,
            "stop": 872590013
        }
    ]
}