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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=236",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=234",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 235,
    "results": [
        {
            "start": 818220258,
            "stop": 818220262
        },
        {
            "start": 818220266,
            "stop": 818220273
        },
        {
            "start": 818220276,
            "stop": 818220277
        },
        {
            "start": 818220281,
            "stop": 818220284
        },
        {
            "start": 818220290,
            "stop": 818220292
        },
        {
            "start": 818220307,
            "stop": 818220309
        },
        {
            "start": 818220312,
            "stop": 818220315
        },
        {
            "start": 818220318,
            "stop": 818220320
        },
        {
            "start": 818220323,
            "stop": 818220326
        },
        {
            "start": 818220329,
            "stop": 818220331
        },
        {
            "start": 818220359,
            "stop": 818220360
        },
        {
            "start": 818220367,
            "stop": 818220370
        },
        {
            "start": 818220373,
            "stop": 818220376
        },
        {
            "start": 818220397,
            "stop": 818220398
        },
        {
            "start": 818220401,
            "stop": 818220404
        },
        {
            "start": 818220413,
            "stop": 818220415
        },
        {
            "start": 818220419,
            "stop": 818220421
        },
        {
            "start": 818220431,
            "stop": 818220434
        },
        {
            "start": 818220437,
            "stop": 818220446
        },
        {
            "start": 818220450,
            "stop": 818220455
        }
    ]
}