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=111
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=112",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=110",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 111,
    "results": [
        {
            "start": 931747909,
            "stop": 931747911
        },
        {
            "start": 931747967,
            "stop": 931748010
        },
        {
            "start": 931748028,
            "stop": 931748069
        },
        {
            "start": 931748105,
            "stop": 931748124
        },
        {
            "start": 931748148,
            "stop": 931748163
        },
        {
            "start": 931748203,
            "stop": 931748229
        },
        {
            "start": 931755984,
            "stop": 931755985
        },
        {
            "start": 931756022,
            "stop": 931756663
        },
        {
            "start": 931756681,
            "stop": 931756820
        },
        {
            "start": 931756822,
            "stop": 931757032
        },
        {
            "start": 931757050,
            "stop": 931757219
        },
        {
            "start": 931757221,
            "stop": 931757291
        },
        {
            "start": 931757367,
            "stop": 931757376
        },
        {
            "start": 931757396,
            "stop": 931757397
        },
        {
            "start": 931757479,
            "stop": 931757495
        },
        {
            "start": 931757546,
            "stop": 931757638
        },
        {
            "start": 931757656,
            "stop": 931757803
        },
        {
            "start": 931757822,
            "stop": 931757973
        },
        {
            "start": 931757991,
            "stop": 931758083
        },
        {
            "start": 931758113,
            "stop": 931758339
        }
    ]
}