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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6957",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6955",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6956,
    "results": [
        {
            "start": 873754086,
            "stop": 873754093
        },
        {
            "start": 873754099,
            "stop": 873754267
        },
        {
            "start": 873754271,
            "stop": 873754308
        },
        {
            "start": 873754312,
            "stop": 873754342
        },
        {
            "start": 873754345,
            "stop": 873754380
        },
        {
            "start": 873754383,
            "stop": 873754435
        },
        {
            "start": 873754441,
            "stop": 873754500
        },
        {
            "start": 873754504,
            "stop": 873754517
        },
        {
            "start": 873754524,
            "stop": 873754597
        },
        {
            "start": 873754600,
            "stop": 873755112
        },
        {
            "start": 873755115,
            "stop": 873755404
        },
        {
            "start": 873755407,
            "stop": 873755442
        },
        {
            "start": 873755445,
            "stop": 873755529
        },
        {
            "start": 873755533,
            "stop": 873755568
        },
        {
            "start": 873755571,
            "stop": 873755619
        },
        {
            "start": 873755623,
            "stop": 873755653
        },
        {
            "start": 873755656,
            "stop": 873755712
        },
        {
            "start": 873755715,
            "stop": 873755719
        },
        {
            "start": 873755723,
            "stop": 873755796
        },
        {
            "start": 873755800,
            "stop": 873756085
        }
    ]
}