<?php
 
$url = 'https://w...content-available-to-author-only...e.com/assets/screenshots/this-is-an-example/2016-12-20_15-42-29.png';
preg_match('/^(?=.*\/assets\/).*\/\K.*$/',$url,$matches);
 
print_r($matches[0]);