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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=304",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=302",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 303,
    "results": [
        {
            "start": 818242617,
            "stop": 818242618
        },
        {
            "start": 818242621,
            "stop": 818242622
        },
        {
            "start": 818242635,
            "stop": 818242638
        },
        {
            "start": 818242646,
            "stop": 818242647
        },
        {
            "start": 818242650,
            "stop": 818242651
        },
        {
            "start": 818242654,
            "stop": 818242661
        },
        {
            "start": 818242669,
            "stop": 818242672
        },
        {
            "start": 818242675,
            "stop": 818242676
        },
        {
            "start": 818242689,
            "stop": 818242691
        },
        {
            "start": 818242697,
            "stop": 818242699
        },
        {
            "start": 818242723,
            "stop": 818242733
        },
        {
            "start": 818242746,
            "stop": 818242750
        },
        {
            "start": 818242764,
            "stop": 818242769
        },
        {
            "start": 818242793,
            "stop": 818242794
        },
        {
            "start": 818242817,
            "stop": 818242820
        },
        {
            "start": 818242825,
            "stop": 818242827
        },
        {
            "start": 818242844,
            "stop": 818242855
        },
        {
            "start": 818242858,
            "stop": 818242859
        },
        {
            "start": 818242864,
            "stop": 818242868
        },
        {
            "start": 818242874,
            "stop": 818242878
        }
    ]
}