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/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7396
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7397",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7395",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7396,
    "results": [
        {
            "start": 969757591,
            "stop": 969757603
        },
        {
            "start": 969757620,
            "stop": 969757992
        },
        {
            "start": 969757995,
            "stop": 969758147
        },
        {
            "start": 969758207,
            "stop": 969758972
        },
        {
            "start": 969758975,
            "stop": 969759106
        },
        {
            "start": 969759109,
            "stop": 969759222
        },
        {
            "start": 969759225,
            "stop": 969759267
        },
        {
            "start": 969759270,
            "stop": 969759574
        },
        {
            "start": 969759577,
            "stop": 969759587
        },
        {
            "start": 969759647,
            "stop": 969759707
        },
        {
            "start": 969759767,
            "stop": 969759794
        },
        {
            "start": 969759797,
            "stop": 969760158
        },
        {
            "start": 969760161,
            "stop": 969760167
        },
        {
            "start": 969760170,
            "stop": 969760512
        },
        {
            "start": 969760515,
            "stop": 969760584
        },
        {
            "start": 969760595,
            "stop": 969760629
        },
        {
            "start": 969760635,
            "stop": 969760636
        },
        {
            "start": 969760657,
            "stop": 969760661
        },
        {
            "start": 969760667,
            "stop": 969760696
        },
        {
            "start": 969760702,
            "stop": 969760710
        }
    ]
}