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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=194",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=192",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 193,
    "results": [
        {
            "start": 931661398,
            "stop": 931661401
        },
        {
            "start": 931661404,
            "stop": 931661418
        },
        {
            "start": 931661420,
            "stop": 931661455
        },
        {
            "start": 931661460,
            "stop": 931661469
        },
        {
            "start": 931661472,
            "stop": 931661483
        },
        {
            "start": 931661486,
            "stop": 931661489
        },
        {
            "start": 931661492,
            "stop": 931661528
        },
        {
            "start": 931661531,
            "stop": 931661535
        },
        {
            "start": 931661539,
            "stop": 931661549
        },
        {
            "start": 931661552,
            "stop": 931661571
        },
        {
            "start": 931661574,
            "stop": 931661603
        },
        {
            "start": 931661606,
            "stop": 931661620
        },
        {
            "start": 931661624,
            "stop": 931661648
        },
        {
            "start": 931661651,
            "stop": 931661658
        },
        {
            "start": 931661661,
            "stop": 931661691
        },
        {
            "start": 931661694,
            "stop": 931661743
        },
        {
            "start": 931661746,
            "stop": 931661777
        },
        {
            "start": 931661780,
            "stop": 931661786
        },
        {
            "start": 931661789,
            "stop": 931661800
        },
        {
            "start": 931661803,
            "stop": 931661804
        }
    ]
}