Get hold of segment pairs selected in the editor

Dear all,

Does the Integration API expose any method or property to get hold of segments selected in the Editor?

By "selected" I mean the segments that are highlighted when you click on a segment number, hold the Shift key and click on another segment number. So, it is not just the ActiveSegmentPair.

The Selection property of the ActiveDocument object only refers to text selection. Other properties like e.g. FilteredSegmentPairs do not apply either.

In addition, I was not able to find any way of selecting them via the API (rather than manually), so I asked myself whether I am overlooking anything or their handling is simply not provided by the current API.

Any help is much appreciated.