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=5082
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=5083",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5081",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5082,
    "results": [
        {
            "start": 874643189,
            "stop": 874643250
        },
        {
            "start": 874643269,
            "stop": 874643301
        },
        {
            "start": 874643337,
            "stop": 874643350
        },
        {
            "start": 874643369,
            "stop": 874643431
        },
        {
            "start": 874643451,
            "stop": 874643562
        },
        {
            "start": 874643581,
            "stop": 874643654
        },
        {
            "start": 874643677,
            "stop": 874643797
        },
        {
            "start": 874643825,
            "stop": 874643956
        },
        {
            "start": 874643975,
            "stop": 874643996
        },
        {
            "start": 874644029,
            "stop": 874644046
        },
        {
            "start": 874644077,
            "stop": 874644148
        },
        {
            "start": 874644167,
            "stop": 874644190
        },
        {
            "start": 874644210,
            "stop": 874644359
        },
        {
            "start": 874644402,
            "stop": 874644496
        },
        {
            "start": 874644515,
            "stop": 874644587
        },
        {
            "start": 874644606,
            "stop": 874644799
        },
        {
            "start": 874644820,
            "stop": 874644842
        },
        {
            "start": 874644862,
            "stop": 874644902
        },
        {
            "start": 874644934,
            "stop": 874644991
        },
        {
            "start": 874645010,
            "stop": 874645038
        }
    ]
}