```lua print (Editor:get_selection ().time:start ()) for ar in Editor:get_selection ().time:iter () do print (ar.id, ar.start, ar._end) end ```
```lua print (Editor:get_selection ().time:start ()) for ar in Editor:get_selection ().time:iter () do print (ar.id, ar.start, ar._end) end ```