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=3928
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=3929",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3927",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3928,
    "results": [
        {
            "start": 874216237,
            "stop": 874216593
        },
        {
            "start": 874216598,
            "stop": 874216600
        },
        {
            "start": 874216603,
            "stop": 874216607
        },
        {
            "start": 874216612,
            "stop": 874216618
        },
        {
            "start": 874216626,
            "stop": 874220686
        },
        {
            "start": 874220689,
            "stop": 874220693
        },
        {
            "start": 874220696,
            "stop": 874220769
        },
        {
            "start": 874220772,
            "stop": 874220847
        },
        {
            "start": 874220850,
            "stop": 874221160
        },
        {
            "start": 874221163,
            "stop": 874221177
        },
        {
            "start": 874221180,
            "stop": 874221194
        },
        {
            "start": 874221197,
            "stop": 874221206
        },
        {
            "start": 874221211,
            "stop": 874221215
        },
        {
            "start": 874221218,
            "stop": 874221222
        },
        {
            "start": 874221227,
            "stop": 874221244
        },
        {
            "start": 874221248,
            "stop": 874221277
        },
        {
            "start": 874221281,
            "stop": 874221282
        },
        {
            "start": 874221285,
            "stop": 874221290
        },
        {
            "start": 874221293,
            "stop": 874221331
        },
        {
            "start": 874221336,
            "stop": 874221338
        }
    ]
}