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=7094
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=7095",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7093",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7094,
    "results": [
        {
            "start": 874519129,
            "stop": 874519137
        },
        {
            "start": 874519138,
            "stop": 874519307
        },
        {
            "start": 874519308,
            "stop": 874519350
        },
        {
            "start": 874521897,
            "stop": 874525063
        },
        {
            "start": 874525066,
            "stop": 874534068
        },
        {
            "start": 874534071,
            "stop": 874534649
        },
        {
            "start": 874534655,
            "stop": 874534658
        },
        {
            "start": 874534661,
            "stop": 874535391
        },
        {
            "start": 874535394,
            "stop": 874538739
        },
        {
            "start": 874538742,
            "stop": 874539526
        },
        {
            "start": 874539529,
            "stop": 874539786
        },
        {
            "start": 874539789,
            "stop": 874540070
        },
        {
            "start": 874540073,
            "stop": 874541107
        },
        {
            "start": 874541110,
            "stop": 874541197
        },
        {
            "start": 874541200,
            "stop": 874541208
        },
        {
            "start": 874541213,
            "stop": 874541220
        },
        {
            "start": 874541280,
            "stop": 874542223
        },
        {
            "start": 874542226,
            "stop": 874544095
        },
        {
            "start": 874544098,
            "stop": 874544127
        },
        {
            "start": 874544130,
            "stop": 874544131
        }
    ]
}