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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=164",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=162",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 163,
    "results": [
        {
            "start": 931782971,
            "stop": 931782976
        },
        {
            "start": 931782982,
            "stop": 931783000
        },
        {
            "start": 931783006,
            "stop": 931783016
        },
        {
            "start": 931783022,
            "stop": 931783031
        },
        {
            "start": 931783039,
            "stop": 931783065
        },
        {
            "start": 931783073,
            "stop": 931783092
        },
        {
            "start": 931783102,
            "stop": 931783103
        },
        {
            "start": 931783121,
            "stop": 931783156
        },
        {
            "start": 931783166,
            "stop": 931783176
        },
        {
            "start": 931783196,
            "stop": 931783204
        },
        {
            "start": 931783224,
            "stop": 931783228
        },
        {
            "start": 931783234,
            "stop": 931783238
        },
        {
            "start": 931783243,
            "stop": 931783246
        },
        {
            "start": 931783290,
            "stop": 931783292
        },
        {
            "start": 931783303,
            "stop": 931783304
        },
        {
            "start": 931783310,
            "stop": 931783361
        },
        {
            "start": 931783367,
            "stop": 931783465
        },
        {
            "start": 931783476,
            "stop": 931783482
        },
        {
            "start": 931783489,
            "stop": 931783490
        },
        {
            "start": 931783499,
            "stop": 931783558
        }
    ]
}