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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=22",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 23,
    "results": [
        {
            "start": 931564608,
            "stop": 931564612
        },
        {
            "start": 931564704,
            "stop": 931564731
        },
        {
            "start": 931565265,
            "stop": 931565270
        },
        {
            "start": 931565304,
            "stop": 931565310
        },
        {
            "start": 931565541,
            "stop": 931565555
        },
        {
            "start": 931565609,
            "stop": 931565638
        },
        {
            "start": 931565657,
            "stop": 931565670
        },
        {
            "start": 931565689,
            "stop": 931565716
        },
        {
            "start": 931565777,
            "stop": 931565789
        },
        {
            "start": 931565858,
            "stop": 931565882
        },
        {
            "start": 931565915,
            "stop": 931565920
        },
        {
            "start": 931565965,
            "stop": 931565993
        },
        {
            "start": 931566018,
            "stop": 931566040
        },
        {
            "start": 931566060,
            "stop": 931566123
        },
        {
            "start": 931566142,
            "stop": 931566145
        },
        {
            "start": 931566164,
            "stop": 931566177
        },
        {
            "start": 931566261,
            "stop": 931566267
        },
        {
            "start": 931566302,
            "stop": 931566306
        },
        {
            "start": 931590175,
            "stop": 931590177
        },
        {
            "start": 931590318,
            "stop": 931590321
        }
    ]
}