Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4804
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4805",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4803",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4804,
    "results": [
        {
            "start": 874643400,
            "stop": 874643431
        },
        {
            "start": 874643451,
            "stop": 874643520
        },
        {
            "start": 874643581,
            "stop": 874643654
        },
        {
            "start": 874643677,
            "stop": 874643700
        },
        {
            "start": 874643760,
            "stop": 874643797
        },
        {
            "start": 874643880,
            "stop": 874643956
        },
        {
            "start": 874643975,
            "stop": 874643996
        },
        {
            "start": 874644029,
            "stop": 874644046
        },
        {
            "start": 874644077,
            "stop": 874644148
        },
        {
            "start": 874644167,
            "stop": 874644180
        },
        {
            "start": 874644240,
            "stop": 874644359
        },
        {
            "start": 874644402,
            "stop": 874644496
        },
        {
            "start": 874644515,
            "stop": 874644587
        },
        {
            "start": 874644606,
            "stop": 874644780
        },
        {
            "start": 874644840,
            "stop": 874644842
        },
        {
            "start": 874644862,
            "stop": 874644902
        },
        {
            "start": 874644934,
            "stop": 874644991
        },
        {
            "start": 874645010,
            "stop": 874645038
        },
        {
            "start": 874645057,
            "stop": 874645087
        },
        {
            "start": 874645107,
            "stop": 874645138
        }
    ]
}