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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3759",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3757",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3758,
    "results": [
        {
            "start": 874025313,
            "stop": 874025547
        },
        {
            "start": 874025564,
            "stop": 874025725
        },
        {
            "start": 874025742,
            "stop": 874026895
        },
        {
            "start": 874026912,
            "stop": 874029874
        },
        {
            "start": 874029891,
            "stop": 874031221
        },
        {
            "start": 874031238,
            "stop": 874031314
        },
        {
            "start": 874031331,
            "stop": 874034631
        },
        {
            "start": 874034648,
            "stop": 874035987
        },
        {
            "start": 874036004,
            "stop": 874036103
        },
        {
            "start": 874036120,
            "stop": 874036170
        },
        {
            "start": 874036187,
            "stop": 874036203
        },
        {
            "start": 874036220,
            "stop": 874037711
        },
        {
            "start": 874037728,
            "stop": 874038000
        },
        {
            "start": 874038017,
            "stop": 874038034
        },
        {
            "start": 874038051,
            "stop": 874038099
        },
        {
            "start": 874038116,
            "stop": 874038666
        },
        {
            "start": 874038683,
            "stop": 874039016
        },
        {
            "start": 874039033,
            "stop": 874039354
        },
        {
            "start": 874039371,
            "stop": 874039575
        },
        {
            "start": 874039592,
            "stop": 874039882
        }
    ]
}