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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=747",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=745",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 746,
    "results": [
        {
            "start": 1268204585,
            "stop": 1268206563
        },
        {
            "start": 1268206566,
            "stop": 1268208095
        },
        {
            "start": 1268208177,
            "stop": 1268211713
        },
        {
            "start": 1268211716,
            "stop": 1268213449
        },
        {
            "start": 1268213457,
            "stop": 1268217949
        },
        {
            "start": 1268217950,
            "stop": 1268217951
        },
        {
            "start": 1268217953,
            "stop": 1268217971
        },
        {
            "start": 1268217974,
            "stop": 1268217989
        },
        {
            "start": 1268217992,
            "stop": 1268217995
        },
        {
            "start": 1268217996,
            "stop": 1268218009
        },
        {
            "start": 1268218011,
            "stop": 1268218014
        },
        {
            "start": 1268218016,
            "stop": 1268218029
        },
        {
            "start": 1268218030,
            "stop": 1268218033
        },
        {
            "start": 1268218035,
            "stop": 1268218048
        },
        {
            "start": 1268218049,
            "stop": 1268218052
        },
        {
            "start": 1268218053,
            "stop": 1268218066
        },
        {
            "start": 1268218068,
            "stop": 1268218071
        },
        {
            "start": 1268218072,
            "stop": 1268218084
        },
        {
            "start": 1268218086,
            "stop": 1268218090
        },
        {
            "start": 1268218091,
            "stop": 1268218103
        }
    ]
}