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=137
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=138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=136",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 137,
    "results": [
        {
            "start": 825955195,
            "stop": 825955217
        },
        {
            "start": 825955223,
            "stop": 825955667
        },
        {
            "start": 825955673,
            "stop": 825956707
        },
        {
            "start": 825962313,
            "stop": 825962409
        },
        {
            "start": 825962519,
            "stop": 825962556
        },
        {
            "start": 825962856,
            "stop": 825963114
        },
        {
            "start": 825963118,
            "stop": 825963282
        },
        {
            "start": 825963284,
            "stop": 825963287
        },
        {
            "start": 825963289,
            "stop": 825963846
        },
        {
            "start": 825963848,
            "stop": 825963869
        },
        {
            "start": 825963871,
            "stop": 825963891
        },
        {
            "start": 825963895,
            "stop": 825965882
        },
        {
            "start": 825966228,
            "stop": 825966588
        },
        {
            "start": 825966593,
            "stop": 825966708
        },
        {
            "start": 825967025,
            "stop": 825970585
        },
        {
            "start": 825970603,
            "stop": 825970607
        },
        {
            "start": 825970613,
            "stop": 825970617
        },
        {
            "start": 825970625,
            "stop": 825970640
        },
        {
            "start": 825970645,
            "stop": 825970922
        },
        {
            "start": 825971513,
            "stop": 825971666
        }
    ]
}