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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7555",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7553",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7554,
    "results": [
        {
            "start": 970469555,
            "stop": 970469664
        },
        {
            "start": 970469667,
            "stop": 970469669
        },
        {
            "start": 970469675,
            "stop": 970469689
        },
        {
            "start": 970469698,
            "stop": 970469707
        },
        {
            "start": 970469713,
            "stop": 970469718
        },
        {
            "start": 970469721,
            "stop": 970469722
        },
        {
            "start": 970469728,
            "stop": 970469739
        },
        {
            "start": 970469742,
            "stop": 970469743
        },
        {
            "start": 970469748,
            "stop": 970469757
        },
        {
            "start": 970469760,
            "stop": 970469767
        },
        {
            "start": 970469770,
            "stop": 970469787
        },
        {
            "start": 970469802,
            "stop": 970469814
        },
        {
            "start": 970469817,
            "stop": 970469836
        },
        {
            "start": 970469839,
            "stop": 970469935
        },
        {
            "start": 970469938,
            "stop": 970469953
        },
        {
            "start": 970469957,
            "stop": 970469971
        },
        {
            "start": 970469974,
            "stop": 970469979
        },
        {
            "start": 970469982,
            "stop": 970469989
        },
        {
            "start": 970469995,
            "stop": 970470008
        },
        {
            "start": 970470012,
            "stop": 970470017
        }
    ]
}