Create request for last 15 min

I've searched like this
$ curl -XGET localhost:9200/indexname/documentname/_query -d'{

"query":{
"range":{
"timestamp":{
"gt": "now -15m"
}}}}'

But It gaves me nothing!!!