this.segmentitems = this.segments.split(';').map((yy) => {
        return parseInt(yy, 10);
      });