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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2429",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2427",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2428,
    "results": [
        {
            "start": 873787380,
            "stop": 873787920
        },
        {
            "start": 873787980,
            "stop": 873788580
        },
        {
            "start": 873788640,
            "stop": 873788880
        },
        {
            "start": 873789000,
            "stop": 873789060
        },
        {
            "start": 873790740,
            "stop": 873790860
        },
        {
            "start": 873790920,
            "stop": 873791100
        },
        {
            "start": 873791340,
            "stop": 873792180
        },
        {
            "start": 873792240,
            "stop": 873792270
        },
        {
            "start": 873792420,
            "stop": 873796777
        },
        {
            "start": 873796794,
            "stop": 873799451
        },
        {
            "start": 873799487,
            "stop": 873804329
        },
        {
            "start": 873804346,
            "stop": 873804485
        },
        {
            "start": 873804502,
            "stop": 873806618
        },
        {
            "start": 873806921,
            "stop": 873808377
        },
        {
            "start": 873808394,
            "stop": 873808724
        },
        {
            "start": 873808905,
            "stop": 873813530
        },
        {
            "start": 873813670,
            "stop": 873814254
        },
        {
            "start": 873814364,
            "stop": 873814658
        },
        {
            "start": 873815073,
            "stop": 873817131
        },
        {
            "start": 873817148,
            "stop": 873817886
        }
    ]
}