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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8043",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8041",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8042,
    "results": [
        {
            "start": 970416308,
            "stop": 970416407
        },
        {
            "start": 970416410,
            "stop": 970416441
        },
        {
            "start": 970416444,
            "stop": 970416450
        },
        {
            "start": 970416453,
            "stop": 970416462
        },
        {
            "start": 970416465,
            "stop": 970416482
        },
        {
            "start": 970416486,
            "stop": 970416554
        },
        {
            "start": 970416557,
            "stop": 970416593
        },
        {
            "start": 970416596,
            "stop": 970416597
        },
        {
            "start": 970416600,
            "stop": 970416606
        },
        {
            "start": 970416609,
            "stop": 970416615
        },
        {
            "start": 970416618,
            "stop": 970416623
        },
        {
            "start": 970416626,
            "stop": 970416644
        },
        {
            "start": 970416647,
            "stop": 970416696
        },
        {
            "start": 970416699,
            "stop": 970416721
        },
        {
            "start": 970416724,
            "stop": 970416759
        },
        {
            "start": 970416762,
            "stop": 970416859
        },
        {
            "start": 970416862,
            "stop": 970416864
        },
        {
            "start": 970416867,
            "stop": 970416883
        },
        {
            "start": 970416886,
            "stop": 970416892
        },
        {
            "start": 970416896,
            "stop": 970416909
        }
    ]
}