API endpoint that allows Spacewalk instances to be viewed.

GET: Return a list of all the existing spacewalk instances.

FILTERS:

ORDERING:

GET /2.2.0/spacewalks/?format=api&offset=320&ordering=-id
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 484,
    "next": "https://ll.thespacedevs.com/2.2.0/spacewalks/?format=api&limit=10&offset=330&ordering=-id",
    "previous": "https://ll.thespacedevs.com/2.2.0/spacewalks/?format=api&limit=10&offset=310&ordering=-id",
    "results": [
        {
            "id": 164,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/164/?format=api",
            "name": "STS-69 EVA",
            "start": "1995-09-16T08:20:00Z",
            "end": "1995-09-16T15:06:00Z",
            "duration": "PT6H46M",
            "location": "Low Earth Orbit",
            "crew": [
                {
                    "id": 4096,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 421,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/421/?format=api",
                        "name": "James S. Voss",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P203DT5H27M41S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1949-03-03",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "James Shelton Voss is a retired United States Army Colonel and NASA astronaut. During his time with NASA, Voss flew in space five times on board the Space Shuttle and International Space Station. He also served as deputy of Flight Operations for the Space Station Program Mission Integration and Operations Office. While participating in ISS Expedition 2, he and Susan Helms conducted an 8-hour and 56 minute spacewalk, the longest to date.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/james2520s.2520voss_image_20181202141642.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/James_S._Voss",
                        "last_flight": "2001-03-08T11:42:09Z",
                        "first_flight": "1991-11-24T23:44:00Z"
                    }
                },
                {
                    "id": 4097,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 448,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/448/?format=api",
                        "name": "Michael L. Gernhardt",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P43DT7H27S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1956-05-04",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Michael Landon Gernhardt is a NASA astronaut and manager of Environmental Physiology Laboratory and principal investigator of the Prebreathe Reduction Program (PRP) at the Lyndon B. Johnson Space Center.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/michael2520l.2520gernhardt_image_20181202144655.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Michael_L._Gernhardt",
                        "last_flight": "2001-07-12T09:03:59Z",
                        "first_flight": "1995-09-07T15:09:00Z"
                    }
                }
            ]
        },
        {
            "id": 163,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/163/?format=api",
            "name": "STS-63 EVA",
            "start": "1995-02-09T11:56:00Z",
            "end": "1995-02-09T16:25:00Z",
            "duration": "PT4H29M",
            "location": "Low Earth Orbit",
            "crew": [
                {
                    "id": 4094,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 417,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/417/?format=api",
                        "name": "Michael Foale",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P373DT18H16M26S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1957-01-06",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Colin Michael Foale CBE is a British-American astrophysicist and former NASA astronaut. He is a veteran of six space missions, and is the only NASA astronaut to have flown extended missions aboard both Mir and the International Space Station. He was the first Briton to perform a space walk, and until 17 April 2008, he held the record for most time spent in space by a US citizen: 374 days, 11 hours, 19 minutes. He still holds the cumulative-time-in-space record for a UK citizen.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/michael2520foale_image_20181202141301.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Michael_Foale",
                        "last_flight": "2003-10-18T05:38:03Z",
                        "first_flight": "1992-03-24T13:13:39Z"
                    }
                },
                {
                    "id": 4095,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 127,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/127/?format=api",
                        "name": "Bernard Harris",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P18DT6H7M56S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1956-06-26",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Bernard Anthony Harris Jr. is a former NASA astronaut. On February 9, 1995, Harris became the first African American to perform an extra-vehicular activity (spacewalk), during the second of his two Space Shuttle flights.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/bernard2520anthony2520harris_image_20181129203338.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Bernard_A._Harris_Jr.",
                        "last_flight": "1995-02-03T05:22:04Z",
                        "first_flight": "1993-04-26T14:50:00Z"
                    }
                }
            ]
        },
        {
            "id": 162,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/162/?format=api",
            "name": "STS-64 EVA",
            "start": "1994-09-16T14:42:00Z",
            "end": "1994-09-16T21:32:00Z",
            "duration": "PT6H50M",
            "location": "Low Earth Orbit",
            "crew": [
                {
                    "id": 4092,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 392,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/392/?format=api",
                        "name": "Mark C. Lee",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P32DT21H51M51S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1952-08-14",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Mark Charles Lee USAF Colonel is a former NASA astronaut who flew on four Space Shuttle missions. He retired from the Air Force and NASA on July 1, 2001.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/mark2520c.2520lee_image_20181202134443.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Mark_C._Lee",
                        "last_flight": "1997-02-11T08:55:17Z",
                        "first_flight": "1989-05-04T18:46:59Z"
                    }
                },
                {
                    "id": 4093,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 406,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/406/?format=api",
                        "name": "Carl J. Meade",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P29DT16H12M29S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1950-11-16",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Carl Joseph Meade is a former NASA astronaut.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/carl2520j.2520meade_image_20181202140147.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Carl_J._Meade",
                        "last_flight": "1994-09-09T22:22:53Z",
                        "first_flight": "1990-11-15T23:48:15Z"
                    }
                }
            ]
        },
        {
            "id": 161,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/161/?format=api",
            "name": "STS-61 EVA 5",
            "start": "1993-12-09T03:30:00Z",
            "end": "1993-12-09T10:51:00Z",
            "duration": "PT7H21M",
            "location": "Hubble Space Telescope (LEO)",
            "crew": [
                {
                    "id": 4090,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 324,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/324/?format=api",
                        "name": "Story Musgrave",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P54DT9H55M43S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1935-08-19",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Franklin Story Musgrave, M.D. is an American physician and a retired NASA astronaut. He is a public speaker[2] and consultant to both Disney's Imagineering group and Applied Minds in California. In 1996 he became only the second astronaut to fly on six spaceflights, and he is the most formally educated astronaut with six academic degrees.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/story2520musgrave_image_20181202093148.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Story_Musgrave",
                        "last_flight": "1996-11-19T19:55:47Z",
                        "first_flight": "1983-04-04T18:30:00Z"
                    }
                },
                {
                    "id": 4091,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 146,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/146/?format=api",
                        "name": "Jeffrey Hoffman",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P50DT11H52M35S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1944-11-02",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Jeffrey Alan Hoffman is an American former NASA astronaut and currently a professor of aeronautics and astronautics at MIT. Hoffman made five flights as a space shuttle astronaut, including the first mission to repair the Hubble Space Telescope in 1993, when the orbiting telescope's flawed optical system was corrected.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jeffrey2520hoffman_image_20181129210513.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Jeffrey_A._Hoffman",
                        "last_flight": "1996-02-22T20:18:00Z",
                        "first_flight": "1985-04-12T13:59:05Z"
                    }
                }
            ]
        },
        {
            "id": 160,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/160/?format=api",
            "name": "STS-61 EVA 4",
            "start": "1993-12-08T03:13:00Z",
            "end": "1993-12-08T10:03:00Z",
            "duration": "PT6H50M",
            "location": "Hubble Space Telescope (LEO)",
            "crew": [
                {
                    "id": 4088,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 395,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/395/?format=api",
                        "name": "Kathryn C. Thornton",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P40DT17H13M30S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1952-08-17",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Kathryn Ryan Cordell Thornton is an American scientist and a former NASA astronaut with over 975 hours in space, including 21 hours of extravehicular activity. She was the associate dean for graduate programs at the University of Virginia School of Engineering and Applied Science, currently a professor of mechanical and aerospace engineering.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kathryn_c._thor_image_20220911033811.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Kathryn_C._Thornton",
                        "last_flight": "1995-10-20T13:53:00Z",
                        "first_flight": "1989-11-23T00:23:30Z"
                    }
                },
                {
                    "id": 4089,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 415,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/415/?format=api",
                        "name": "Thomas Akers",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P34DT42M56S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1951-05-20",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Thomas Dale Akers is a former American astronaut in NASA's Space Shuttle program.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/thomas_akers_image_20220911034610.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Thomas_Akers",
                        "last_flight": "1996-09-16T08:54:49Z",
                        "first_flight": "1990-10-06T11:47:15Z"
                    }
                }
            ]
        },
        {
            "id": 159,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/159/?format=api",
            "name": "STS-61 EVA 3",
            "start": "1993-12-07T03:35:00Z",
            "end": "1993-12-07T10:22:00Z",
            "duration": "PT6H47M",
            "location": "Hubble Space Telescope (LEO)",
            "crew": [
                {
                    "id": 4086,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 324,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/324/?format=api",
                        "name": "Story Musgrave",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P54DT9H55M43S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1935-08-19",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Franklin Story Musgrave, M.D. is an American physician and a retired NASA astronaut. He is a public speaker[2] and consultant to both Disney's Imagineering group and Applied Minds in California. In 1996 he became only the second astronaut to fly on six spaceflights, and he is the most formally educated astronaut with six academic degrees.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/story2520musgrave_image_20181202093148.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Story_Musgrave",
                        "last_flight": "1996-11-19T19:55:47Z",
                        "first_flight": "1983-04-04T18:30:00Z"
                    }
                },
                {
                    "id": 4087,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 146,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/146/?format=api",
                        "name": "Jeffrey Hoffman",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P50DT11H52M35S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1944-11-02",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Jeffrey Alan Hoffman is an American former NASA astronaut and currently a professor of aeronautics and astronautics at MIT. Hoffman made five flights as a space shuttle astronaut, including the first mission to repair the Hubble Space Telescope in 1993, when the orbiting telescope's flawed optical system was corrected.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jeffrey2520hoffman_image_20181129210513.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Jeffrey_A._Hoffman",
                        "last_flight": "1996-02-22T20:18:00Z",
                        "first_flight": "1985-04-12T13:59:05Z"
                    }
                }
            ]
        },
        {
            "id": 158,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/158/?format=api",
            "name": "STS-61 EVA 2",
            "start": "1993-12-06T03:29:00Z",
            "end": "1993-12-06T10:05:00Z",
            "duration": "PT6H36M",
            "location": "Hubble Space Telescope (LEO)",
            "crew": [
                {
                    "id": 4084,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 395,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/395/?format=api",
                        "name": "Kathryn C. Thornton",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P40DT17H13M30S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1952-08-17",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Kathryn Ryan Cordell Thornton is an American scientist and a former NASA astronaut with over 975 hours in space, including 21 hours of extravehicular activity. She was the associate dean for graduate programs at the University of Virginia School of Engineering and Applied Science, currently a professor of mechanical and aerospace engineering.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kathryn_c._thor_image_20220911033811.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Kathryn_C._Thornton",
                        "last_flight": "1995-10-20T13:53:00Z",
                        "first_flight": "1989-11-23T00:23:30Z"
                    }
                },
                {
                    "id": 4085,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 415,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/415/?format=api",
                        "name": "Thomas Akers",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P34DT42M56S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1951-05-20",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Thomas Dale Akers is a former American astronaut in NASA's Space Shuttle program.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/thomas_akers_image_20220911034610.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Thomas_Akers",
                        "last_flight": "1996-09-16T08:54:49Z",
                        "first_flight": "1990-10-06T11:47:15Z"
                    }
                }
            ]
        },
        {
            "id": 157,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/157/?format=api",
            "name": "STS-61 EVA 1",
            "start": "1993-12-05T03:44:00Z",
            "end": "1993-12-05T11:38:00Z",
            "duration": "PT7H54M",
            "location": "Hubble Space Telescope (LEO)",
            "crew": [
                {
                    "id": 4082,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 324,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/324/?format=api",
                        "name": "Story Musgrave",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P54DT9H55M43S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1935-08-19",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Franklin Story Musgrave, M.D. is an American physician and a retired NASA astronaut. He is a public speaker[2] and consultant to both Disney's Imagineering group and Applied Minds in California. In 1996 he became only the second astronaut to fly on six spaceflights, and he is the most formally educated astronaut with six academic degrees.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/story2520musgrave_image_20181202093148.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Story_Musgrave",
                        "last_flight": "1996-11-19T19:55:47Z",
                        "first_flight": "1983-04-04T18:30:00Z"
                    }
                },
                {
                    "id": 4083,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 146,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/146/?format=api",
                        "name": "Jeffrey Hoffman",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P50DT11H52M35S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1944-11-02",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Jeffrey Alan Hoffman is an American former NASA astronaut and currently a professor of aeronautics and astronautics at MIT. Hoffman made five flights as a space shuttle astronaut, including the first mission to repair the Hubble Space Telescope in 1993, when the orbiting telescope's flawed optical system was corrected.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/jeffrey2520hoffman_image_20181129210513.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Jeffrey_A._Hoffman",
                        "last_flight": "1996-02-22T20:18:00Z",
                        "first_flight": "1985-04-12T13:59:05Z"
                    }
                }
            ]
        },
        {
            "id": 156,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/156/?format=api",
            "name": "STS-51 EVA",
            "start": "1993-09-16T08:40:00Z",
            "end": "1993-09-16T15:45:00Z",
            "duration": "PT7H5M",
            "location": "Low Earth Orbit",
            "crew": [
                {
                    "id": 4080,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 434,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/434/?format=api",
                        "name": "James H. Newman",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P43DT10H8M30S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1956-10-16",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "James Hansen Newman, Ph.D. is an American physicist and a former NASA astronaut who flew on four Space Shuttle missions.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/james_h._newman_image_20220911033834.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/James_H._Newman",
                        "last_flight": "2002-03-01T11:22:02Z",
                        "first_flight": "1993-09-12T11:45:00Z"
                    }
                },
                {
                    "id": 4081,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 438,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/438/?format=api",
                        "name": "Carl E. Walz",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P230DT13H3M33S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1955-09-06",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Carl Erwin Walz is a former NASA astronaut currently working for Orbital Sciences Corporation's Advanced Programs Group as Vice President for Human Space Flight Operations. Walz was formerly assigned to the Exploration Systems Mission Directorate at NASA Headquarters in Washington, DC. He was the Acting Director for the Advanced Capabilities Division in the Exploration Systems Mission Directorate, and was responsible for a broad range of activities to include Human Research, Technology Development, Nuclear Power and Propulsion and the Lunar Robotic Exploration Programs to support the Vision for Space Exploration.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/carl_e._walz_image_20220911033826.jpeg",
                        "wiki": "https://en.wikipedia.org/wiki/Carl_E._Walz",
                        "last_flight": "2001-12-05T22:19:28Z",
                        "first_flight": "1993-09-12T11:45:00Z"
                    }
                }
            ]
        },
        {
            "id": 155,
            "url": "https://ll.thespacedevs.com/2.2.0/spacewalks/155/?format=api",
            "name": "STS-57 EVA",
            "start": "1993-06-25T00:00:00Z",
            "end": "1993-06-25T05:50:00Z",
            "duration": "PT5H50M",
            "location": "EURECA (Low Earth Orbit)",
            "crew": [
                {
                    "id": 4078,
                    "role": {
                        "id": 33,
                        "role": "EV1",
                        "priority": 0
                    },
                    "astronaut": {
                        "id": 393,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/393/?format=api",
                        "name": "G. David Low",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P29DT18H20M38S",
                        "status": {
                            "id": 11,
                            "name": "Deceased"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1956-02-19",
                        "date_of_death": "2008-03-15",
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "George David Low was an American aerospace executive and a NASA astronaut. He was born in 1956 to Dr. George Low, the Manager of the Apollo Spacecraft Program Office. With undergraduate degrees in physics and mechanical engineering and a master's degree in aeronautics and astronautics, he worked in the JPL at the California Institute of Technology in the early 80's, before being picked as an astronaut candidate by NASA in 1984. In addition to holding some technical assignments, he logged more than 700 hours in space (including stints on the Columbia, the Atlantis and the Endeavour), before he left NASA in 1996 to pursue a career in the private sector.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/g.2520david2520low_image_20181202134532.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/G._David_Low",
                        "last_flight": "1993-06-21T13:07:22Z",
                        "first_flight": "1990-01-09T12:35:00Z"
                    }
                },
                {
                    "id": 4079,
                    "role": {
                        "id": 34,
                        "role": "EV2",
                        "priority": 1
                    },
                    "astronaut": {
                        "id": 439,
                        "url": "https://ll.thespacedevs.com/2.2.0/astronaut/439/?format=api",
                        "name": "Peter Wisoff",
                        "type": {
                            "id": 2,
                            "name": "Government"
                        },
                        "in_space": false,
                        "time_in_space": "P44DT8H23M14S",
                        "status": {
                            "id": 2,
                            "name": "Retired"
                        },
                        "agency": {
                            "id": 44,
                            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
                            "name": "National Aeronautics and Space Administration",
                            "type": "Government"
                        },
                        "date_of_birth": "1958-08-16",
                        "date_of_death": null,
                        "nationality": "American",
                        "twitter": null,
                        "instagram": null,
                        "bio": "Peter Jeffrey Kelsay Wisoff is an American physicist and former NASA astronaut. Wisoff qualified as mission specialist and flew in four manned Space Shuttle missions, with his first launch in 1993 and his last in 2000.",
                        "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/peter2520wisoff_image_20181202143637.jpg",
                        "wiki": "https://en.wikipedia.org/wiki/Peter_Wisoff",
                        "last_flight": "2000-10-11T23:17:00Z",
                        "first_flight": "1993-06-21T13:07:22Z"
                    }
                }
            ]
        }
    ]
}