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_CBCHIGH_CAT3/segments?format=api&page=5056
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5057",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5055",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5056,
    "results": [
        {
            "start": 874603440,
            "stop": 874603449
        },
        {
            "start": 874603475,
            "stop": 874603479
        },
        {
            "start": 874603500,
            "stop": 874603524
        },
        {
            "start": 874603543,
            "stop": 874603611
        },
        {
            "start": 874603630,
            "stop": 874603645
        },
        {
            "start": 874603677,
            "stop": 874603719
        },
        {
            "start": 874603751,
            "stop": 874603793
        },
        {
            "start": 874603812,
            "stop": 874603858
        },
        {
            "start": 874603877,
            "stop": 874603912
        },
        {
            "start": 874603950,
            "stop": 874604014
        },
        {
            "start": 874604037,
            "stop": 874604041
        },
        {
            "start": 874604060,
            "stop": 874604077
        },
        {
            "start": 874604126,
            "stop": 874604134
        },
        {
            "start": 874604192,
            "stop": 874604218
        },
        {
            "start": 874604249,
            "stop": 874604254
        },
        {
            "start": 874604280,
            "stop": 874604305
        },
        {
            "start": 874604324,
            "stop": 874604343
        },
        {
            "start": 874604367,
            "stop": 874604380
        },
        {
            "start": 874604403,
            "stop": 874604420
        },
        {
            "start": 874604455,
            "stop": 874604463
        }
    ]
}