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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5028",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5026",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5027,
    "results": [
        {
            "start": 874563135,
            "stop": 874563144
        },
        {
            "start": 874563155,
            "stop": 874563222
        },
        {
            "start": 874563237,
            "stop": 874563277
        },
        {
            "start": 874563284,
            "stop": 874563361
        },
        {
            "start": 874563370,
            "stop": 874563386
        },
        {
            "start": 874563393,
            "stop": 874563407
        },
        {
            "start": 874563421,
            "stop": 874563527
        },
        {
            "start": 874563534,
            "stop": 874563571
        },
        {
            "start": 874563585,
            "stop": 874563603
        },
        {
            "start": 874563611,
            "stop": 874563693
        },
        {
            "start": 874563702,
            "stop": 874563727
        },
        {
            "start": 874563734,
            "stop": 874563808
        },
        {
            "start": 874563815,
            "stop": 874563848
        },
        {
            "start": 874563856,
            "stop": 874563864
        },
        {
            "start": 874563872,
            "stop": 874563875
        },
        {
            "start": 874563883,
            "stop": 874564035
        },
        {
            "start": 874564045,
            "stop": 874564070
        },
        {
            "start": 874564077,
            "stop": 874564123
        },
        {
            "start": 874564130,
            "stop": 874564175
        },
        {
            "start": 874564188,
            "stop": 874564196
        }
    ]
}