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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8739",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8737",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8738,
    "results": [
        {
            "start": 872876879,
            "stop": 872877341
        },
        {
            "start": 872877461,
            "stop": 872877563
        },
        {
            "start": 872877698,
            "stop": 872877710
        },
        {
            "start": 872877790,
            "stop": 872878064
        },
        {
            "start": 872878081,
            "stop": 872878808
        },
        {
            "start": 872878928,
            "stop": 872880435
        },
        {
            "start": 872880439,
            "stop": 872880517
        },
        {
            "start": 872880637,
            "stop": 872880996
        },
        {
            "start": 872881128,
            "stop": 872881361
        },
        {
            "start": 872881378,
            "stop": 872884464
        },
        {
            "start": 872884504,
            "stop": 872884920
        },
        {
            "start": 872884980,
            "stop": 872885030
        },
        {
            "start": 872885110,
            "stop": 872885460
        },
        {
            "start": 872887290,
            "stop": 872887291
        },
        {
            "start": 872887909,
            "stop": 872888626
        },
        {
            "start": 872888746,
            "stop": 872889218
        },
        {
            "start": 872889235,
            "stop": 872889589
        },
        {
            "start": 872889776,
            "stop": 872889894
        },
        {
            "start": 872889911,
            "stop": 872890174
        },
        {
            "start": 872890213,
            "stop": 872890247
        }
    ]
}