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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7412",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7410",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7411,
    "results": [
        {
            "start": 969752802,
            "stop": 969752832
        },
        {
            "start": 969752835,
            "stop": 969752927
        },
        {
            "start": 969753047,
            "stop": 969753112
        },
        {
            "start": 969753115,
            "stop": 969753435
        },
        {
            "start": 969753438,
            "stop": 969753452
        },
        {
            "start": 969753455,
            "stop": 969753499
        },
        {
            "start": 969753502,
            "stop": 969753655
        },
        {
            "start": 969753658,
            "stop": 969753710
        },
        {
            "start": 969753713,
            "stop": 969753855
        },
        {
            "start": 969753858,
            "stop": 969753862
        },
        {
            "start": 969753865,
            "stop": 969753943
        },
        {
            "start": 969757018,
            "stop": 969757083
        },
        {
            "start": 969757086,
            "stop": 969757091
        },
        {
            "start": 969757094,
            "stop": 969757168
        },
        {
            "start": 969757171,
            "stop": 969757588
        },
        {
            "start": 969757591,
            "stop": 969757603
        },
        {
            "start": 969757620,
            "stop": 969757992
        },
        {
            "start": 969757995,
            "stop": 969758147
        },
        {
            "start": 969758207,
            "stop": 969758972
        },
        {
            "start": 969758975,
            "stop": 969759106
        }
    ]
}