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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8963",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8961",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8962,
    "results": [
        {
            "start": 873760846,
            "stop": 873760964
        },
        {
            "start": 873760984,
            "stop": 873760987
        },
        {
            "start": 873761006,
            "stop": 873761670
        },
        {
            "start": 873762630,
            "stop": 873763008
        },
        {
            "start": 873763028,
            "stop": 873763144
        },
        {
            "start": 873763164,
            "stop": 873763223
        },
        {
            "start": 873763243,
            "stop": 873763338
        },
        {
            "start": 873763358,
            "stop": 873763466
        },
        {
            "start": 873764760,
            "stop": 873764820
        },
        {
            "start": 873765100,
            "stop": 873765441
        },
        {
            "start": 873765461,
            "stop": 873765574
        },
        {
            "start": 873765591,
            "stop": 873765632
        },
        {
            "start": 873765661,
            "stop": 873765688
        },
        {
            "start": 873765707,
            "stop": 873765887
        },
        {
            "start": 873765906,
            "stop": 873765976
        },
        {
            "start": 873765995,
            "stop": 873766532
        },
        {
            "start": 873766551,
            "stop": 873767127
        },
        {
            "start": 873767144,
            "stop": 873767283
        },
        {
            "start": 873767302,
            "stop": 873767638
        },
        {
            "start": 873767666,
            "stop": 873768599
        }
    ]
}