Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=13
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=12",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 13,
    "results": [
        {
            "start": 931054389,
            "stop": 931054390
        },
        {
            "start": 931054392,
            "stop": 931054393
        },
        {
            "start": 931054394,
            "stop": 931054398
        },
        {
            "start": 931054399,
            "stop": 931054400
        },
        {
            "start": 931054401,
            "stop": 931054408
        },
        {
            "start": 931054411,
            "stop": 931054412
        },
        {
            "start": 931054413,
            "stop": 931054415
        },
        {
            "start": 931054416,
            "stop": 931054419
        },
        {
            "start": 931054420,
            "stop": 931054422
        },
        {
            "start": 931054423,
            "stop": 931054425
        },
        {
            "start": 931054426,
            "stop": 931054431
        },
        {
            "start": 931054436,
            "stop": 931054437
        },
        {
            "start": 931054438,
            "stop": 931054440
        },
        {
            "start": 931054441,
            "stop": 931054442
        },
        {
            "start": 931054444,
            "stop": 931054445
        },
        {
            "start": 931054446,
            "stop": 931054448
        },
        {
            "start": 931054449,
            "stop": 931054460
        },
        {
            "start": 931054469,
            "stop": 931054471
        },
        {
            "start": 931054472,
            "stop": 931054474
        },
        {
            "start": 931054475,
            "stop": 931054476
        }
    ]
}