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=6998
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=6999",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6997",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6998,
    "results": [
        {
            "start": 873861545,
            "stop": 873861616
        },
        {
            "start": 873861619,
            "stop": 873861676
        },
        {
            "start": 873864279,
            "stop": 873864400
        },
        {
            "start": 873864404,
            "stop": 873864484
        },
        {
            "start": 873864487,
            "stop": 873864557
        },
        {
            "start": 873864561,
            "stop": 873864715
        },
        {
            "start": 873864718,
            "stop": 873864780
        },
        {
            "start": 873864783,
            "stop": 873864884
        },
        {
            "start": 873864887,
            "stop": 873864981
        },
        {
            "start": 873864984,
            "stop": 873865038
        },
        {
            "start": 873865041,
            "stop": 873865055
        },
        {
            "start": 873865060,
            "stop": 873865064
        },
        {
            "start": 873865069,
            "stop": 873865082
        },
        {
            "start": 873865086,
            "stop": 873865087
        },
        {
            "start": 873865092,
            "stop": 873865100
        },
        {
            "start": 873865103,
            "stop": 873865118
        },
        {
            "start": 873865121,
            "stop": 873865125
        },
        {
            "start": 873865128,
            "stop": 873865139
        },
        {
            "start": 873865142,
            "stop": 873865192
        },
        {
            "start": 873865195,
            "stop": 873865220
        }
    ]
}