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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29298",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29296",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29297,
    "results": [
        {
            "start": 971180584,
            "stop": 971180587
        },
        {
            "start": 971180590,
            "stop": 971180592
        },
        {
            "start": 971180593,
            "stop": 971180597
        },
        {
            "start": 971180600,
            "stop": 971180602
        },
        {
            "start": 971180605,
            "stop": 971180606
        },
        {
            "start": 971180607,
            "stop": 971180609
        },
        {
            "start": 971180611,
            "stop": 971180614
        },
        {
            "start": 971180617,
            "stop": 971180620
        },
        {
            "start": 971180622,
            "stop": 971180623
        },
        {
            "start": 971180624,
            "stop": 971180625
        },
        {
            "start": 971180626,
            "stop": 971180627
        },
        {
            "start": 971180628,
            "stop": 971180630
        },
        {
            "start": 971180632,
            "stop": 971180637
        },
        {
            "start": 971180641,
            "stop": 971180644
        },
        {
            "start": 971180645,
            "stop": 971180647
        },
        {
            "start": 971180649,
            "stop": 971180650
        },
        {
            "start": 971180652,
            "stop": 971180654
        },
        {
            "start": 971180655,
            "stop": 971180657
        },
        {
            "start": 971180660,
            "stop": 971180662
        },
        {
            "start": 971180664,
            "stop": 971180669
        }
    ]
}