Pull Fitness Signature// powerduration curve

Hello,
does anybody know a way to extract values from ‘My Current Power Curve’ ?
I would like to use it to estimate max power available at arbitrary durations (30 sec to 40 min).

I’ve been playing around with Strava API, and try to write a program, which given a list of segments estimates if I stand a chance at getting a KOM :slight_smile:.

My approach so far would be manually typing the values from the power curve, but thats ofcourse not very elegant if the values change overtime.

In case somebody is interested: The solution i found is to create a workout containing short efforts at different MMP (0.5m-40min). I can download this workout with a fresh signature and extract the values for each powerduration and do some interpolation.