Get a list of TimePeriod objects. TimePeriods have a 1:1 use with many types of principal record types.

### Available end points:

- `/times/` - Will list all Results in the database
- `/times.json` - Will return all Results in json format
- `/times/<object_id>/` - Returns Results object with that id

### Available Methods:

- `GET`
- `HEAD`

### Available filters:

- `startTime`
- `endTime`

### How to use filters:
TBA

GET /api/v2/times/1107/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "ob_id": 1107,
    "startTime": "1850-01-01T00:00:00",
    "endTime": "2100-12-31T00:00:00"
}