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=5060
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=5061",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5059",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5060,
    "results": [
        {
            "start": 874607940,
            "stop": 874607958
        },
        {
            "start": 874607997,
            "stop": 874607998
        },
        {
            "start": 874608017,
            "stop": 874608027
        },
        {
            "start": 874608046,
            "stop": 874608059
        },
        {
            "start": 874608078,
            "stop": 874608083
        },
        {
            "start": 874608166,
            "stop": 874608179
        },
        {
            "start": 874608199,
            "stop": 874608225
        },
        {
            "start": 874608244,
            "stop": 874608266
        },
        {
            "start": 874608301,
            "stop": 874608312
        },
        {
            "start": 874608331,
            "stop": 874608386
        },
        {
            "start": 874608465,
            "stop": 874608503
        },
        {
            "start": 874608539,
            "stop": 874608541
        },
        {
            "start": 874608560,
            "stop": 874608575
        },
        {
            "start": 874608609,
            "stop": 874608619
        },
        {
            "start": 874608648,
            "stop": 874608650
        },
        {
            "start": 874608693,
            "stop": 874608697
        },
        {
            "start": 874608746,
            "stop": 874608799
        },
        {
            "start": 874608818,
            "stop": 874608842
        },
        {
            "start": 874608885,
            "stop": 874608888
        },
        {
            "start": 874608911,
            "stop": 874608927
        }
    ]
}