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/H2_CBCLOW_CAT1/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/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=123",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 124,
    "results": [
        {
            "start": 859129866,
            "stop": 859140900
        },
        {
            "start": 859141292,
            "stop": 859145866
        },
        {
            "start": 859147007,
            "stop": 859155443
        },
        {
            "start": 859156316,
            "stop": 859182081
        },
        {
            "start": 859183991,
            "stop": 859231933
        },
        {
            "start": 859232896,
            "stop": 859242795
        },
        {
            "start": 859243986,
            "stop": 859281372
        },
        {
            "start": 859285389,
            "stop": 859312563
        },
        {
            "start": 859314708,
            "stop": 859320139
        },
        {
            "start": 859321105,
            "stop": 859348558
        },
        {
            "start": 859349520,
            "stop": 859399951
        },
        {
            "start": 859401094,
            "stop": 859431756
        },
        {
            "start": 859433233,
            "stop": 859474820
        },
        {
            "start": 859477164,
            "stop": 859477543
        },
        {
            "start": 859478795,
            "stop": 859496008
        },
        {
            "start": 859511146,
            "stop": 859551354
        },
        {
            "start": 859552630,
            "stop": 859576027
        },
        {
            "start": 859577226,
            "stop": 859591370
        },
        {
            "start": 859592816,
            "stop": 859607403
        },
        {
            "start": 859608305,
            "stop": 859647623
        }
    ]
}