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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=87",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 88,
    "results": [
        {
            "start": 830456294,
            "stop": 830457179
        },
        {
            "start": 830457957,
            "stop": 830460359
        },
        {
            "start": 830482707,
            "stop": 830489840
        },
        {
            "start": 830501692,
            "stop": 830502223
        },
        {
            "start": 830503715,
            "stop": 830505271
        },
        {
            "start": 830513480,
            "stop": 830518395
        },
        {
            "start": 830519163,
            "stop": 830523160
        },
        {
            "start": 830523329,
            "stop": 830524821
        },
        {
            "start": 830525570,
            "stop": 830527832
        },
        {
            "start": 830528602,
            "stop": 830529503
        },
        {
            "start": 830529670,
            "stop": 830530814
        },
        {
            "start": 830531679,
            "stop": 830535971
        },
        {
            "start": 830536714,
            "stop": 830539470
        },
        {
            "start": 830539571,
            "stop": 830540184
        },
        {
            "start": 830541678,
            "stop": 830542998
        },
        {
            "start": 830544082,
            "stop": 830550691
        },
        {
            "start": 830552555,
            "stop": 830553474
        },
        {
            "start": 830555901,
            "stop": 830556168
        },
        {
            "start": 830556183,
            "stop": 830566869
        },
        {
            "start": 830567080,
            "stop": 830568519
        }
    ]
}