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=81
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=82",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=80",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 81,
    "results": [
        {
            "start": 817660930,
            "stop": 817660980
        },
        {
            "start": 817661160,
            "stop": 817661196
        },
        {
            "start": 817661199,
            "stop": 817661220
        },
        {
            "start": 817661368,
            "stop": 817661640
        },
        {
            "start": 817692013,
            "stop": 817692134
        },
        {
            "start": 817692137,
            "stop": 817692145
        },
        {
            "start": 817692148,
            "stop": 817693560
        },
        {
            "start": 817693572,
            "stop": 817693728
        },
        {
            "start": 817693732,
            "stop": 817694349
        },
        {
            "start": 817694356,
            "stop": 817694579
        },
        {
            "start": 817694583,
            "stop": 817694621
        },
        {
            "start": 817694624,
            "stop": 817694627
        },
        {
            "start": 817694632,
            "stop": 817694633
        },
        {
            "start": 817694636,
            "stop": 817694862
        },
        {
            "start": 817694872,
            "stop": 817695000
        },
        {
            "start": 817695060,
            "stop": 817695292
        },
        {
            "start": 817695296,
            "stop": 817695786
        },
        {
            "start": 817695797,
            "stop": 817696169
        },
        {
            "start": 817696185,
            "stop": 817696186
        },
        {
            "start": 817696198,
            "stop": 817696201
        }
    ]
}