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=6991
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=6992",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6990",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6991,
    "results": [
        {
            "start": 873834139,
            "stop": 873834243
        },
        {
            "start": 873834248,
            "stop": 873834251
        },
        {
            "start": 873834254,
            "stop": 873834257
        },
        {
            "start": 873834261,
            "stop": 873834280
        },
        {
            "start": 873834284,
            "stop": 873834294
        },
        {
            "start": 873834299,
            "stop": 873834539
        },
        {
            "start": 873834543,
            "stop": 873834642
        },
        {
            "start": 873834647,
            "stop": 873834669
        },
        {
            "start": 873834673,
            "stop": 873834793
        },
        {
            "start": 873834797,
            "stop": 873834814
        },
        {
            "start": 873834818,
            "stop": 873834828
        },
        {
            "start": 873834832,
            "stop": 873834835
        },
        {
            "start": 873834839,
            "stop": 873834996
        },
        {
            "start": 873834999,
            "stop": 873835180
        },
        {
            "start": 873835183,
            "stop": 873835186
        },
        {
            "start": 873835190,
            "stop": 873835350
        },
        {
            "start": 873835353,
            "stop": 873835541
        },
        {
            "start": 873835545,
            "stop": 873835554
        },
        {
            "start": 873835559,
            "stop": 873835727
        },
        {
            "start": 873835731,
            "stop": 873835740
        }
    ]
}