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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=78",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=76",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 77,
    "results": [
        {
            "start": 931350759,
            "stop": 931350774
        },
        {
            "start": 931350776,
            "stop": 931350796
        },
        {
            "start": 931350798,
            "stop": 931350807
        },
        {
            "start": 931350819,
            "stop": 931350822
        },
        {
            "start": 931350823,
            "stop": 931350855
        },
        {
            "start": 931350857,
            "stop": 931350870
        },
        {
            "start": 931350872,
            "stop": 931350875
        },
        {
            "start": 931350878,
            "stop": 931350887
        },
        {
            "start": 931350889,
            "stop": 931350895
        },
        {
            "start": 931350897,
            "stop": 931351000
        },
        {
            "start": 931351001,
            "stop": 931351002
        },
        {
            "start": 931351003,
            "stop": 931351009
        },
        {
            "start": 931351011,
            "stop": 931351061
        },
        {
            "start": 931351062,
            "stop": 931351066
        },
        {
            "start": 931351069,
            "stop": 931351077
        },
        {
            "start": 931351079,
            "stop": 931351081
        },
        {
            "start": 931351084,
            "stop": 931351127
        },
        {
            "start": 931351129,
            "stop": 931351161
        },
        {
            "start": 931351163,
            "stop": 931351175
        },
        {
            "start": 931351177,
            "stop": 931351186
        }
    ]
}