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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5157",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5155",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5156,
    "results": [
        {
            "start": 874793778,
            "stop": 874793890
        },
        {
            "start": 874793909,
            "stop": 874793914
        },
        {
            "start": 874793952,
            "stop": 874794039
        },
        {
            "start": 874794061,
            "stop": 874794066
        },
        {
            "start": 874794086,
            "stop": 874794093
        },
        {
            "start": 874794112,
            "stop": 874794132
        },
        {
            "start": 874794152,
            "stop": 874794180
        },
        {
            "start": 874794300,
            "stop": 874794332
        },
        {
            "start": 874794373,
            "stop": 874794442
        },
        {
            "start": 874794461,
            "stop": 874794664
        },
        {
            "start": 874794685,
            "stop": 874794699
        },
        {
            "start": 874794718,
            "stop": 874794771
        },
        {
            "start": 874794790,
            "stop": 874795000
        },
        {
            "start": 874795027,
            "stop": 874795061
        },
        {
            "start": 874795099,
            "stop": 874795112
        },
        {
            "start": 874795142,
            "stop": 874795291
        },
        {
            "start": 874795320,
            "stop": 874795329
        },
        {
            "start": 874795348,
            "stop": 874795550
        },
        {
            "start": 874795583,
            "stop": 874795660
        },
        {
            "start": 874795679,
            "stop": 874795766
        }
    ]
}