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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=278",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=276",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 277,
    "results": [
        {
            "start": 822510610,
            "stop": 822510987
        },
        {
            "start": 822510991,
            "stop": 822511003
        },
        {
            "start": 822511006,
            "stop": 822511027
        },
        {
            "start": 822511030,
            "stop": 822511056
        },
        {
            "start": 822511060,
            "stop": 822511080
        },
        {
            "start": 822511084,
            "stop": 822511090
        },
        {
            "start": 822511272,
            "stop": 822511380
        },
        {
            "start": 822511440,
            "stop": 822511513
        },
        {
            "start": 822531425,
            "stop": 822531692
        },
        {
            "start": 822531695,
            "stop": 822531984
        },
        {
            "start": 822531987,
            "stop": 822532177
        },
        {
            "start": 822532180,
            "stop": 822532447
        },
        {
            "start": 822532450,
            "stop": 822532541
        },
        {
            "start": 822532544,
            "stop": 822533021
        },
        {
            "start": 822533024,
            "stop": 822535028
        },
        {
            "start": 822535031,
            "stop": 822535219
        },
        {
            "start": 822536379,
            "stop": 822537673
        },
        {
            "start": 822537879,
            "stop": 822539265
        },
        {
            "start": 822539268,
            "stop": 822539277
        },
        {
            "start": 822539281,
            "stop": 822539295
        }
    ]
}