# Get contour of raster

| **Description** | Request to obtain raster data on a contour.             |
| --------------- | ------------------------------------------------------- |
| **Endpoint**    | `/path/{pathId}/raster/timestamp/{timestampId}/contour` |
| **Method**      | GET                                                     |

### Access Level Rules

| **Access Level** | view |
| ---------------- | ---- |

### Processing Units

| **Processing units** | 2 |
| -------------------- | - |

### Parameters

<table><thead><tr><th>Name</th><th width="397">Description</th><th>Required</th><th>Default</th><th data-hidden>Required</th></tr></thead><tbody><tr><td><code>pathId</code></td><td>The id of the raster layer.</td><td>true</td><td></td><td>true</td></tr><tr><td><code>timestampId</code></td><td>The id of the timestamp you wish to get data for.</td><td>true</td><td></td><td>true</td></tr><tr><td><code>bounds</code></td><td>A GeoJSON of the area of interest in WGS84.</td><td>true</td><td></td><td>true</td></tr><tr><td><code>line</code></td><td>A GeoJSON LineString in WGS84.</td><td>true</td><td></td><td>false</td></tr><tr><td><code>bandNumber</code></td><td>The number of the band for which to retrieve data.</td><td>true</td><td></td><td>false</td></tr><tr><td><code>intervals</code></td><td>Optional array of positive floats to use as intervals </td><td>false</td><td>Default null.</td><td></td></tr></tbody></table>
