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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=272",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=270",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 271,
    "results": [
        {
            "start": 1240088897,
            "stop": 1240088947
        },
        {
            "start": 1240088948,
            "stop": 1240089067
        },
        {
            "start": 1240089068,
            "stop": 1240089085
        },
        {
            "start": 1240089089,
            "stop": 1240089113
        },
        {
            "start": 1240089118,
            "stop": 1240089187
        },
        {
            "start": 1240089188,
            "stop": 1240089307
        },
        {
            "start": 1240089308,
            "stop": 1240089427
        },
        {
            "start": 1240089428,
            "stop": 1240089547
        },
        {
            "start": 1240089548,
            "stop": 1240089667
        },
        {
            "start": 1240089668,
            "stop": 1240089787
        },
        {
            "start": 1240089788,
            "stop": 1240089907
        },
        {
            "start": 1240089908,
            "stop": 1240089914
        },
        {
            "start": 1240089919,
            "stop": 1240089924
        },
        {
            "start": 1240089929,
            "stop": 1240089932
        },
        {
            "start": 1240089937,
            "stop": 1240089949
        },
        {
            "start": 1240089954,
            "stop": 1240089987
        },
        {
            "start": 1240108435,
            "stop": 1240108506
        },
        {
            "start": 1240108508,
            "stop": 1240108582
        },
        {
            "start": 1240109258,
            "stop": 1240109346
        },
        {
            "start": 1240109348,
            "stop": 1240109466
        }
    ]
}