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=5012
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=5013",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5011",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5012,
    "results": [
        {
            "start": 874549675,
            "stop": 874549722
        },
        {
            "start": 874549732,
            "stop": 874549834
        },
        {
            "start": 874549846,
            "stop": 874549922
        },
        {
            "start": 874549929,
            "stop": 874549954
        },
        {
            "start": 874549962,
            "stop": 874549967
        },
        {
            "start": 874549974,
            "stop": 874550189
        },
        {
            "start": 874550196,
            "stop": 874550229
        },
        {
            "start": 874550237,
            "stop": 874550251
        },
        {
            "start": 874550258,
            "stop": 874550276
        },
        {
            "start": 874550284,
            "stop": 874550288
        },
        {
            "start": 874550295,
            "stop": 874550325
        },
        {
            "start": 874550332,
            "stop": 874550342
        },
        {
            "start": 874550349,
            "stop": 874550374
        },
        {
            "start": 874550382,
            "stop": 874550390
        },
        {
            "start": 874550397,
            "stop": 874550436
        },
        {
            "start": 874550443,
            "stop": 874550493
        },
        {
            "start": 874550500,
            "stop": 874550554
        },
        {
            "start": 874550561,
            "stop": 874550571
        },
        {
            "start": 874550578,
            "stop": 874550624
        },
        {
            "start": 874550632,
            "stop": 874550693
        }
    ]
}