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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=238",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=236",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 237,
    "results": [
        {
            "start": 931163050,
            "stop": 931163051
        },
        {
            "start": 931163054,
            "stop": 931163055
        },
        {
            "start": 931163057,
            "stop": 931163058
        },
        {
            "start": 931163059,
            "stop": 931163064
        },
        {
            "start": 931163066,
            "stop": 931163067
        },
        {
            "start": 931163071,
            "stop": 931163074
        },
        {
            "start": 931163075,
            "stop": 931163081
        },
        {
            "start": 931163083,
            "stop": 931163084
        },
        {
            "start": 931163086,
            "stop": 931163087
        },
        {
            "start": 931163094,
            "stop": 931163095
        },
        {
            "start": 931163098,
            "stop": 931163099
        },
        {
            "start": 931163101,
            "stop": 931163114
        },
        {
            "start": 931163115,
            "stop": 931163117
        },
        {
            "start": 931163118,
            "stop": 931163123
        },
        {
            "start": 931163130,
            "stop": 931163131
        },
        {
            "start": 931163132,
            "stop": 931163155
        },
        {
            "start": 931163174,
            "stop": 931163197
        },
        {
            "start": 931163198,
            "stop": 931163208
        },
        {
            "start": 931163210,
            "stop": 931163216
        },
        {
            "start": 931163221,
            "stop": 931163222
        }
    ]
}