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=7538
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=7539",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7537",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7538,
    "results": [
        {
            "start": 970416609,
            "stop": 970416615
        },
        {
            "start": 970416618,
            "stop": 970416623
        },
        {
            "start": 970416626,
            "stop": 970416644
        },
        {
            "start": 970416647,
            "stop": 970416696
        },
        {
            "start": 970416699,
            "stop": 970416721
        },
        {
            "start": 970416724,
            "stop": 970416741
        },
        {
            "start": 970416781,
            "stop": 970416859
        },
        {
            "start": 970416862,
            "stop": 970416864
        },
        {
            "start": 970416867,
            "stop": 970416883
        },
        {
            "start": 970416886,
            "stop": 970416892
        },
        {
            "start": 970416896,
            "stop": 970416901
        },
        {
            "start": 970417163,
            "stop": 970417168
        },
        {
            "start": 970417175,
            "stop": 970417181
        },
        {
            "start": 970417261,
            "stop": 970417264
        },
        {
            "start": 970417267,
            "stop": 970417280
        },
        {
            "start": 970417283,
            "stop": 970417328
        },
        {
            "start": 970417331,
            "stop": 970417345
        },
        {
            "start": 970417349,
            "stop": 970417359
        },
        {
            "start": 970417380,
            "stop": 970417389
        },
        {
            "start": 970417392,
            "stop": 970417410
        }
    ]
}