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=7335
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=7336",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7334",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7335,
    "results": [
        {
            "start": 969286499,
            "stop": 969286523
        },
        {
            "start": 969286528,
            "stop": 969286547
        },
        {
            "start": 969286667,
            "stop": 969286737
        },
        {
            "start": 969286740,
            "stop": 969286847
        },
        {
            "start": 969287027,
            "stop": 969287072
        },
        {
            "start": 969287075,
            "stop": 969287186
        },
        {
            "start": 969287189,
            "stop": 969287207
        },
        {
            "start": 969287447,
            "stop": 969287464
        },
        {
            "start": 969287468,
            "stop": 969287571
        },
        {
            "start": 969287574,
            "stop": 969287609
        },
        {
            "start": 969287620,
            "stop": 969287663
        },
        {
            "start": 969287668,
            "stop": 969287867
        },
        {
            "start": 969287927,
            "stop": 969287936
        },
        {
            "start": 969287939,
            "stop": 969288047
        },
        {
            "start": 969288167,
            "stop": 969288174
        },
        {
            "start": 969288181,
            "stop": 969288249
        },
        {
            "start": 969290995,
            "stop": 969291127
        },
        {
            "start": 969291130,
            "stop": 969291135
        },
        {
            "start": 969291156,
            "stop": 969291159
        },
        {
            "start": 969291231,
            "stop": 969291347
        }
    ]
}