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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=36",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 37,
    "results": [
        {
            "start": 942892315,
            "stop": 942911999
        },
        {
            "start": 942930215,
            "stop": 942935604
        },
        {
            "start": 942953027,
            "stop": 942953210
        },
        {
            "start": 942957751,
            "stop": 942960286
        },
        {
            "start": 942963045,
            "stop": 942971157
        },
        {
            "start": 942976578,
            "stop": 942977563
        },
        {
            "start": 942979026,
            "stop": 942979536
        },
        {
            "start": 942981728,
            "stop": 942995767
        },
        {
            "start": 942997671,
            "stop": 943001810
        },
        {
            "start": 943004814,
            "stop": 943007689
        },
        {
            "start": 943007871,
            "stop": 943015965
        },
        {
            "start": 943017945,
            "stop": 943021937
        },
        {
            "start": 943033219,
            "stop": 943034576
        },
        {
            "start": 943038131,
            "stop": 943039028
        },
        {
            "start": 943040960,
            "stop": 943047022
        },
        {
            "start": 943049450,
            "stop": 943058070
        },
        {
            "start": 943061975,
            "stop": 943073068
        },
        {
            "start": 943076802,
            "stop": 943102790
        },
        {
            "start": 943107973,
            "stop": 943114647
        },
        {
            "start": 943140265,
            "stop": 943149101
        }
    ]
}