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=5113
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=5114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5112",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5113,
    "results": [
        {
            "start": 874703172,
            "stop": 874703178
        },
        {
            "start": 874703265,
            "stop": 874703280
        },
        {
            "start": 874703320,
            "stop": 874703367
        },
        {
            "start": 874703397,
            "stop": 874703433
        },
        {
            "start": 874703453,
            "stop": 874703459
        },
        {
            "start": 874703496,
            "stop": 874703503
        },
        {
            "start": 874703538,
            "stop": 874703553
        },
        {
            "start": 874703630,
            "stop": 874703634
        },
        {
            "start": 874703676,
            "stop": 874703697
        },
        {
            "start": 874703717,
            "stop": 874703733
        },
        {
            "start": 874703793,
            "stop": 874703803
        },
        {
            "start": 874703842,
            "stop": 874703848
        },
        {
            "start": 874703887,
            "stop": 874703892
        },
        {
            "start": 874703951,
            "stop": 874703958
        },
        {
            "start": 874703977,
            "stop": 874704002
        },
        {
            "start": 874704050,
            "stop": 874704069
        },
        {
            "start": 874704105,
            "stop": 874704127
        },
        {
            "start": 874704147,
            "stop": 874704194
        },
        {
            "start": 874704218,
            "stop": 874704282
        },
        {
            "start": 874704317,
            "stop": 874704328
        }
    ]
}