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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=193",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=191",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 192,
    "results": [
        {
            "start": 840489766,
            "stop": 840491953
        },
        {
            "start": 840493347,
            "stop": 840500873
        },
        {
            "start": 840502286,
            "stop": 840502609
        },
        {
            "start": 840505845,
            "stop": 840576613
        },
        {
            "start": 840585328,
            "stop": 840671267
        },
        {
            "start": 840672500,
            "stop": 840734628
        },
        {
            "start": 840735792,
            "stop": 840736801
        },
        {
            "start": 840737388,
            "stop": 840737653
        },
        {
            "start": 840738336,
            "stop": 840740713
        },
        {
            "start": 840741319,
            "stop": 840749416
        },
        {
            "start": 840750255,
            "stop": 840752591
        },
        {
            "start": 840753221,
            "stop": 840836496
        },
        {
            "start": 840837224,
            "stop": 840857893
        },
        {
            "start": 840859259,
            "stop": 840882767
        },
        {
            "start": 840884517,
            "stop": 840895078
        },
        {
            "start": 840895755,
            "stop": 840897795
        },
        {
            "start": 840924044,
            "stop": 840925358
        },
        {
            "start": 840925362,
            "stop": 840926173
        },
        {
            "start": 840926840,
            "stop": 840930619
        },
        {
            "start": 840930628,
            "stop": 840931121
        }
    ]
}