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=2397
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=2398",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2396",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2397,
    "results": [
        {
            "start": 873139153,
            "stop": 873139260
        },
        {
            "start": 873139320,
            "stop": 873139620
        },
        {
            "start": 873139680,
            "stop": 873140220
        },
        {
            "start": 873140280,
            "stop": 873140791
        },
        {
            "start": 873140798,
            "stop": 873140828
        },
        {
            "start": 873142125,
            "stop": 873142276
        },
        {
            "start": 873142283,
            "stop": 873143150
        },
        {
            "start": 873143230,
            "stop": 873143540
        },
        {
            "start": 873143557,
            "stop": 873143598
        },
        {
            "start": 873143615,
            "stop": 873143772
        },
        {
            "start": 873143810,
            "stop": 873144350
        },
        {
            "start": 873144430,
            "stop": 873145169
        },
        {
            "start": 873145208,
            "stop": 873145310
        },
        {
            "start": 873146432,
            "stop": 873146750
        },
        {
            "start": 873146830,
            "stop": 873147457
        },
        {
            "start": 873151342,
            "stop": 873151825
        },
        {
            "start": 873151862,
            "stop": 873154641
        },
        {
            "start": 873154911,
            "stop": 873160456
        },
        {
            "start": 873160473,
            "stop": 873160479
        },
        {
            "start": 873160496,
            "stop": 873163190
        }
    ]
}