getSubSection

open fun getSubSection(pixels: List<Int>): Section
open fun getSubSection(startPixel: Int, endPixel: Int): Section

Return

A subsection for a subanimation running on a part of this section. If the subsection already exists, reuse it, otherwise create a new one.