I think this would be the way to go. Assuming all of the labels are on the same layer:
- Get all of the Labels on the layer using an All Objects On Layer node
- Use the Convert to Camber Object node to get the Labels in the right format
- Get the Alignment of each Label using AlignmentStationOffsetLabel.Alignment, as shown in your screenshot
- Get the names of the Alignments using CivilObject.Name
- Put in a string node with the name of the desired Alignment, then check that against the list of Alignments using an == node.
- Filter the list of Labels from step 2 with a List.FilterByBoolMask node using the boolean result of step 5 as the mask.