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=187
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=188",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=186",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 187,
    "results": [
        {
            "start": 820170371,
            "stop": 820170473
        },
        {
            "start": 820170476,
            "stop": 820171231
        },
        {
            "start": 820171234,
            "stop": 820171306
        },
        {
            "start": 820171310,
            "stop": 820171551
        },
        {
            "start": 820171554,
            "stop": 820171557
        },
        {
            "start": 820171560,
            "stop": 820171644
        },
        {
            "start": 820171647,
            "stop": 820171788
        },
        {
            "start": 820172310,
            "stop": 820172661
        },
        {
            "start": 820172664,
            "stop": 820172726
        },
        {
            "start": 820172730,
            "stop": 820172992
        },
        {
            "start": 820172996,
            "stop": 820173126
        },
        {
            "start": 820173129,
            "stop": 820173265
        },
        {
            "start": 820173268,
            "stop": 820173347
        },
        {
            "start": 820173350,
            "stop": 820174060
        },
        {
            "start": 820174063,
            "stop": 820174502
        },
        {
            "start": 820174506,
            "stop": 820174668
        },
        {
            "start": 820174671,
            "stop": 820175030
        },
        {
            "start": 820175033,
            "stop": 820175315
        },
        {
            "start": 820175332,
            "stop": 820175341
        },
        {
            "start": 820177085,
            "stop": 820177494
        }
    ]
}