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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16697",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16695",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16696,
    "results": [
        {
            "start": 874941573,
            "stop": 874941584
        },
        {
            "start": 874941585,
            "stop": 874941603
        },
        {
            "start": 874941604,
            "stop": 874941609
        },
        {
            "start": 874941611,
            "stop": 874941627
        },
        {
            "start": 874941628,
            "stop": 874941640
        },
        {
            "start": 874941642,
            "stop": 874941670
        },
        {
            "start": 874941671,
            "stop": 874941699
        },
        {
            "start": 874941700,
            "stop": 874941712
        },
        {
            "start": 874941714,
            "stop": 874941723
        },
        {
            "start": 874941725,
            "stop": 874941734
        },
        {
            "start": 874941736,
            "stop": 874941761
        },
        {
            "start": 874941762,
            "stop": 874941863
        },
        {
            "start": 874941865,
            "stop": 874941887
        },
        {
            "start": 874941889,
            "stop": 874941905
        },
        {
            "start": 874942051,
            "stop": 874942082
        },
        {
            "start": 874942084,
            "stop": 874942095
        },
        {
            "start": 874942097,
            "stop": 874942108
        },
        {
            "start": 874942109,
            "stop": 874942172
        },
        {
            "start": 874942173,
            "stop": 874942229
        },
        {
            "start": 874942232,
            "stop": 874942249
        }
    ]
}