Fix duration column on segments.to_table().
requested to merge github/fork/maximefays/codespace-maximefays-psychic-broccoli-7v575wqrj7rcrp9p into main
Created by: maximefays
segmentList.to_table() was crashing due to the line abs(s). The correct code should be abs(s[1]-s[0]) as per this pull request.