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=33134
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=33135",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33133",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33134,
    "results": [
        {
            "start": 970585160,
            "stop": 970585163
        },
        {
            "start": 970585199,
            "stop": 970585204
        },
        {
            "start": 970585214,
            "stop": 970585215
        },
        {
            "start": 970585225,
            "stop": 970585229
        },
        {
            "start": 970585239,
            "stop": 970585240
        },
        {
            "start": 970585249,
            "stop": 970585250
        },
        {
            "start": 970585256,
            "stop": 970585257
        },
        {
            "start": 970585308,
            "stop": 970585310
        },
        {
            "start": 970585344,
            "stop": 970585373
        },
        {
            "start": 970585375,
            "stop": 970585377
        },
        {
            "start": 970585378,
            "stop": 970585379
        },
        {
            "start": 970585382,
            "stop": 970585384
        },
        {
            "start": 970585387,
            "stop": 970585416
        },
        {
            "start": 970585417,
            "stop": 970585421
        },
        {
            "start": 970585423,
            "stop": 970585429
        },
        {
            "start": 970585430,
            "stop": 970585447
        },
        {
            "start": 970585448,
            "stop": 970585450
        },
        {
            "start": 970585453,
            "stop": 970585471
        },
        {
            "start": 970585473,
            "stop": 970585477
        },
        {
            "start": 970585478,
            "stop": 970585489
        }
    ]
}