Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=15
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=14",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 15,
    "results": [
        {
            "start": 931054576,
            "stop": 931054578
        },
        {
            "start": 931054582,
            "stop": 931054589
        },
        {
            "start": 931054591,
            "stop": 931054594
        },
        {
            "start": 931054598,
            "stop": 931054600
        },
        {
            "start": 931054602,
            "stop": 931054605
        },
        {
            "start": 931054607,
            "stop": 931054608
        },
        {
            "start": 931054610,
            "stop": 931054616
        },
        {
            "start": 931054617,
            "stop": 931054622
        },
        {
            "start": 931054624,
            "stop": 931054625
        },
        {
            "start": 931054626,
            "stop": 931054627
        },
        {
            "start": 931054628,
            "stop": 931054630
        },
        {
            "start": 931054631,
            "stop": 931054633
        },
        {
            "start": 931054634,
            "stop": 931054635
        },
        {
            "start": 931054638,
            "stop": 931054639
        },
        {
            "start": 931054642,
            "stop": 931054643
        },
        {
            "start": 931054644,
            "stop": 931054645
        },
        {
            "start": 931054646,
            "stop": 931054649
        },
        {
            "start": 931054651,
            "stop": 931054652
        },
        {
            "start": 931054653,
            "stop": 931054656
        },
        {
            "start": 931054657,
            "stop": 931054658
        }
    ]
}