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=7156
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=7157",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7155",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7156,
    "results": [
        {
            "start": 875011718,
            "stop": 875011853
        },
        {
            "start": 875011856,
            "stop": 875011971
        },
        {
            "start": 875011977,
            "stop": 875011978
        },
        {
            "start": 875011988,
            "stop": 875011989
        },
        {
            "start": 875011993,
            "stop": 875011994
        },
        {
            "start": 875011997,
            "stop": 875012007
        },
        {
            "start": 875012014,
            "stop": 875012015
        },
        {
            "start": 875012018,
            "stop": 875012019
        },
        {
            "start": 875012027,
            "stop": 875012035
        },
        {
            "start": 875012038,
            "stop": 875012054
        },
        {
            "start": 875012060,
            "stop": 875012065
        },
        {
            "start": 875012079,
            "stop": 875012084
        },
        {
            "start": 875012092,
            "stop": 875012103
        },
        {
            "start": 875012106,
            "stop": 875012125
        },
        {
            "start": 875012130,
            "stop": 875012134
        },
        {
            "start": 875012140,
            "stop": 875012150
        },
        {
            "start": 875012155,
            "stop": 875012157
        },
        {
            "start": 875012169,
            "stop": 875012174
        },
        {
            "start": 875012177,
            "stop": 875012183
        },
        {
            "start": 875012187,
            "stop": 875012207
        }
    ]
}