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=243
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=244",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=242",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 243,
    "results": [
        {
            "start": 818222269,
            "stop": 818222270
        },
        {
            "start": 818222278,
            "stop": 818222280
        },
        {
            "start": 818222290,
            "stop": 818222291
        },
        {
            "start": 818222297,
            "stop": 818222301
        },
        {
            "start": 818222306,
            "stop": 818222314
        },
        {
            "start": 818222317,
            "stop": 818222327
        },
        {
            "start": 818222330,
            "stop": 818222332
        },
        {
            "start": 818222347,
            "stop": 818222351
        },
        {
            "start": 818222384,
            "stop": 818222387
        },
        {
            "start": 818222393,
            "stop": 818222395
        },
        {
            "start": 818222431,
            "stop": 818222432
        },
        {
            "start": 818222454,
            "stop": 818222455
        },
        {
            "start": 818222510,
            "stop": 818222512
        },
        {
            "start": 818222557,
            "stop": 818222559
        },
        {
            "start": 818222562,
            "stop": 818222566
        },
        {
            "start": 818222577,
            "stop": 818222585
        },
        {
            "start": 818222595,
            "stop": 818222596
        },
        {
            "start": 818222615,
            "stop": 818222616
        },
        {
            "start": 818222623,
            "stop": 818222626
        },
        {
            "start": 818222634,
            "stop": 818222637
        }
    ]
}