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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5863",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5861",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5862,
    "results": [
        {
            "start": 874763907,
            "stop": 874763975
        },
        {
            "start": 874763978,
            "stop": 874763988
        },
        {
            "start": 874763992,
            "stop": 874764009
        },
        {
            "start": 874764013,
            "stop": 874764087
        },
        {
            "start": 874764090,
            "stop": 874764115
        },
        {
            "start": 874764118,
            "stop": 874764131
        },
        {
            "start": 874764135,
            "stop": 874764179
        },
        {
            "start": 874764182,
            "stop": 874764438
        },
        {
            "start": 874764441,
            "stop": 874764471
        },
        {
            "start": 874764474,
            "stop": 874764640
        },
        {
            "start": 874764643,
            "stop": 874764645
        },
        {
            "start": 874764648,
            "stop": 874764690
        },
        {
            "start": 874764693,
            "stop": 874764708
        },
        {
            "start": 874764712,
            "stop": 874764722
        },
        {
            "start": 874764728,
            "stop": 874764731
        },
        {
            "start": 874764734,
            "stop": 874764768
        },
        {
            "start": 874764771,
            "stop": 874764774
        },
        {
            "start": 874764777,
            "stop": 874764811
        },
        {
            "start": 874764814,
            "stop": 874764832
        },
        {
            "start": 874764835,
            "stop": 874764845
        }
    ]
}