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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=354",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=352",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 353,
    "results": [
        {
            "start": 818255927,
            "stop": 818255932
        },
        {
            "start": 818255941,
            "stop": 818255942
        },
        {
            "start": 818255960,
            "stop": 818255961
        },
        {
            "start": 818255971,
            "stop": 818255972
        },
        {
            "start": 818255984,
            "stop": 818255986
        },
        {
            "start": 818255994,
            "stop": 818255995
        },
        {
            "start": 818256014,
            "stop": 818256020
        },
        {
            "start": 818256032,
            "stop": 818256038
        },
        {
            "start": 818256041,
            "stop": 818256048
        },
        {
            "start": 818256055,
            "stop": 818256056
        },
        {
            "start": 818256061,
            "stop": 818256064
        },
        {
            "start": 818256075,
            "stop": 818256076
        },
        {
            "start": 818256085,
            "stop": 818256086
        },
        {
            "start": 818256096,
            "stop": 818256097
        },
        {
            "start": 818256107,
            "stop": 818256109
        },
        {
            "start": 818256112,
            "stop": 818256118
        },
        {
            "start": 818256139,
            "stop": 818256140
        },
        {
            "start": 818256169,
            "stop": 818256171
        },
        {
            "start": 818256188,
            "stop": 818256189
        },
        {
            "start": 818256202,
            "stop": 818256205
        }
    ]
}