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=286
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=287",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=285",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 286,
    "results": [
        {
            "start": 818236461,
            "stop": 818236463
        },
        {
            "start": 818236468,
            "stop": 818236469
        },
        {
            "start": 818236505,
            "stop": 818236508
        },
        {
            "start": 818236557,
            "stop": 818236562
        },
        {
            "start": 818236565,
            "stop": 818236566
        },
        {
            "start": 818236571,
            "stop": 818236572
        },
        {
            "start": 818236585,
            "stop": 818236588
        },
        {
            "start": 818236591,
            "stop": 818236595
        },
        {
            "start": 818236607,
            "stop": 818236609
        },
        {
            "start": 818236612,
            "stop": 818236615
        },
        {
            "start": 818236620,
            "stop": 818236621
        },
        {
            "start": 818236632,
            "stop": 818236634
        },
        {
            "start": 818236649,
            "stop": 818236654
        },
        {
            "start": 818236660,
            "stop": 818236664
        },
        {
            "start": 818236667,
            "stop": 818236669
        },
        {
            "start": 818236678,
            "stop": 818236679
        },
        {
            "start": 818236689,
            "stop": 818236691
        },
        {
            "start": 818236697,
            "stop": 818236698
        },
        {
            "start": 818236701,
            "stop": 818236703
        },
        {
            "start": 818236706,
            "stop": 818236714
        }
    ]
}