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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8236",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8234",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8235,
    "results": [
        {
            "start": 873742628,
            "stop": 873742695
        },
        {
            "start": 873742714,
            "stop": 873742804
        },
        {
            "start": 873742823,
            "stop": 873742857
        },
        {
            "start": 873742937,
            "stop": 873742970
        },
        {
            "start": 873742996,
            "stop": 873743067
        },
        {
            "start": 873743088,
            "stop": 873743100
        },
        {
            "start": 873744485,
            "stop": 873744542
        },
        {
            "start": 873744569,
            "stop": 873744645
        },
        {
            "start": 873744771,
            "stop": 873744780
        },
        {
            "start": 873744840,
            "stop": 873744860
        },
        {
            "start": 873744892,
            "stop": 873745093
        },
        {
            "start": 873745113,
            "stop": 873745129
        },
        {
            "start": 873745148,
            "stop": 873745162
        },
        {
            "start": 873745196,
            "stop": 873745200
        },
        {
            "start": 873745260,
            "stop": 873745264
        },
        {
            "start": 873745283,
            "stop": 873745289
        },
        {
            "start": 873745322,
            "stop": 873745388
        },
        {
            "start": 873745408,
            "stop": 873745464
        },
        {
            "start": 873745490,
            "stop": 873745564
        },
        {
            "start": 873745584,
            "stop": 873745585
        }
    ]
}