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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2350",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2348",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2349,
    "results": [
        {
            "start": 872043108,
            "stop": 872044200
        },
        {
            "start": 872044217,
            "stop": 872045441
        },
        {
            "start": 872045458,
            "stop": 872047413
        },
        {
            "start": 872047448,
            "stop": 872047489
        },
        {
            "start": 872047506,
            "stop": 872048810
        },
        {
            "start": 872050429,
            "stop": 872053176
        },
        {
            "start": 872053193,
            "stop": 872056728
        },
        {
            "start": 872056745,
            "stop": 872057548
        },
        {
            "start": 872057565,
            "stop": 872058627
        },
        {
            "start": 872058644,
            "stop": 872067770
        },
        {
            "start": 872067850,
            "stop": 872072365
        },
        {
            "start": 872072382,
            "stop": 872072834
        },
        {
            "start": 872072851,
            "stop": 872074056
        },
        {
            "start": 872074073,
            "stop": 872077790
        },
        {
            "start": 872077870,
            "stop": 872081137
        },
        {
            "start": 872081154,
            "stop": 872081551
        },
        {
            "start": 872081568,
            "stop": 872083010
        },
        {
            "start": 872083090,
            "stop": 872084749
        },
        {
            "start": 872084766,
            "stop": 872087908
        },
        {
            "start": 872087925,
            "stop": 872089113
        }
    ]
}