Extract field output data from all section points of a shell element in Abaqus

I would like to extract maxInPlanePrincipal strain from S4R elements at all 5 through-thickness section points thorough Python. 

Tried the following which gives data at SNEG only. 

odb.steps['dyn'].frames[-1].fieldOutputs['PE'].values[0].maxInPlanePrincipal

Is there a way? Thanks in advance!!