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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=257",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=255",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 256,
    "results": [
        {
            "start": 962767116,
            "stop": 962767494
        },
        {
            "start": 962770596,
            "stop": 962773640
        },
        {
            "start": 962778633,
            "stop": 962798094
        },
        {
            "start": 962799695,
            "stop": 962801251
        },
        {
            "start": 962801807,
            "stop": 962814091
        },
        {
            "start": 962816372,
            "stop": 962842934
        },
        {
            "start": 962842938,
            "stop": 962842939
        },
        {
            "start": 962842943,
            "stop": 962842944
        },
        {
            "start": 962842947,
            "stop": 962842948
        },
        {
            "start": 962842952,
            "stop": 962857775
        },
        {
            "start": 962857778,
            "stop": 962857864
        },
        {
            "start": 962857867,
            "stop": 962857930
        },
        {
            "start": 962857933,
            "stop": 962857962
        },
        {
            "start": 962857965,
            "stop": 962858644
        },
        {
            "start": 962858647,
            "stop": 962858674
        },
        {
            "start": 962858680,
            "stop": 962858836
        },
        {
            "start": 962858839,
            "stop": 962859354
        },
        {
            "start": 962861391,
            "stop": 962862246
        },
        {
            "start": 962862249,
            "stop": 962862291
        },
        {
            "start": 962862293,
            "stop": 962881219
        }
    ]
}