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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=250",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=248",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 249,
    "results": [
        {
            "start": 817876417,
            "stop": 817876424
        },
        {
            "start": 817876443,
            "stop": 817876589
        },
        {
            "start": 817876593,
            "stop": 817876654
        },
        {
            "start": 817876662,
            "stop": 817876665
        },
        {
            "start": 817876685,
            "stop": 817876943
        },
        {
            "start": 817876947,
            "stop": 817876948
        },
        {
            "start": 817876957,
            "stop": 817876960
        },
        {
            "start": 817876964,
            "stop": 817877023
        },
        {
            "start": 817877057,
            "stop": 817877147
        },
        {
            "start": 817877164,
            "stop": 817877167
        },
        {
            "start": 817877170,
            "stop": 817877192
        },
        {
            "start": 817877196,
            "stop": 817877218
        },
        {
            "start": 817877235,
            "stop": 817877274
        },
        {
            "start": 817877278,
            "stop": 817877338
        },
        {
            "start": 817877341,
            "stop": 817877353
        },
        {
            "start": 817877373,
            "stop": 817877387
        },
        {
            "start": 817877404,
            "stop": 817877414
        },
        {
            "start": 817877442,
            "stop": 817877452
        },
        {
            "start": 817877637,
            "stop": 817877644
        },
        {
            "start": 817877648,
            "stop": 817877668
        }
    ]
}