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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=46",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 47,
    "results": [
        {
            "start": 945772693,
            "stop": 945814624
        },
        {
            "start": 945817466,
            "stop": 945843345
        },
        {
            "start": 945845664,
            "stop": 945873456
        },
        {
            "start": 945875285,
            "stop": 945904353
        },
        {
            "start": 945909396,
            "stop": 945919091
        },
        {
            "start": 945920861,
            "stop": 945964559
        },
        {
            "start": 945966285,
            "stop": 945976427
        },
        {
            "start": 945978440,
            "stop": 945995017
        },
        {
            "start": 945997166,
            "stop": 945997780
        },
        {
            "start": 945999544,
            "stop": 946015569
        },
        {
            "start": 946017774,
            "stop": 946055988
        },
        {
            "start": 946059034,
            "stop": 946059538
        },
        {
            "start": 946060313,
            "stop": 946060869
        },
        {
            "start": 946061994,
            "stop": 946062162
        },
        {
            "start": 946063370,
            "stop": 946064616
        },
        {
            "start": 946065709,
            "stop": 946067019
        },
        {
            "start": 946068349,
            "stop": 946068793
        },
        {
            "start": 946069450,
            "stop": 946072065
        },
        {
            "start": 946073357,
            "stop": 946075537
        },
        {
            "start": 946076460,
            "stop": 946086263
        }
    ]
}