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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2190",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2191,
    "results": [
        {
            "start": 872113800,
            "stop": 872123032
        },
        {
            "start": 872123038,
            "stop": 872126449
        },
        {
            "start": 872126451,
            "stop": 872126970
        },
        {
            "start": 872126972,
            "stop": 872127234
        },
        {
            "start": 872127238,
            "stop": 872128631
        },
        {
            "start": 872128633,
            "stop": 872128911
        },
        {
            "start": 872128912,
            "stop": 872129018
        },
        {
            "start": 872129019,
            "stop": 872129020
        },
        {
            "start": 872129022,
            "stop": 872129033
        },
        {
            "start": 872129034,
            "stop": 872129130
        },
        {
            "start": 872129190,
            "stop": 872129381
        },
        {
            "start": 872129384,
            "stop": 872129879
        },
        {
            "start": 872130812,
            "stop": 872131651
        },
        {
            "start": 872131654,
            "stop": 872142129
        },
        {
            "start": 872143042,
            "stop": 872167498
        },
        {
            "start": 872169416,
            "stop": 872171048
        },
        {
            "start": 872171171,
            "stop": 872183025
        },
        {
            "start": 872183325,
            "stop": 872201550
        },
        {
            "start": 872202724,
            "stop": 872215470
        },
        {
            "start": 872215530,
            "stop": 872223210
        }
    ]
}