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

[
    {
        "id": 1,
        "email": "nlhardy@umass.edu",
        "first": "Monday 11:00-12:00",
        "second": "Tuesday 14:00-15:00",
        "third": "Wednesday 9:00-10:00"
    },
    {
        "id": 2,
        "email": "cwoodsmall@umass.edu",
        "first": "Tuesday 11:00-12:00",
        "second": "Monday 14:00-15:00",
        "third": "Friday 9:00-10:00"
    }
]