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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8033",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8031",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 8032,
    "results": [
        {
            "start": 970416243,
            "stop": 970416256
        },
        {
            "start": 970416261,
            "stop": 970416305
        },
        {
            "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
        }
    ]
}