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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8089",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8087",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8088,
    "results": [
        {
            "start": 970559438,
            "stop": 970559443
        },
        {
            "start": 970559455,
            "stop": 970559459
        },
        {
            "start": 970559465,
            "stop": 970559475
        },
        {
            "start": 970559481,
            "stop": 970559560
        },
        {
            "start": 970559563,
            "stop": 970559969
        },
        {
            "start": 970559976,
            "stop": 970560131
        },
        {
            "start": 970560137,
            "stop": 970560999
        },
        {
            "start": 970561005,
            "stop": 970561013
        },
        {
            "start": 970561024,
            "stop": 970561026
        },
        {
            "start": 970561032,
            "stop": 970561035
        },
        {
            "start": 970561041,
            "stop": 970561068
        },
        {
            "start": 970561076,
            "stop": 970561091
        },
        {
            "start": 970561101,
            "stop": 970561763
        },
        {
            "start": 970561769,
            "stop": 970561770
        },
        {
            "start": 970561776,
            "stop": 970561788
        },
        {
            "start": 970561794,
            "stop": 970561805
        },
        {
            "start": 970561815,
            "stop": 970561820
        },
        {
            "start": 970561826,
            "stop": 970561838
        },
        {
            "start": 970561844,
            "stop": 970561854
        },
        {
            "start": 970561860,
            "stop": 970561874
        }
    ]
}