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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2030",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2028",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2029,
    "results": [
        {
            "start": 859125094,
            "stop": 859126200
        },
        {
            "start": 859126202,
            "stop": 859127653
        },
        {
            "start": 859128854,
            "stop": 859128865
        },
        {
            "start": 859129165,
            "stop": 859132490
        },
        {
            "start": 859132496,
            "stop": 859132513
        },
        {
            "start": 859132516,
            "stop": 859136946
        },
        {
            "start": 859136949,
            "stop": 859137742
        },
        {
            "start": 859137748,
            "stop": 859137767
        },
        {
            "start": 859137785,
            "stop": 859137795
        },
        {
            "start": 859137803,
            "stop": 859137825
        },
        {
            "start": 859137830,
            "stop": 859137866
        },
        {
            "start": 859137868,
            "stop": 859137871
        },
        {
            "start": 859137872,
            "stop": 859139272
        },
        {
            "start": 859139283,
            "stop": 859139305
        },
        {
            "start": 859139310,
            "stop": 859139321
        },
        {
            "start": 859139328,
            "stop": 859139342
        },
        {
            "start": 859139348,
            "stop": 859139355
        },
        {
            "start": 859139358,
            "stop": 859139365
        },
        {
            "start": 859139371,
            "stop": 859140646
        },
        {
            "start": 859141002,
            "stop": 859145480
        }
    ]
}