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=8169
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=8170",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8168",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8169,
    "results": [
        {
            "start": 971006992,
            "stop": 971007051
        },
        {
            "start": 971007054,
            "stop": 971007093
        },
        {
            "start": 971007096,
            "stop": 971007099
        },
        {
            "start": 971007102,
            "stop": 971007116
        },
        {
            "start": 971007121,
            "stop": 971007135
        },
        {
            "start": 971007138,
            "stop": 971007249
        },
        {
            "start": 971007252,
            "stop": 971007273
        },
        {
            "start": 971007276,
            "stop": 971007292
        },
        {
            "start": 971007295,
            "stop": 971007306
        },
        {
            "start": 971007309,
            "stop": 971007323
        },
        {
            "start": 971007326,
            "stop": 971007335
        },
        {
            "start": 971007339,
            "stop": 971007350
        },
        {
            "start": 971007353,
            "stop": 971007362
        },
        {
            "start": 971007380,
            "stop": 971007398
        },
        {
            "start": 971007401,
            "stop": 971007403
        },
        {
            "start": 971007406,
            "stop": 971007438
        },
        {
            "start": 971007441,
            "stop": 971007464
        },
        {
            "start": 971007467,
            "stop": 971007480
        },
        {
            "start": 971007483,
            "stop": 971007504
        },
        {
            "start": 971007507,
            "stop": 971007538
        }
    ]
}