The individual segments of the normalized path. For example, the path /a/b/c would have segments ['a', 'b', 'c'].
/a/b/c
['a', 'b', 'c']
final List<String> segments;