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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=184",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 185,
    "results": [
        {
            "start": 820151773,
            "stop": 820151837
        },
        {
            "start": 820151841,
            "stop": 820153316
        },
        {
            "start": 820153319,
            "stop": 820153333
        },
        {
            "start": 820153337,
            "stop": 820153715
        },
        {
            "start": 820153718,
            "stop": 820156006
        },
        {
            "start": 820156009,
            "stop": 820156137
        },
        {
            "start": 820156140,
            "stop": 820156848
        },
        {
            "start": 820157417,
            "stop": 820157814
        },
        {
            "start": 820157817,
            "stop": 820158771
        },
        {
            "start": 820158775,
            "stop": 820160061
        },
        {
            "start": 820160064,
            "stop": 820160287
        },
        {
            "start": 820160290,
            "stop": 820160555
        },
        {
            "start": 820160558,
            "stop": 820161324
        },
        {
            "start": 820161325,
            "stop": 820161891
        },
        {
            "start": 820161895,
            "stop": 820162737
        },
        {
            "start": 820162740,
            "stop": 820163374
        },
        {
            "start": 820163377,
            "stop": 820163998
        },
        {
            "start": 820164001,
            "stop": 820164369
        },
        {
            "start": 820164372,
            "stop": 820164376
        },
        {
            "start": 820164380,
            "stop": 820164466
        }
    ]
}