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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=756",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=754",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 755,
    "results": [
        {
            "start": 856208632,
            "stop": 856209832
        },
        {
            "start": 856209988,
            "stop": 856210288
        },
        {
            "start": 856210318,
            "stop": 856212028
        },
        {
            "start": 856212188,
            "stop": 856212248
        },
        {
            "start": 856212398,
            "stop": 856213028
        },
        {
            "start": 856220770,
            "stop": 856223800
        },
        {
            "start": 856224116,
            "stop": 856225016
        },
        {
            "start": 856225292,
            "stop": 856229552
        },
        {
            "start": 856229702,
            "stop": 856233032
        },
        {
            "start": 856233182,
            "stop": 856244432
        },
        {
            "start": 856244646,
            "stop": 856245786
        },
        {
            "start": 856245936,
            "stop": 856250586
        },
        {
            "start": 856254335,
            "stop": 856256975
        },
        {
            "start": 856257275,
            "stop": 856258745
        },
        {
            "start": 856259221,
            "stop": 856261801
        },
        {
            "start": 856262018,
            "stop": 856269578
        },
        {
            "start": 856269740,
            "stop": 856272680
        },
        {
            "start": 856274132,
            "stop": 856274372
        },
        {
            "start": 856274522,
            "stop": 856274912
        },
        {
            "start": 856275056,
            "stop": 856275656
        }
    ]
}