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=16773
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=16774",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16772",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16773,
    "results": [
        {
            "start": 875109104,
            "stop": 875109175
        },
        {
            "start": 875109176,
            "stop": 875109179
        },
        {
            "start": 875109180,
            "stop": 875109202
        },
        {
            "start": 875109203,
            "stop": 875109204
        },
        {
            "start": 875109205,
            "stop": 875109228
        },
        {
            "start": 875109239,
            "stop": 875109240
        },
        {
            "start": 875109249,
            "stop": 875109251
        },
        {
            "start": 875109258,
            "stop": 875109266
        },
        {
            "start": 875109271,
            "stop": 875109273
        },
        {
            "start": 875109274,
            "stop": 875109278
        },
        {
            "start": 875109281,
            "stop": 875109282
        },
        {
            "start": 875109287,
            "stop": 875109295
        },
        {
            "start": 875109300,
            "stop": 875109301
        },
        {
            "start": 875109312,
            "stop": 875109316
        },
        {
            "start": 875109322,
            "stop": 875109325
        },
        {
            "start": 875109331,
            "stop": 875109334
        },
        {
            "start": 875109338,
            "stop": 875109340
        },
        {
            "start": 875109342,
            "stop": 875109343
        },
        {
            "start": 875109348,
            "stop": 875109355
        },
        {
            "start": 875109363,
            "stop": 875109365
        }
    ]
}