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=124
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=125",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=123",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 124,
    "results": [
        {
            "start": 931817723,
            "stop": 931817887
        },
        {
            "start": 931817889,
            "stop": 931818006
        },
        {
            "start": 931818009,
            "stop": 931818126
        },
        {
            "start": 931818128,
            "stop": 931818291
        },
        {
            "start": 931818294,
            "stop": 931818539
        },
        {
            "start": 931818542,
            "stop": 931819191
        },
        {
            "start": 931819194,
            "stop": 931819222
        },
        {
            "start": 931819224,
            "stop": 931819923
        },
        {
            "start": 931819959,
            "stop": 931820048
        },
        {
            "start": 931820050,
            "stop": 931820360
        },
        {
            "start": 931820362,
            "stop": 931820415
        },
        {
            "start": 931820775,
            "stop": 931820912
        },
        {
            "start": 931820915,
            "stop": 931821417
        },
        {
            "start": 931821421,
            "stop": 931821422
        },
        {
            "start": 931821425,
            "stop": 931821437
        },
        {
            "start": 931821441,
            "stop": 931821462
        },
        {
            "start": 931821465,
            "stop": 931821497
        },
        {
            "start": 931821500,
            "stop": 931821507
        },
        {
            "start": 931821510,
            "stop": 931821513
        },
        {
            "start": 931821515,
            "stop": 931821522
        }
    ]
}