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=5175
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=5176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5174",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5175,
    "results": [
        {
            "start": 875063688,
            "stop": 875063988
        },
        {
            "start": 875064060,
            "stop": 875064178
        },
        {
            "start": 875064197,
            "stop": 875064631
        },
        {
            "start": 875064650,
            "stop": 875064660
        },
        {
            "start": 875064720,
            "stop": 875066250
        },
        {
            "start": 875066269,
            "stop": 875067840
        },
        {
            "start": 875067900,
            "stop": 875067960
        },
        {
            "start": 875068200,
            "stop": 875068380
        },
        {
            "start": 875068440,
            "stop": 875068559
        },
        {
            "start": 875068578,
            "stop": 875069443
        },
        {
            "start": 875069462,
            "stop": 875069535
        },
        {
            "start": 875069554,
            "stop": 875071112
        },
        {
            "start": 875071131,
            "stop": 875073085
        },
        {
            "start": 875073104,
            "stop": 875074788
        },
        {
            "start": 875074807,
            "stop": 875075485
        },
        {
            "start": 875075504,
            "stop": 875075828
        },
        {
            "start": 875077151,
            "stop": 875078748
        },
        {
            "start": 875078767,
            "stop": 875079140
        },
        {
            "start": 875079160,
            "stop": 875079505
        },
        {
            "start": 875079524,
            "stop": 875079655
        }
    ]
}