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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=65",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=63",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 64,
    "results": [
        {
            "start": 931589941,
            "stop": 931589946
        },
        {
            "start": 931589954,
            "stop": 931589961
        },
        {
            "start": 931589986,
            "stop": 931589996
        },
        {
            "start": 931590009,
            "stop": 931590013
        },
        {
            "start": 931590022,
            "stop": 931590024
        },
        {
            "start": 931590040,
            "stop": 931590041
        },
        {
            "start": 931590061,
            "stop": 931590067
        },
        {
            "start": 931590077,
            "stop": 931590081
        },
        {
            "start": 931590089,
            "stop": 931590091
        },
        {
            "start": 931590098,
            "stop": 931590099
        },
        {
            "start": 931590153,
            "stop": 931590158
        },
        {
            "start": 931590171,
            "stop": 931590185
        },
        {
            "start": 931590222,
            "stop": 931590226
        },
        {
            "start": 931590276,
            "stop": 931590278
        },
        {
            "start": 931590292,
            "stop": 931590295
        },
        {
            "start": 931590314,
            "stop": 931590329
        },
        {
            "start": 931590341,
            "stop": 931590352
        },
        {
            "start": 931590382,
            "stop": 931590397
        },
        {
            "start": 931590411,
            "stop": 931590417
        },
        {
            "start": 931590453,
            "stop": 931590459
        }
    ]
}