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=85
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=86",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=84",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 85,
    "results": [
        {
            "start": 931316918,
            "stop": 931316932
        },
        {
            "start": 931316934,
            "stop": 931316937
        },
        {
            "start": 931316940,
            "stop": 931316951
        },
        {
            "start": 931316953,
            "stop": 931316955
        },
        {
            "start": 931316957,
            "stop": 931316969
        },
        {
            "start": 931316971,
            "stop": 931316976
        },
        {
            "start": 931316978,
            "stop": 931316981
        },
        {
            "start": 931316983,
            "stop": 931316989
        },
        {
            "start": 931316991,
            "stop": 931316999
        },
        {
            "start": 931317002,
            "stop": 931317011
        },
        {
            "start": 931317014,
            "stop": 931317030
        },
        {
            "start": 931317032,
            "stop": 931317037
        },
        {
            "start": 931317040,
            "stop": 931317042
        },
        {
            "start": 931317045,
            "stop": 931317046
        },
        {
            "start": 931317048,
            "stop": 931317062
        },
        {
            "start": 931317064,
            "stop": 931317073
        },
        {
            "start": 931317075,
            "stop": 931317076
        },
        {
            "start": 931317083,
            "stop": 931317089
        },
        {
            "start": 931317094,
            "stop": 931317106
        },
        {
            "start": 931317115,
            "stop": 931317118
        }
    ]
}