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=5148
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=5149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5147",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5148,
    "results": [
        {
            "start": 874716907,
            "stop": 874716975
        },
        {
            "start": 874716982,
            "stop": 874717030
        },
        {
            "start": 874717037,
            "stop": 874717073
        },
        {
            "start": 874717084,
            "stop": 874717142
        },
        {
            "start": 874717149,
            "stop": 874717313
        },
        {
            "start": 874717321,
            "stop": 874717335
        },
        {
            "start": 874717342,
            "stop": 874717392
        },
        {
            "start": 874717402,
            "stop": 874717451
        },
        {
            "start": 874717465,
            "stop": 874717605
        },
        {
            "start": 874717612,
            "stop": 874717695
        },
        {
            "start": 874717703,
            "stop": 874717821
        },
        {
            "start": 874717828,
            "stop": 874717845
        },
        {
            "start": 874717852,
            "stop": 874718025
        },
        {
            "start": 874718033,
            "stop": 874718081
        },
        {
            "start": 874718088,
            "stop": 874718122
        },
        {
            "start": 874718130,
            "stop": 874718303
        },
        {
            "start": 874718311,
            "stop": 874718367
        },
        {
            "start": 874718375,
            "stop": 874718398
        },
        {
            "start": 874718405,
            "stop": 874718440
        },
        {
            "start": 874718448,
            "stop": 874718478
        }
    ]
}