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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=200",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=198",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 199,
    "results": [
        {
            "start": 820447417,
            "stop": 820448159
        },
        {
            "start": 820448164,
            "stop": 820448198
        },
        {
            "start": 820448203,
            "stop": 820448476
        },
        {
            "start": 820448510,
            "stop": 820448552
        },
        {
            "start": 820448559,
            "stop": 820448569
        },
        {
            "start": 820448576,
            "stop": 820452066
        },
        {
            "start": 820452100,
            "stop": 820453661
        },
        {
            "start": 820453666,
            "stop": 820455123
        },
        {
            "start": 820457880,
            "stop": 820473630
        },
        {
            "start": 820476003,
            "stop": 820482148
        },
        {
            "start": 820482154,
            "stop": 820485261
        },
        {
            "start": 820485267,
            "stop": 820485403
        },
        {
            "start": 820485408,
            "stop": 820485429
        },
        {
            "start": 820486491,
            "stop": 820489800
        },
        {
            "start": 820492626,
            "stop": 820493657
        },
        {
            "start": 820494369,
            "stop": 820500201
        },
        {
            "start": 820501154,
            "stop": 820501206
        },
        {
            "start": 820501214,
            "stop": 820501215
        },
        {
            "start": 820541303,
            "stop": 820541867
        },
        {
            "start": 820541873,
            "stop": 820543969
        }
    ]
}