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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5254",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5252",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5253,
    "results": [
        {
            "start": 970206613,
            "stop": 970206862
        },
        {
            "start": 970206865,
            "stop": 970206869
        },
        {
            "start": 970206872,
            "stop": 970206992
        },
        {
            "start": 970206995,
            "stop": 970207768
        },
        {
            "start": 970207771,
            "stop": 970208035
        },
        {
            "start": 970208038,
            "stop": 970208196
        },
        {
            "start": 970208199,
            "stop": 970208734
        },
        {
            "start": 970208737,
            "stop": 970209129
        },
        {
            "start": 970209132,
            "stop": 970209567
        },
        {
            "start": 970209570,
            "stop": 970210042
        },
        {
            "start": 970210045,
            "stop": 970210104
        },
        {
            "start": 970211832,
            "stop": 970212062
        },
        {
            "start": 970212065,
            "stop": 970212500
        },
        {
            "start": 970212503,
            "stop": 970212562
        },
        {
            "start": 970212565,
            "stop": 970212726
        },
        {
            "start": 970212729,
            "stop": 970213047
        },
        {
            "start": 970213050,
            "stop": 970213227
        },
        {
            "start": 970213230,
            "stop": 970213464
        },
        {
            "start": 970213467,
            "stop": 970213566
        },
        {
            "start": 970213569,
            "stop": 970213592
        }
    ]
}