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=7535
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=7536",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7534",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7535,
    "results": [
        {
            "start": 970412646,
            "stop": 970412657
        },
        {
            "start": 970412660,
            "stop": 970412670
        },
        {
            "start": 970412673,
            "stop": 970412674
        },
        {
            "start": 970412677,
            "stop": 970412684
        },
        {
            "start": 970412724,
            "stop": 970412726
        },
        {
            "start": 970412729,
            "stop": 970412739
        },
        {
            "start": 970412742,
            "stop": 970412764
        },
        {
            "start": 970412804,
            "stop": 970412824
        },
        {
            "start": 970412827,
            "stop": 970412832
        },
        {
            "start": 970412835,
            "stop": 970412851
        },
        {
            "start": 970412854,
            "stop": 970412859
        },
        {
            "start": 970412862,
            "stop": 970412868
        },
        {
            "start": 970412871,
            "stop": 970412883
        },
        {
            "start": 970413044,
            "stop": 970413052
        },
        {
            "start": 970413055,
            "stop": 970413058
        },
        {
            "start": 970413061,
            "stop": 970413069
        },
        {
            "start": 970413072,
            "stop": 970413081
        },
        {
            "start": 970413084,
            "stop": 970413086
        },
        {
            "start": 970413089,
            "stop": 970413102
        },
        {
            "start": 970413105,
            "stop": 970413120
        }
    ]
}