Created
February 18, 2025 16:57
-
-
Save mattijn/95b2181403fb12f9a5ab18c607acc5d3 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"config": {"view": {"continuousWidth": 300, "continuousHeight": 300}}, | |
"hconcat": [ | |
{ | |
"layer": [ | |
{ | |
"layer": [ | |
{ | |
"data": {"name": "empty"}, | |
"mark": {"type": "geoshape"}, | |
"projection": {"type": "mercator"} | |
}, | |
{ | |
"layer": [ | |
{ | |
"data": { | |
"sequence": {"start": 0, "stop": 20, "as": "a"}, | |
"name": "tile_list_b07cd12d81b9" | |
}, | |
"mark": { | |
"type": "image", | |
"clip": true, | |
"height": {"expr": "tile_size + 1"}, | |
"width": {"expr": "tile_size + 1"} | |
}, | |
"encoding": { | |
"url": {"field": "url", "type": "nominal"}, | |
"x": {"field": "x", "scale": null, "type": "quantitative"}, | |
"y": {"field": "y", "scale": null, "type": "quantitative"} | |
}, | |
"transform": [ | |
{"calculate": "sequence(0, 20)", "as": "b"}, | |
{"flatten": ["b"]}, | |
{ | |
"calculate": "'https://tile.openstreetmap.org/' + zoom_ceil + '/' + ((datum.a + dii_floor + max_one_side_tiles_count) % max_one_side_tiles_count) + '/' + (datum.b + djj_floor) + '.png'", | |
"as": "url" | |
}, | |
{ | |
"calculate": "datum.a * tile_size + dx + (tile_size / 2)", | |
"as": "x" | |
}, | |
{ | |
"calculate": "datum.b * tile_size + dy + (tile_size / 2)", | |
"as": "y" | |
}, | |
{ | |
"filter": "datum.x < (300 + tile_size / 2) && datum.y < (300 + tile_size / 2)" | |
}, | |
{ | |
"filter": "((datum.a + dii_floor + max_one_side_tiles_count) % max_one_side_tiles_count) >= 0 && (datum.b + djj_floor) >= 0 && ((datum.a + dii_floor + max_one_side_tiles_count) % max_one_side_tiles_count) <= (max_one_side_tiles_count - 1) && (datum.b + djj_floor) <= (max_one_side_tiles_count - 1)" | |
} | |
] | |
}, | |
{ | |
"data": {"name": "empty"}, | |
"mark": { | |
"type": "text", | |
"align": "left", | |
"dx": 3, | |
"dy": -8, | |
"text": "(C) OpenStreetMap contributors" | |
}, | |
"encoding": { | |
"x": {"value": 0}, | |
"y": {"value": {"expr": "height"}} | |
} | |
} | |
] | |
} | |
] | |
}, | |
{ | |
"data": {"sphere": true}, | |
"mark": { | |
"type": "geoshape", | |
"fill": "transparent", | |
"stroke": "lightgray", | |
"strokeWidth": 1 | |
} | |
}, | |
{ | |
"data": {"name": "data-3a93e282d67309cc3cb39263c60b209d"}, | |
"mark": {"type": "circle", "opacity": 0.35, "tooltip": true}, | |
"encoding": { | |
"color": { | |
"condition": { | |
"param": "param_1", | |
"value": "goldenrod", | |
"empty": false | |
}, | |
"value": "steelblue" | |
}, | |
"latitude": {"field": "lat", "type": "quantitative"}, | |
"longitude": {"field": "lon", "type": "quantitative"}, | |
"size": { | |
"field": "mag", | |
"scale": { | |
"type": "pow", | |
"range": [1, 1000], | |
"domain": [0, 7], | |
"exponent": 4 | |
}, | |
"type": "quantitative" | |
} | |
}, | |
"name": "view_1", | |
"transform": [ | |
{"calculate": "datum.geometry.coordinates[0]", "as": "lon"}, | |
{"calculate": "datum.geometry.coordinates[1]", "as": "lat"} | |
] | |
} | |
], | |
"height": 300, | |
"projection": {"type": "mercator"}, | |
"width": 300 | |
}, | |
{ | |
"layer": [ | |
{ | |
"mark": {"type": "bar"}, | |
"encoding": { | |
"color": {"value": "steelblue"}, | |
"x": { | |
"bin": {"extent": [0, 7]}, | |
"field": "mag", | |
"type": "quantitative" | |
}, | |
"y": {"aggregate": "count", "field": "mag", "type": "quantitative"} | |
} | |
}, | |
{ | |
"mark": {"type": "bar"}, | |
"encoding": { | |
"color": {"value": "goldenrod"}, | |
"x": { | |
"bin": {"extent": [0, 7]}, | |
"field": "mag", | |
"type": "quantitative" | |
}, | |
"y": {"aggregate": "count", "field": "mag", "type": "quantitative"} | |
}, | |
"transform": [{"filter": {"param": "param_1", "empty": false}}] | |
} | |
], | |
"data": {"name": "data-3a93e282d67309cc3cb39263c60b209d"} | |
} | |
], | |
"params": [ | |
{"name": "base_tile_size", "value": 256}, | |
{"name": "pr_scale", "expr": "geoScale('projection')"}, | |
{ | |
"name": "zoom_level", | |
"expr": "log((2 * PI * pr_scale) / base_tile_size) / log(2)" | |
}, | |
{"name": "zoom_ceil", "expr": "ceil(zoom_level)"}, | |
{"name": "max_one_side_tiles_count", "expr": "pow(2, zoom_ceil)"}, | |
{ | |
"name": "tile_size", | |
"expr": "base_tile_size * pow(2, zoom_level - zoom_ceil)" | |
}, | |
{"name": "base_point", "expr": "invert('projection', [0, 0])"}, | |
{ | |
"name": "dii", | |
"expr": "(base_point[0] + 180) / 360 * max_one_side_tiles_count" | |
}, | |
{"name": "dii_floor", "expr": "floor(dii)"}, | |
{"name": "dx", "expr": "(dii_floor - dii) * tile_size"}, | |
{ | |
"name": "djj", | |
"expr": "(1 - log(tan(base_point[1] * PI / 180) + 1 / cos(base_point[1] * PI / 180)) / PI) / 2 * max_one_side_tiles_count" | |
}, | |
{"name": "djj_floor", "expr": "floor(djj)"}, | |
{"name": "dy", "expr": "round((djj_floor - djj) * tile_size)"}, | |
{ | |
"name": "param_1", | |
"select": {"type": "interval", "encodings": ["longitude"]}, | |
"value": {"longitude": [-50, -110]}, | |
"views": ["view_1"] | |
} | |
], | |
"$schema": "https://vega.github.io/schema/vega-lite/v5.21.0.json", | |
"datasets": { | |
"empty": [{}], | |
"data-3a93e282d67309cc3cb39263c60b209d": [ | |
{ | |
"id": "ci37868143", | |
"mag": 2, | |
"place": "4km W of Castaic, CA", | |
"time": 1517966773840, | |
"updated": 1517966996303, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci37868143", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37868143.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 62, | |
"net": "ci", | |
"code": "37868143", | |
"ids": ",ci37868143,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 7, | |
"dmin": 0.04214, | |
"rms": 0.35, | |
"gap": 174, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.0 - 4km W of Castaic, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.6671667, 34.4945, 26.49] | |
} | |
}, | |
{ | |
"id": "ci37868135", | |
"mag": 1.6, | |
"place": "2km E of San Marino, CA", | |
"time": 1517966037750, | |
"updated": 1517966268248, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci37868135", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37868135.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 39, | |
"net": "ci", | |
"code": "37868135", | |
"ids": ",ci37868135,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 5, | |
"dmin": 0.2619, | |
"rms": 0.12, | |
"gap": 141, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.6 - 2km E of San Marino, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.0873333, 34.12, 9.72] | |
} | |
}, | |
{ | |
"id": "ci37868127", | |
"mag": 0.54, | |
"place": "11km NE of Aguanga, CA", | |
"time": 1517965273890, | |
"updated": 1517965499017, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci37868127", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37868127.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 4, | |
"net": "ci", | |
"code": "37868127", | |
"ids": ",ci37868127,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 24, | |
"dmin": 0.06711, | |
"rms": 0.16, | |
"gap": 64, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.5 - 11km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7943333, 33.518, 5.04] | |
} | |
}, | |
{ | |
"id": "ak18384056", | |
"mag": 3.8, | |
"place": "300km SE of Kodiak, Alaska", | |
"time": 1517964979027, | |
"updated": 1517966781617, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18384056", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18384056.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 222, | |
"net": "ak", | |
"code": "18384056", | |
"ids": ",ak18384056,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.84, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 3.8 - 300km SE of Kodiak, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-149.145, 55.7729, 7.7]} | |
}, | |
{ | |
"id": "nc72965406", | |
"mag": 0.66, | |
"place": "10km WNW of The Geysers, CA", | |
"time": 1517964860110, | |
"updated": 1517965504730, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965406", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965406.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 7, | |
"net": "nc", | |
"code": "72965406", | |
"ids": ",nc72965406,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 15, | |
"dmin": 0.01646, | |
"rms": 0.04, | |
"gap": 80, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.7 - 10km WNW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.8560028, 38.8246651, 1.47] | |
} | |
}, | |
{ | |
"id": "ak18384036", | |
"mag": 1.7, | |
"place": "32km W of Healy, Alaska", | |
"time": 1517963917057, | |
"updated": 1517964249989, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18384036", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18384036.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 44, | |
"net": "ak", | |
"code": "18384036", | |
"ids": ",ak18384036,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.44, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.7 - 32km W of Healy, Alaska", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-149.6259, 63.8969, 140.3] | |
} | |
}, | |
{ | |
"id": "ak18384019", | |
"mag": 3.1, | |
"place": "267km ESE of Kodiak, Alaska", | |
"time": 1517963220510, | |
"updated": 1517965488928, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18384019", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18384019.geojson", | |
"felt": 0, | |
"cdi": 1, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 148, | |
"net": "ak", | |
"code": "18384019", | |
"ids": ",ak18384019,", | |
"sources": ",ak,", | |
"types": ",dyfi,geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.94, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 3.1 - 267km ESE of Kodiak, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-148.6001, 56.5687, 10]} | |
}, | |
{ | |
"id": "ci37868079", | |
"mag": 1.23, | |
"place": "2km S of Mentone, CA", | |
"time": 1517963053550, | |
"updated": 1517963265163, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci37868079", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37868079.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 23, | |
"net": "ci", | |
"code": "37868079", | |
"ids": ",ci37868079,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 46, | |
"dmin": 0.0236, | |
"rms": 0.2, | |
"gap": 67, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.2 - 2km S of Mentone, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-117.137, 34.0473333, 6.57] | |
} | |
}, | |
{ | |
"id": "ak18384018", | |
"mag": 2.8, | |
"place": "282km SE of Kodiak, Alaska", | |
"time": 1517962942325, | |
"updated": 1517967641825, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18384018", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18384018.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 121, | |
"net": "ak", | |
"code": "18384018", | |
"ids": ",ak18384018,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.38, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.8 - 282km SE of Kodiak, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-148.6645, 56.2823, 9.1]} | |
}, | |
{ | |
"id": "ak18384001", | |
"mag": 3.8, | |
"place": "11km WSW of Willow, Alaska", | |
"time": 1517962722963, | |
"updated": 1517965768875, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18384001", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18384001.geojson", | |
"felt": 46, | |
"cdi": 3.4, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 238, | |
"net": "ak", | |
"code": "18384001", | |
"ids": ",ak18384001,", | |
"sources": ",ak,", | |
"types": ",dyfi,geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 1.07, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 3.8 - 11km WSW of Willow, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-150.2399, 61.7028, 100]} | |
}, | |
{ | |
"id": "ak18383983", | |
"mag": 3.5, | |
"place": "7km NNW of Houston, Alaska", | |
"time": 1517962720756, | |
"updated": 1517966398650, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18383983", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18383983.geojson", | |
"felt": 0, | |
"cdi": 1, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 188, | |
"net": "ak", | |
"code": "18383983", | |
"ids": ",ak18383983,us1000chw0,", | |
"sources": ",ak,us,", | |
"types": ",dyfi,geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.77, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 3.5 - 7km NNW of Houston, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-149.8542, 61.6978, 22.7]} | |
}, | |
{ | |
"id": "ak18383974", | |
"mag": 1.4, | |
"place": "20km NNE of Badger, Alaska", | |
"time": 1517962260058, | |
"updated": 1517963363803, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18383974", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18383974.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 30, | |
"net": "ak", | |
"code": "18383974", | |
"ids": ",ak18383974,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.66, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.4 - 20km NNE of Badger, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-147.408, 64.9794, 0]} | |
}, | |
{ | |
"id": "ak18383975", | |
"mag": 2.6, | |
"place": "91km S of King Salmon, Alaska", | |
"time": 1517962256802, | |
"updated": 1517963136869, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18383975", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18383975.geojson", | |
"felt": 0, | |
"cdi": 1, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 104, | |
"net": "ak", | |
"code": "18383975", | |
"ids": ",ak18383975,", | |
"sources": ",ak,", | |
"types": ",dyfi,geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.77, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.6 - 91km S of King Salmon, Alaska", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-156.4712, 57.8731, 141.1] | |
} | |
}, | |
{ | |
"id": "nc72965396", | |
"mag": 0.96, | |
"place": "10km WNW of The Geysers, CA", | |
"time": 1517962245450, | |
"updated": 1517962340976, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965396", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965396.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 14, | |
"net": "nc", | |
"code": "72965396", | |
"ids": ",nc72965396,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,", | |
"nst": 14, | |
"dmin": 0.003306, | |
"rms": 0.03, | |
"gap": 75, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.0 - 10km WNW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.8541641, 38.8250008, 1.79] | |
} | |
}, | |
{ | |
"id": "us1000chvf", | |
"mag": 4.7, | |
"place": "7km E of Hualian, Taiwan", | |
"time": 1517960631840, | |
"updated": 1517962022040, | |
"tz": 480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000chvf", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000chvf.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 340, | |
"net": "us", | |
"code": "1000chvf", | |
"ids": ",us1000chvf,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 0.199, | |
"rms": 0.9, | |
"gap": 80, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.7 - 7km E of Hualian, Taiwan", | |
"geometry": {"type": "Point", "coordinates": [121.6773, 23.9887, 10]} | |
}, | |
{ | |
"id": "ci37868055", | |
"mag": 0.48, | |
"place": "10km NE of Aguanga, CA", | |
"time": 1517959375710, | |
"updated": 1517962507985, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci37868055", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37868055.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 4, | |
"net": "ci", | |
"code": "37868055", | |
"ids": ",ci37868055,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 27, | |
"dmin": 0.07667, | |
"rms": 0.11, | |
"gap": 45, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.5 - 10km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7895, 33.5021667, 5.27] | |
} | |
}, | |
{ | |
"id": "us1000chuk", | |
"mag": 4.7, | |
"place": "13km ENE of Hualian, Taiwan", | |
"time": 1517958703100, | |
"updated": 1517960141040, | |
"tz": 480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000chuk", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000chuk.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 340, | |
"net": "us", | |
"code": "1000chuk", | |
"ids": ",us1000chuk,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 0.175, | |
"rms": 0.84, | |
"gap": 79, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.7 - 13km ENE of Hualian, Taiwan", | |
"geometry": {"type": "Point", "coordinates": [121.7221, 24.0424, 10]} | |
}, | |
{ | |
"id": "ak18381092", | |
"mag": 1.9, | |
"place": "37km NW of Willow, Alaska", | |
"time": 1517956909776, | |
"updated": 1517963892027, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18381092", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18381092.geojson", | |
"felt": 0, | |
"cdi": 1, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 56, | |
"net": "ak", | |
"code": "18381092", | |
"ids": ",ak18381092,", | |
"sources": ",ak,", | |
"types": ",dyfi,geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.54, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.9 - 37km NW of Willow, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-150.4985, 62.0043, 25]} | |
}, | |
{ | |
"id": "ak18381093", | |
"mag": 1, | |
"place": "111km NW of Talkeetna, Alaska", | |
"time": 1517956889592, | |
"updated": 1517961687447, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18381093", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18381093.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 15, | |
"net": "ak", | |
"code": "18381093", | |
"ids": ",ak18381093,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.41, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.0 - 111km NW of Talkeetna, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-151.5091, 63.0943, 3.2]} | |
}, | |
{ | |
"id": "nc72965386", | |
"mag": 1.56, | |
"place": "18km NW of Parkfield, CA", | |
"time": 1517955951050, | |
"updated": 1517963281550, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965386", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965386.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 37, | |
"net": "nc", | |
"code": "72965386", | |
"ids": ",nc72965386,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 19, | |
"dmin": 0.0314, | |
"rms": 0.05, | |
"gap": 106, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.6 - 18km NW of Parkfield, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-120.5753326, 36.0098343, 1.21] | |
} | |
}, | |
{ | |
"id": "nn00620911", | |
"mag": 2.1, | |
"place": "24km WNW of Battle Mountain, Nevada", | |
"time": 1517955194906, | |
"updated": 1517956073863, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620911", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620911.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 68, | |
"net": "nn", | |
"code": "00620911", | |
"ids": ",nn00620911,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 7, | |
"dmin": 0.292, | |
"rms": 0.1726, | |
"gap": 107.76, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.1 Explosion - 24km WNW of Battle Mountain, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-117.2048, 40.7226, 1]} | |
}, | |
{ | |
"id": "ci37868015", | |
"mag": 0.33, | |
"place": "11km N of Anza, CA", | |
"time": 1517954843800, | |
"updated": 1517955064884, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci37868015", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37868015.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "ci", | |
"code": "37868015", | |
"ids": ",ci37868015,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 10, | |
"dmin": 0.101, | |
"rms": 0.31, | |
"gap": 192, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.3 - 11km N of Anza, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.6631667, 33.6496667, 7.36] | |
} | |
}, | |
{ | |
"id": "ci37868007", | |
"mag": 0.82, | |
"place": "9km ENE of Aguanga, CA", | |
"time": 1517954786040, | |
"updated": 1517961473355, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci37868007", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37868007.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 10, | |
"net": "ci", | |
"code": "37868007", | |
"ids": ",ci37868007,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 31, | |
"dmin": 0.08937, | |
"rms": 0.18, | |
"gap": 39, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.8 - 9km ENE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7865, 33.4858333, 4.78] | |
} | |
}, | |
{ | |
"id": "nn00620907", | |
"mag": 2, | |
"place": "34km NW of Carlin, Nevada", | |
"time": 1517954525430, | |
"updated": 1517956270289, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620907", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620907.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 62, | |
"net": "nn", | |
"code": "00620907", | |
"ids": ",nn00620907,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 9, | |
"dmin": 0.03, | |
"rms": 0.1833, | |
"gap": 111.89, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.0 Explosion - 34km NW of Carlin, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-116.3719, 40.9433, 0]} | |
}, | |
{ | |
"id": "us1000chs5", | |
"mag": 5, | |
"place": "98km ESE of Vanj, Tajikistan", | |
"time": 1517954040730, | |
"updated": 1517955183903, | |
"tz": 300, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000chs5", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000chs5.geojson", | |
"felt": 1, | |
"cdi": 3.1, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 385, | |
"net": "us", | |
"code": "1000chs5", | |
"ids": ",us1000chs5,", | |
"sources": ",us,", | |
"types": ",dyfi,geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 1.873, | |
"rms": 0.69, | |
"gap": 47, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 5.0 - 98km ESE of Vanj, Tajikistan", | |
"geometry": {"type": "Point", "coordinates": [72.5446, 38.1608, 107.81]} | |
}, | |
{ | |
"id": "nc72965371", | |
"mag": 0.55, | |
"place": "6km NNW of The Geysers, CA", | |
"time": 1517953746730, | |
"updated": 1517958062081, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965371", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965371.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 5, | |
"net": "nc", | |
"code": "72965371", | |
"ids": ",nc72965371,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 7, | |
"dmin": 0.01291, | |
"rms": 0.04, | |
"gap": 123, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.6 - 6km NNW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.7938309, 38.8209991, 2.41] | |
} | |
}, | |
{ | |
"id": "us1000chs0", | |
"mag": 4.2, | |
"place": "42km WSW of Jarm, Afghanistan", | |
"time": 1517953721620, | |
"updated": 1517955633040, | |
"tz": 270, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000chs0", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000chs0.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 271, | |
"net": "us", | |
"code": "1000chs0", | |
"ids": ",us1000chs0,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 0.463, | |
"rms": 0.79, | |
"gap": 93, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.2 - 42km WSW of Jarm, Afghanistan", | |
"geometry": {"type": "Point", "coordinates": [70.4201, 36.6781, 263.48]} | |
}, | |
{ | |
"id": "nn00620903", | |
"mag": 1.6, | |
"place": "29km WSW of Hawthorne, Nevada", | |
"time": 1517953462716, | |
"updated": 1517955696813, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620903", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620903.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 39, | |
"net": "nn", | |
"code": "00620903", | |
"ids": ",nn00620903,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 17, | |
"dmin": 0.131, | |
"rms": 0.197, | |
"gap": 57.57, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.6 - 29km WSW of Hawthorne, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-118.9148, 38.3974, 7]} | |
}, | |
{ | |
"id": "us1000chrt", | |
"mag": 4.4, | |
"place": "19km S of Jaco, Costa Rica", | |
"time": 1517953160350, | |
"updated": 1517964093975, | |
"tz": -360, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000chrt", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000chrt.geojson", | |
"felt": 14, | |
"cdi": 4.5, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 304, | |
"net": "us", | |
"code": "1000chrt", | |
"ids": ",us1000chrt,", | |
"sources": ",us,", | |
"types": ",dyfi,geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 0.223, | |
"rms": 0.74, | |
"gap": 147, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.4 - 19km S of Jaco, Costa Rica", | |
"geometry": {"type": "Point", "coordinates": [-84.6085, 9.4429, 3.3]} | |
}, | |
{ | |
"id": "ak18379657", | |
"mag": 1.4, | |
"place": "59km ENE of Whittier, Alaska", | |
"time": 1517952485447, | |
"updated": 1517961429437, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18379657", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18379657.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 30, | |
"net": "ak", | |
"code": "18379657", | |
"ids": ",ak18379657,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.21, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.4 - 59km ENE of Whittier, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-147.7124, 61.0186, 12.9]} | |
}, | |
{ | |
"id": "ak18379650", | |
"mag": 1.8, | |
"place": "12km E of Talkeetna, Alaska", | |
"time": 1517952083273, | |
"updated": 1517952406219, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18379650", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18379650.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 50, | |
"net": "ak", | |
"code": "18379650", | |
"ids": ",ak18379650,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.56, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.8 - 12km E of Talkeetna, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-149.8753, 62.34, 0]} | |
}, | |
{ | |
"id": "ak18379633", | |
"mag": 3.9, | |
"place": "283km SE of Kodiak, Alaska", | |
"time": 1517951697196, | |
"updated": 1517958081040, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18379633", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18379633.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 234, | |
"net": "ak", | |
"code": "18379633", | |
"ids": ",ak18379633,us1000chqm,", | |
"sources": ",ak,us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.54, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 3.9 - 283km SE of Kodiak, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-149.3296, 55.8526, 10]} | |
}, | |
{ | |
"id": "us1000chq1", | |
"mag": 4.9, | |
"place": "15km ENE of Hualian, Taiwan", | |
"time": 1517950582750, | |
"updated": 1517957666040, | |
"tz": 480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000chq1", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000chq1.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 369, | |
"net": "us", | |
"code": "1000chq1", | |
"ids": ",us1000chq1,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 0.176, | |
"rms": 1.08, | |
"gap": 33, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.9 - 15km ENE of Hualian, Taiwan", | |
"geometry": {"type": "Point", "coordinates": [121.7366, 24.054, 9.91]} | |
}, | |
{ | |
"id": "ak18379598", | |
"mag": 3, | |
"place": "58km NNE of Sutton-Alpine, Alaska", | |
"time": 1517950449948, | |
"updated": 1517963118450, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18379598", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18379598.geojson", | |
"felt": 0, | |
"cdi": 1, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 138, | |
"net": "ak", | |
"code": "18379598", | |
"ids": ",ak18379598,", | |
"sources": ",ak,", | |
"types": ",dyfi,geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.54, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 3.0 - 58km NNE of Sutton-Alpine, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-148.4808, 62.2947, 40.2]} | |
}, | |
{ | |
"id": "ak18378226", | |
"mag": 2.4, | |
"place": "29km S of Redoubt Volcano, Alaska", | |
"time": 1517949300997, | |
"updated": 1517950063964, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18378226", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18378226.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 89, | |
"net": "ak", | |
"code": "18378226", | |
"ids": ",ak18378226,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.55, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.4 - 29km S of Redoubt Volcano, Alaska", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-152.7284, 60.2249, 104.5] | |
} | |
}, | |
{ | |
"id": "ak18378222", | |
"mag": 2.3, | |
"place": "51km SSW of Redoubt Volcano, Alaska", | |
"time": 1517949190847, | |
"updated": 1517949566919, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18378222", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18378222.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 81, | |
"net": "ak", | |
"code": "18378222", | |
"ids": ",ak18378222,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.39, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.3 - 51km SSW of Redoubt Volcano, Alaska", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-152.9563, 60.0371, 110.8] | |
} | |
}, | |
{ | |
"id": "ak18378184", | |
"mag": 2.1, | |
"place": "43km WNW of Anchor Point, Alaska", | |
"time": 1517948447076, | |
"updated": 1517949039671, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18378184", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18378184.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 68, | |
"net": "ak", | |
"code": "18378184", | |
"ids": ",ak18378184,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.26, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.1 - 43km WNW of Anchor Point, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-152.5878, 59.8703, 85.6]} | |
}, | |
{ | |
"id": "nc72965366", | |
"mag": 1.51, | |
"place": "5km ENE of Aromas, CA", | |
"time": 1517948021770, | |
"updated": 1517952362175, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965366", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965366.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 35, | |
"net": "nc", | |
"code": "72965366", | |
"ids": ",nc72965366,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 14, | |
"dmin": 0.0294, | |
"rms": 0.09, | |
"gap": 114, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.5 - 5km ENE of Aromas, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-121.5946655, 36.9138336, 7.32] | |
} | |
}, | |
{ | |
"id": "ak18378181", | |
"mag": 1, | |
"place": "94km SE of King Salmon, Alaska", | |
"time": 1517947452729, | |
"updated": 1517951204319, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18378181", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18378181.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 15, | |
"net": "ak", | |
"code": "18378181", | |
"ids": ",ak18378181,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.37, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.0 - 94km SE of King Salmon, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-155.3447, 58.1913, 1]} | |
}, | |
{ | |
"id": "ci38101136", | |
"mag": 0.53, | |
"place": "9km NE of Aguanga, CA", | |
"time": 1517946844230, | |
"updated": 1517947065791, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38101136", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38101136.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 4, | |
"net": "ci", | |
"code": "38101136", | |
"ids": ",ci38101136,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 14, | |
"dmin": 0.08437, | |
"rms": 0.18, | |
"gap": 129, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.5 - 9km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7953333, 33.4961667, 10.35] | |
} | |
}, | |
{ | |
"id": "ci38101128", | |
"mag": 0.63, | |
"place": "5km ESE of Nuevo, CA", | |
"time": 1517946650300, | |
"updated": 1517946885683, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38101128", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38101128.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 6, | |
"net": "ci", | |
"code": "38101128", | |
"ids": ",ci38101128,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 11, | |
"dmin": 0.255, | |
"rms": 0.27, | |
"gap": 128, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.6 - 5km ESE of Nuevo, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-117.0976667, 33.7835, -0.21] | |
} | |
}, | |
{ | |
"id": "us1000chmk", | |
"mag": 4.5, | |
"place": "47km NNE of Los Andes, Chile", | |
"time": 1517946431640, | |
"updated": 1517960848818, | |
"tz": -240, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000chmk", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000chmk.geojson", | |
"felt": 4, | |
"cdi": 3.8, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 313, | |
"net": "us", | |
"code": "1000chmk", | |
"ids": ",us1000chmk,", | |
"sources": ",us,", | |
"types": ",dyfi,geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 0.343, | |
"rms": 0.83, | |
"gap": 63, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.5 - 47km NNE of Los Andes, Chile", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-70.3349, -32.4714, 103.31] | |
} | |
}, | |
{ | |
"id": "ci38101120", | |
"mag": 0.95, | |
"place": "7km WNW of Valley Center, CA", | |
"time": 1517946288520, | |
"updated": 1517946505647, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38101120", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38101120.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 14, | |
"net": "ci", | |
"code": "38101120", | |
"ids": ",ci38101120,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 11, | |
"dmin": 0.08087, | |
"rms": 0.28, | |
"gap": 148, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.0 - 7km WNW of Valley Center, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-117.1061667, 33.2346667, 12.81] | |
} | |
}, | |
{ | |
"id": "ak18378155", | |
"mag": 2.6, | |
"place": "120km SE of Old Iliamna, Alaska", | |
"time": 1517946035877, | |
"updated": 1517954123040, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18378155", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18378155.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 104, | |
"net": "ak", | |
"code": "18378155", | |
"ids": ",ak18378155,us1000chmd,", | |
"sources": ",ak,us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.76, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.6 - 120km SE of Old Iliamna, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-153.399, 58.9587, 63.5]} | |
}, | |
{ | |
"id": "us1000chmg", | |
"mag": 4.8, | |
"place": "17km E of Hualian, Taiwan", | |
"time": 1517945795710, | |
"updated": 1517947892040, | |
"tz": 480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000chmg", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000chmg.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 354, | |
"net": "us", | |
"code": "1000chmg", | |
"ids": ",us1000chmg,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 0.276, | |
"rms": 0.67, | |
"gap": 41, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.8 - 17km E of Hualian, Taiwan", | |
"geometry": {"type": "Point", "coordinates": [121.7751, 23.9506, 7.95]} | |
}, | |
{ | |
"id": "us1000chn8", | |
"mag": 4, | |
"place": "63km ENE of Shughnon, Tajikistan", | |
"time": 1517945673950, | |
"updated": 1517948523040, | |
"tz": 300, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000chn8", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000chn8.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 246, | |
"net": "us", | |
"code": "1000chn8", | |
"ids": ",us1000chn8,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 2.496, | |
"rms": 1.36, | |
"gap": 124, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.0 - 63km ENE of Shughnon, Tajikistan", | |
"geometry": {"type": "Point", "coordinates": [72.1924, 37.7994, 139.92]} | |
}, | |
{ | |
"id": "nc72965336", | |
"mag": 2.31, | |
"place": "5km ESE of Chester, CA", | |
"time": 1517945566850, | |
"updated": 1517965082620, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965336", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965336.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 82, | |
"net": "nc", | |
"code": "72965336", | |
"ids": ",nc72965336,nn00620885,", | |
"sources": ",nc,nn,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 28, | |
"dmin": 0.385, | |
"rms": 0.46, | |
"gap": 87, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 2.3 - 5km ESE of Chester, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-121.1765, 40.2825, -1.31] | |
} | |
}, | |
{ | |
"id": "nc72965326", | |
"mag": 0.56, | |
"place": "6km WNW of Cobb, CA", | |
"time": 1517944751860, | |
"updated": 1517945584165, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965326", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965326.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 5, | |
"net": "nc", | |
"code": "72965326", | |
"ids": ",nc72965326,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 6, | |
"dmin": 0.007609, | |
"rms": 0.01, | |
"gap": 154, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.6 - 6km WNW of Cobb, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.7841644, 38.8380013, 8.16] | |
} | |
}, | |
{ | |
"id": "us1000chln", | |
"mag": 5.4, | |
"place": "15km ESE of Hualian, Taiwan", | |
"time": 1517944528390, | |
"updated": 1517967600577, | |
"tz": 480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000chln", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000chln.geojson", | |
"felt": 6, | |
"cdi": 7.2, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 453, | |
"net": "us", | |
"code": "1000chln", | |
"ids": ",us1000chln,", | |
"sources": ",us,", | |
"types": ",dyfi,geoserve,moment-tensor,origin,phase-data,", | |
"nst": null, | |
"dmin": 0.274, | |
"rms": 0.71, | |
"gap": 31, | |
"magType": "mww", | |
"type": "Feature", | |
"title": "M 5.4 - 15km ESE of Hualian, Taiwan", | |
"geometry": {"type": "Point", "coordinates": [121.7566, 23.942, 8.62]} | |
}, | |
{ | |
"id": "ci38101080", | |
"mag": 1.1, | |
"place": "12km SW of Searles Valley, CA", | |
"time": 1517942489190, | |
"updated": 1517951051030, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38101080", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38101080.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 19, | |
"net": "ci", | |
"code": "38101080", | |
"ids": ",ci38101080,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 17, | |
"dmin": 0.1139, | |
"rms": 0.15, | |
"gap": 103, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.1 - 12km SW of Searles Valley, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-117.5008333, 35.6961667, 4.29] | |
} | |
}, | |
{ | |
"id": "nc72965316", | |
"mag": 0.57, | |
"place": "9km NW of The Geysers, CA", | |
"time": 1517942357430, | |
"updated": 1517942941380, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965316", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965316.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 5, | |
"net": "nc", | |
"code": "72965316", | |
"ids": ",nc72965316,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 8, | |
"dmin": 0.00526, | |
"rms": 0.02, | |
"gap": 120, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.6 - 9km NW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.8290024, 38.8371658, 1] | |
} | |
}, | |
{ | |
"id": "us1000chl5", | |
"mag": 5.6, | |
"place": "67km NNE of Isangel, Vanuatu", | |
"time": 1517942279190, | |
"updated": 1517955787040, | |
"tz": 660, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000chl5", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000chl5.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": 3.18, | |
"alert": "green", | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 482, | |
"net": "us", | |
"code": "1000chl5", | |
"ids": ",us1000chl5,", | |
"sources": ",us,", | |
"types": ",geoserve,losspager,moment-tensor,origin,phase-data,shakemap,", | |
"nst": null, | |
"dmin": 4.085, | |
"rms": 0.7, | |
"gap": 39, | |
"magType": "mww", | |
"type": "Feature", | |
"title": "M 5.6 - 67km NNE of Isangel, Vanuatu", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [169.4658, -18.9718, 246.28] | |
} | |
}, | |
{ | |
"id": "nn00620889", | |
"mag": 0.2, | |
"place": "11km NE of Big Pine, California", | |
"time": 1517942157701, | |
"updated": 1517949212729, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620889", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620889.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "nn", | |
"code": "00620889", | |
"ids": ",nn00620889,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 6, | |
"dmin": 0.145, | |
"rms": 0.1004, | |
"gap": 168.75, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.2 - 11km NE of Big Pine, California", | |
"geometry": {"type": "Point", "coordinates": [-118.1963, 37.2339, 0]} | |
}, | |
{ | |
"id": "pr2018037009", | |
"mag": 2.71, | |
"place": "37km S of Boca de Yuma, Dominican Republic", | |
"time": 1517940911000, | |
"updated": 1517948783040, | |
"tz": -240, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/pr2018037009", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr2018037009.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 113, | |
"net": "pr", | |
"code": "2018037009", | |
"ids": ",pr2018037009,us1000chl6,", | |
"sources": ",pr,us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 7, | |
"dmin": 0.3573, | |
"rms": 0.4, | |
"gap": 177, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 2.7 - 37km S of Boca de Yuma, Dominican Republic", | |
"geometry": {"type": "Point", "coordinates": [-68.4818, 18.171, 148]} | |
}, | |
{ | |
"id": "us1000chjm", | |
"mag": 5.3, | |
"place": "17km ENE of Hualian, Taiwan", | |
"time": 1517940459270, | |
"updated": 1517967534056, | |
"tz": 480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000chjm", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000chjm.geojson", | |
"felt": 4, | |
"cdi": 5.4, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 434, | |
"net": "us", | |
"code": "1000chjm", | |
"ids": ",us1000chjm,", | |
"sources": ",us,", | |
"types": ",dyfi,geoserve,moment-tensor,origin,phase-data,", | |
"nst": null, | |
"dmin": 0.199, | |
"rms": 1.11, | |
"gap": 35, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 5.3 - 17km ENE of Hualian, Taiwan", | |
"geometry": {"type": "Point", "coordinates": [121.759, 24.0413, 11.09]} | |
}, | |
{ | |
"id": "us1000chj0", | |
"mag": 5.2, | |
"place": "17km ENE of Hualian, Taiwan", | |
"time": 1517940013560, | |
"updated": 1517967499125, | |
"tz": 480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000chj0", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000chj0.geojson", | |
"felt": 2, | |
"cdi": 2, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 416, | |
"net": "us", | |
"code": "1000chj0", | |
"ids": ",us1000chj0,", | |
"sources": ",us,", | |
"types": ",dyfi,geoserve,moment-tensor,origin,phase-data,", | |
"nst": null, | |
"dmin": 0.19, | |
"rms": 1.16, | |
"gap": 24, | |
"magType": "mww", | |
"type": "Feature", | |
"title": "M 5.2 - 17km ENE of Hualian, Taiwan", | |
"geometry": {"type": "Point", "coordinates": [121.756, 24.0521, 6.78]} | |
}, | |
{ | |
"id": "nn00620865", | |
"mag": 2, | |
"place": "58km NE of Eureka, Nevada", | |
"time": 1517939290089, | |
"updated": 1517942687949, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620865", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620865.geojson", | |
"felt": 1, | |
"cdi": 2, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 62, | |
"net": "nn", | |
"code": "00620865", | |
"ids": ",nn00620865,", | |
"sources": ",nn,", | |
"types": ",dyfi,geoserve,origin,phase-data,", | |
"nst": 5, | |
"dmin": 0.842, | |
"rms": 0.4776, | |
"gap": 91.05, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.0 Explosion - 58km NE of Eureka, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-115.5586, 39.9385, 0]} | |
}, | |
{ | |
"id": "pr2018037008", | |
"mag": 1.71, | |
"place": "9km SSW of Tallaboa, Puerto Rico", | |
"time": 1517939024140, | |
"updated": 1517942745528, | |
"tz": -240, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/pr2018037008", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr2018037008.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 45, | |
"net": "pr", | |
"code": "2018037008", | |
"ids": ",pr2018037008,", | |
"sources": ",pr,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 3, | |
"dmin": 0.2267, | |
"rms": 0.06, | |
"gap": 240, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.7 - 9km SSW of Tallaboa, Puerto Rico", | |
"geometry": {"type": "Point", "coordinates": [-66.7358, 17.911, 14]} | |
}, | |
{ | |
"id": "nn00620867", | |
"mag": 0.5, | |
"place": "15km W of Portola, California", | |
"time": 1517938776986, | |
"updated": 1517940693190, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620867", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620867.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 4, | |
"net": "nn", | |
"code": "00620867", | |
"ids": ",nn00620867,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 6, | |
"dmin": 0.108, | |
"rms": 0.1728, | |
"gap": 137.62, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.5 - 15km W of Portola, California", | |
"geometry": {"type": "Point", "coordinates": [-120.6545, 39.8157, 8.9]} | |
}, | |
{ | |
"id": "ci38101040", | |
"mag": 0.5, | |
"place": "10km NNE of Julian, CA", | |
"time": 1517938527080, | |
"updated": 1517938753871, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38101040", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38101040.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 4, | |
"net": "ci", | |
"code": "38101040", | |
"ids": ",ci38101040,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 8, | |
"dmin": 0.08941, | |
"rms": 0.11, | |
"gap": 143, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.5 - 10km NNE of Julian, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.5465, 33.1596667, 15.48] | |
} | |
}, | |
{ | |
"id": "nc72965306", | |
"mag": 1, | |
"place": "6km NW of The Geysers, CA", | |
"time": 1517937880380, | |
"updated": 1517938682156, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965306", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965306.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 15, | |
"net": "nc", | |
"code": "72965306", | |
"ids": ",nc72965306,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 13, | |
"dmin": 0.005108, | |
"rms": 0.05, | |
"gap": 101, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.0 - 6km NW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.8040009, 38.8214989, 2.91] | |
} | |
}, | |
{ | |
"id": "hv70030597", | |
"mag": 1.4, | |
"place": "5km SW of Volcano, Hawaii", | |
"time": 1517937779580, | |
"updated": 1517951772970, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/hv70030597", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv70030597.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 30, | |
"net": "hv", | |
"code": "70030597", | |
"ids": ",hv70030597,", | |
"sources": ",hv,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 12, | |
"dmin": 0.02009, | |
"rms": 0.1, | |
"gap": 99, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.4 - 5km SW of Volcano, Hawaii", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-155.2733333, 19.3948333, 9.42] | |
} | |
}, | |
{ | |
"id": "ci38101024", | |
"mag": 1.12, | |
"place": "11km NE of Borrego Springs, CA", | |
"time": 1517937544450, | |
"updated": 1517937770008, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38101024", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38101024.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 19, | |
"net": "ci", | |
"code": "38101024", | |
"ids": ",ci38101024,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 26, | |
"dmin": 0.1218, | |
"rms": 0.27, | |
"gap": 134, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.1 - 11km NE of Borrego Springs, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.2853333, 33.3198333, 9.51] | |
} | |
}, | |
{ | |
"id": "hv70030592", | |
"mag": 0.93, | |
"place": "6km SW of Volcano, Hawaii", | |
"time": 1517937417890, | |
"updated": 1517947767520, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/hv70030592", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv70030592.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 13, | |
"net": "hv", | |
"code": "70030592", | |
"ids": ",hv70030592,", | |
"sources": ",hv,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 11, | |
"dmin": 0.005444, | |
"rms": 0.09, | |
"gap": 149, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.9 - 6km SW of Volcano, Hawaii", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-155.2771667, 19.3831667, 12.59] | |
} | |
}, | |
{ | |
"id": "nc72965296", | |
"mag": 1.1, | |
"place": "5km SSE of Rodeo, CA", | |
"time": 1517937099810, | |
"updated": 1517943183085, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965296", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965296.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 19, | |
"net": "nc", | |
"code": "72965296", | |
"ids": ",nc72965296,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 7, | |
"dmin": 0.02026, | |
"rms": 0.04, | |
"gap": 126, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.1 - 5km SSE of Rodeo, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.2388306, 37.9975014, 4.08] | |
} | |
}, | |
{ | |
"id": "nc72965291", | |
"mag": 0.88, | |
"place": "6km NW of The Geysers, CA", | |
"time": 1517936739440, | |
"updated": 1517941562327, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965291", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965291.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 12, | |
"net": "nc", | |
"code": "72965291", | |
"ids": ",nc72965291,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 9, | |
"dmin": 0.005245, | |
"rms": 0.02, | |
"gap": 150, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.9 - 6km NW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.8034973, 38.8223343, 2.58] | |
} | |
}, | |
{ | |
"id": "ak18373948", | |
"mag": 1.4, | |
"place": "55km NE of Manley Hot Springs, Alaska", | |
"time": 1517936626163, | |
"updated": 1517937524107, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18373948", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18373948.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 30, | |
"net": "ak", | |
"code": "18373948", | |
"ids": ",ak18373948,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.61, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.4 - 55km NE of Manley Hot Springs, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-149.9556, 65.4043, 0]} | |
}, | |
{ | |
"id": "hv70030562", | |
"mag": 1.97, | |
"place": "9km SW of Pahala, Hawaii", | |
"time": 1517935358650, | |
"updated": 1517952138380, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/hv70030562", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv70030562.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 60, | |
"net": "hv", | |
"code": "70030562", | |
"ids": ",hv70030562,", | |
"sources": ",hv,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 18, | |
"dmin": 0.08383, | |
"rms": 0.07, | |
"gap": 258, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 2.0 - 9km SW of Pahala, Hawaii", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-155.5506667, 19.1508333, 47.36] | |
} | |
}, | |
{ | |
"id": "ak18372566", | |
"mag": 3.7, | |
"place": "236km SE of Kodiak, Alaska", | |
"time": 1517935038697, | |
"updated": 1517937358811, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18372566", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18372566.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 211, | |
"net": "ak", | |
"code": "18372566", | |
"ids": ",ak18372566,us1000chhu,", | |
"sources": ",ak,us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.9, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 3.7 - 236km SE of Kodiak, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-150.0793, 56.1815, 28]} | |
}, | |
{ | |
"id": "us1000chhq", | |
"mag": 5.1, | |
"place": "6km SE of Hualian, Taiwan", | |
"time": 1517933877980, | |
"updated": 1517967747508, | |
"tz": 480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000chhq", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000chhq.geojson", | |
"felt": 4, | |
"cdi": 3.8, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 402, | |
"net": "us", | |
"code": "1000chhq", | |
"ids": ",us1000chhq,", | |
"sources": ",us,", | |
"types": ",dyfi,geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 0.244, | |
"rms": 0.66, | |
"gap": 81, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 5.1 - 6km SE of Hualian, Taiwan", | |
"geometry": {"type": "Point", "coordinates": [121.654, 23.9342, 10]} | |
}, | |
{ | |
"id": "nn00620840", | |
"mag": 1.1, | |
"place": "29km SW of Hawthorne, Nevada", | |
"time": 1517933724357, | |
"updated": 1517934434625, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620840", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620840.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 19, | |
"net": "nn", | |
"code": "00620840", | |
"ids": ",nn00620840,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 10, | |
"dmin": 0.325, | |
"rms": 0.1654, | |
"gap": 91.93, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.1 - 29km SW of Hawthorne, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-118.9056, 38.3726, 8.5]} | |
}, | |
{ | |
"id": "ci38100984", | |
"mag": 0.52, | |
"place": "3km NNE of Anza, CA", | |
"time": 1517932350380, | |
"updated": 1517932567414, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100984", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100984.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 4, | |
"net": "ci", | |
"code": "38100984", | |
"ids": ",ci38100984,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 16, | |
"dmin": 0.03068, | |
"rms": 0.35, | |
"gap": 79, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.5 - 3km NNE of Anza, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.6651667, 33.577, 5.88] | |
} | |
}, | |
{ | |
"id": "us1000chhc", | |
"mag": 6.4, | |
"place": "22km NNE of Hualian, Taiwan", | |
"time": 1517932242400, | |
"updated": 1517967111797, | |
"tz": 480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000chhc", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000chhc.geojson", | |
"felt": 261, | |
"cdi": 6.5, | |
"mmi": 6.7, | |
"alert": "green", | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 800, | |
"net": "us", | |
"code": "1000chhc", | |
"ids": ",us1000chhc,", | |
"sources": ",us,", | |
"types": ",dyfi,general-text,geoserve,losspager,moment-tensor,origin,phase-data,poster,shakemap,", | |
"nst": null, | |
"dmin": 0.053, | |
"rms": 0.96, | |
"gap": 34, | |
"magType": "mww", | |
"type": "Feature", | |
"title": "M 6.4 - 22km NNE of Hualian, Taiwan", | |
"geometry": {"type": "Point", "coordinates": [121.653, 24.1737, 10.64]} | |
}, | |
{ | |
"id": "ci38100960", | |
"mag": 1.37, | |
"place": "13km WNW of Anza, CA", | |
"time": 1517932093050, | |
"updated": 1517938029020, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100960", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100960.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 29, | |
"net": "ci", | |
"code": "38100960", | |
"ids": ",ci38100960,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 51, | |
"dmin": 0.04427, | |
"rms": 0.17, | |
"gap": 28, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.4 - 13km WNW of Anza, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.814, 33.5786667, 8.12] | |
} | |
}, | |
{ | |
"id": "ci38100944", | |
"mag": 0.46, | |
"place": "10km NE of Aguanga, CA", | |
"time": 1517931637060, | |
"updated": 1517937990593, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100944", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100944.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 3, | |
"net": "ci", | |
"code": "38100944", | |
"ids": ",ci38100944,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 17, | |
"dmin": 0.07568, | |
"rms": 0.22, | |
"gap": 83, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.5 - 10km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7773333, 33.4973333, 7.9] | |
} | |
}, | |
{ | |
"id": "mb80280489", | |
"mag": -0.07, | |
"place": "15km N of Dillon, Montana", | |
"time": 1517930690870, | |
"updated": 1517934554140, | |
"tz": -420, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/mb80280489", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/mb80280489.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "mb", | |
"code": "80280489", | |
"ids": ",mb80280489,", | |
"sources": ",mb,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 5, | |
"dmin": 0.43, | |
"rms": 0.07, | |
"gap": 164, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M -0.1 - 15km N of Dillon, Montana", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-112.6238333, 45.3583333, 5.99] | |
} | |
}, | |
{ | |
"id": "ci38100936", | |
"mag": 0.89, | |
"place": "9km SSE of Hemet, CA", | |
"time": 1517930663460, | |
"updated": 1517930882842, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100936", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100936.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 12, | |
"net": "ci", | |
"code": "38100936", | |
"ids": ",ci38100936,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 26, | |
"dmin": 0.02502, | |
"rms": 0.26, | |
"gap": 37, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.9 - 9km SSE of Hemet, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.9461667, 33.6703333, 16.01] | |
} | |
}, | |
{ | |
"id": "ak18371148", | |
"mag": 4.4, | |
"place": "288km ESE of Kodiak, Alaska", | |
"time": 1517930186453, | |
"updated": 1517933626040, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18371148", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18371148.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 1, | |
"sig": 298, | |
"net": "ak", | |
"code": "18371148", | |
"ids": ",at00p3qifd,ak18371148,us1000chh4,", | |
"sources": ",at,ak,us,", | |
"types": ",geoserve,impact-link,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.94, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 4.4 - 288km ESE of Kodiak, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-148.3011, 56.2507, 10]} | |
}, | |
{ | |
"id": "ak18371147", | |
"mag": 1, | |
"place": "86km WNW of Larsen Bay, Alaska", | |
"time": 1517929925704, | |
"updated": 1517941939170, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18371147", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18371147.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 15, | |
"net": "ak", | |
"code": "18371147", | |
"ids": ",ak18371147,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.14, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.0 - 86km WNW of Larsen Bay, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-155.2419, 57.9207, 9.5]} | |
}, | |
{ | |
"id": "nn00620835", | |
"mag": 1.4, | |
"place": "10km SW of Greenville, California", | |
"time": 1517929905590, | |
"updated": 1517932585077, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620835", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620835.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 30, | |
"net": "nn", | |
"code": "00620835", | |
"ids": ",nn00620835,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 11, | |
"dmin": 0.112, | |
"rms": 0.2123, | |
"gap": 229.51, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.4 - 10km SW of Greenville, California", | |
"geometry": {"type": "Point", "coordinates": [-121.0294, 40.0627, 6.7]} | |
}, | |
{ | |
"id": "nc72965276", | |
"mag": 1.66, | |
"place": "4km E of Mammoth Lakes, CA", | |
"time": 1517929729880, | |
"updated": 1517933223983, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965276", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965276.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 42, | |
"net": "nc", | |
"code": "72965276", | |
"ids": ",nc72965276,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 22, | |
"dmin": 0.02651, | |
"rms": 0.04, | |
"gap": 85, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.7 - 4km E of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9343338, 37.6343346, 5.55] | |
} | |
}, | |
{ | |
"id": "nn00620833", | |
"mag": 1.7, | |
"place": "11km SSW of Greenville, California", | |
"time": 1517929685114, | |
"updated": 1517932394057, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620833", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620833.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 44, | |
"net": "nn", | |
"code": "00620833", | |
"ids": ",nn00620833,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 8, | |
"dmin": 0.092, | |
"rms": 0.1348, | |
"gap": 236.85, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.7 - 11km SSW of Greenville, California", | |
"geometry": {"type": "Point", "coordinates": [-121.0054, 40.048, 7]} | |
}, | |
{ | |
"id": "pr2018037007", | |
"mag": 3.24, | |
"place": "24km NNE of Punta Cana, Dominican Republic", | |
"time": 1517929042810, | |
"updated": 1517939977040, | |
"tz": -240, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/pr2018037007", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr2018037007.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 162, | |
"net": "pr", | |
"code": "2018037007", | |
"ids": ",pr2018037007,us1000chia,", | |
"sources": ",pr,us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 9, | |
"dmin": 0.5152, | |
"rms": 0.98, | |
"gap": 207, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 3.2 - 24km NNE of Punta Cana, Dominican Republic", | |
"geometry": {"type": "Point", "coordinates": [-68.3323, 19.0268, 18]} | |
}, | |
{ | |
"id": "ci38100912", | |
"mag": 0.81, | |
"place": "2km WSW of Borrego Springs, CA", | |
"time": 1517928831180, | |
"updated": 1517929041489, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100912", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100912.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 10, | |
"net": "ci", | |
"code": "38100912", | |
"ids": ",ci38100912,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 25, | |
"dmin": 0.0235, | |
"rms": 0.15, | |
"gap": 90, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.8 - 2km WSW of Borrego Springs, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.3998333, 33.2496667, 9.17] | |
} | |
}, | |
{ | |
"id": "nc72965271", | |
"mag": 0.88, | |
"place": "3km N of Pinnacles, CA", | |
"time": 1517928251720, | |
"updated": 1517931544920, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965271", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965271.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 12, | |
"net": "nc", | |
"code": "72965271", | |
"ids": ",nc72965271,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 7, | |
"dmin": 0.03762, | |
"rms": 0.01, | |
"gap": 118, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.9 - 3km N of Pinnacles, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-121.1480026, 36.5584984, 8.05] | |
} | |
}, | |
{ | |
"id": "nc72965261", | |
"mag": 1.7, | |
"place": "10km N of Hollister, CA", | |
"time": 1517926461470, | |
"updated": 1517928242818, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965261", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965261.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 44, | |
"net": "nc", | |
"code": "72965261", | |
"ids": ",nc72965261,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 26, | |
"dmin": 0.05135, | |
"rms": 0.09, | |
"gap": 92, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.7 - 10km N of Hollister, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-121.4188309, 36.9329987, 6.09] | |
} | |
}, | |
{ | |
"id": "ak18369800", | |
"mag": 1.5, | |
"place": "38km ENE of Redoubt Volcano, Alaska", | |
"time": 1517926220160, | |
"updated": 1517941681130, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18369800", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18369800.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 35, | |
"net": "ak", | |
"code": "18369800", | |
"ids": ",ak18369800,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.52, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.5 - 38km ENE of Redoubt Volcano, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-152.0545, 60.5649, 78.2]} | |
}, | |
{ | |
"id": "us1000chrs", | |
"mag": 4.2, | |
"place": "11km ESE of Kitaibaraki, Japan", | |
"time": 1517925429280, | |
"updated": 1517955947581, | |
"tz": 540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000chrs", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000chrs.geojson", | |
"felt": 2, | |
"cdi": 2, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 272, | |
"net": "us", | |
"code": "1000chrs", | |
"ids": ",us1000chrs,", | |
"sources": ",us,", | |
"types": ",dyfi,geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 1.118, | |
"rms": 0.97, | |
"gap": 156, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.2 - 11km ESE of Kitaibaraki, Japan", | |
"geometry": {"type": "Point", "coordinates": [140.8677, 36.7501, 50.92]} | |
}, | |
{ | |
"id": "ak18369793", | |
"mag": 1.9, | |
"place": "64km NW of Valdez, Alaska", | |
"time": 1517923330627, | |
"updated": 1517923705910, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18369793", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18369793.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 56, | |
"net": "ak", | |
"code": "18369793", | |
"ids": ",ak18369793,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.52, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.9 - 64km NW of Valdez, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-147.3152, 61.4805, 19.9]} | |
}, | |
{ | |
"id": "ci38100864", | |
"mag": 1.09, | |
"place": "10km NE of Coachella, CA", | |
"time": 1517923043200, | |
"updated": 1517924792760, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100864", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100864.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 18, | |
"net": "ci", | |
"code": "38100864", | |
"ids": ",ci38100864,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 35, | |
"dmin": 0.0931, | |
"rms": 0.23, | |
"gap": 117, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.1 - 10km NE of Coachella, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.0961667, 33.7426667, 2.36] | |
} | |
}, | |
{ | |
"id": "ak18369788", | |
"mag": 2.3, | |
"place": "75km W of Cordova, Alaska", | |
"time": 1517922820121, | |
"updated": 1517923313698, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18369788", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18369788.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 81, | |
"net": "ak", | |
"code": "18369788", | |
"ids": ",ak18369788,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.75, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.3 - 75km W of Cordova, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-147.1244, 60.5003, 24.4]} | |
}, | |
{ | |
"id": "ci38100856", | |
"mag": 0.86, | |
"place": "10km NE of Coachella, CA", | |
"time": 1517922679290, | |
"updated": 1517924796590, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100856", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100856.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 11, | |
"net": "ci", | |
"code": "38100856", | |
"ids": ",ci38100856,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 24, | |
"dmin": 0.09122, | |
"rms": 0.2, | |
"gap": 119, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.9 - 10km NE of Coachella, CA", | |
"geometry": {"type": "Point", "coordinates": [-116.09, 33.7415, 4.28]} | |
}, | |
{ | |
"id": "pr2018037006", | |
"mag": 2.68, | |
"place": "1km NW of La Playa, Puerto Rico", | |
"time": 1517922617150, | |
"updated": 1517937500863, | |
"tz": -240, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/pr2018037006", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr2018037006.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 110, | |
"net": "pr", | |
"code": "2018037006", | |
"ids": ",pr2018037006,", | |
"sources": ",pr,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 4, | |
"dmin": 0.1894, | |
"rms": 0.18, | |
"gap": 221, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 2.7 - 1km NW of La Playa, Puerto Rico", | |
"geometry": {"type": "Point", "coordinates": [-67.1968, 18.2985, 103]} | |
}, | |
{ | |
"id": "nc72965256", | |
"mag": 0.41, | |
"place": "12km S of Mammoth Lakes, CA", | |
"time": 1517921856670, | |
"updated": 1517956982054, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965256", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965256.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 3, | |
"net": "nc", | |
"code": "72965256", | |
"ids": ",nc72965256,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 12, | |
"dmin": 0.08627, | |
"rms": 0.04, | |
"gap": 253, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.4 - 12km S of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.976, 37.5316667, 2.32] | |
} | |
}, | |
{ | |
"id": "ak18368438", | |
"mag": 1.9, | |
"place": "49km N of Valdez, Alaska", | |
"time": 1517921714118, | |
"updated": 1517922077588, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18368438", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18368438.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 56, | |
"net": "ak", | |
"code": "18368438", | |
"ids": ",ak18368438,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.91, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.9 - 49km N of Valdez, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-146.414, 61.5779, 22.1]} | |
}, | |
{ | |
"id": "nc72965251", | |
"mag": 1, | |
"place": "5km NNE of Pinnacles, CA", | |
"time": 1517921154960, | |
"updated": 1517925241715, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965251", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965251.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 15, | |
"net": "nc", | |
"code": "72965251", | |
"ids": ",nc72965251,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 8, | |
"dmin": 0.05709, | |
"rms": 0.03, | |
"gap": 101, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.0 - 5km NNE of Pinnacles, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-121.1191635, 36.5750008, 11.21] | |
} | |
}, | |
{ | |
"id": "nc72965246", | |
"mag": 0.81, | |
"place": "9km NW of The Geysers, CA", | |
"time": 1517920276240, | |
"updated": 1517923744668, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965246", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965246.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 10, | |
"net": "nc", | |
"code": "72965246", | |
"ids": ",nc72965246,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 15, | |
"dmin": 0.003306, | |
"rms": 0.04, | |
"gap": 114, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.8 - 9km NW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.831665, 38.8371658, 1.87] | |
} | |
}, | |
{ | |
"id": "nn00620854", | |
"mag": 0.7, | |
"place": "37km SE of Bridgeport, California", | |
"time": 1517920088179, | |
"updated": 1517937653894, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620854", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620854.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 8, | |
"net": "nn", | |
"code": "00620854", | |
"ids": ",nn00620854,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 10, | |
"dmin": 0.081, | |
"rms": 0.1951, | |
"gap": 115.81, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.7 - 37km SE of Bridgeport, California", | |
"geometry": {"type": "Point", "coordinates": [-118.8825, 38.0526, 9]} | |
}, | |
{ | |
"id": "ci38100840", | |
"mag": 0.64, | |
"place": "13km ESE of Anza, CA", | |
"time": 1517919336660, | |
"updated": 1517924800850, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100840", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100840.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 6, | |
"net": "ci", | |
"code": "38100840", | |
"ids": ",ci38100840,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 28, | |
"dmin": 0.04238, | |
"rms": 0.14, | |
"gap": 80, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.6 - 13km ESE of Anza, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.5515, 33.4958333, 10.32] | |
} | |
}, | |
{ | |
"id": "nc72965241", | |
"mag": 0.43, | |
"place": "3km SSW of Mammoth Lakes, CA", | |
"time": 1517918929960, | |
"updated": 1517954822282, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965241", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965241.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 3, | |
"net": "nc", | |
"code": "72965241", | |
"ids": ",nc72965241,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 15, | |
"dmin": 0.02271, | |
"rms": 0.04, | |
"gap": 162, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.4 - 3km SSW of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9881667, 37.6145, 0.39] | |
} | |
}, | |
{ | |
"id": "ci38100832", | |
"mag": 0.29, | |
"place": "10km NE of Aguanga, CA", | |
"time": 1517918715880, | |
"updated": 1517924777853, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100832", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100832.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "ci", | |
"code": "38100832", | |
"ids": ",ci38100832,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 14, | |
"dmin": 0.07579, | |
"rms": 0.1, | |
"gap": 75, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.3 - 10km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.797, 33.5081667, 5.01] | |
} | |
}, | |
{ | |
"id": "nc72965236", | |
"mag": 1.29, | |
"place": "3km W of Cobb, CA", | |
"time": 1517918686930, | |
"updated": 1517922003605, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965236", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965236.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 26, | |
"net": "nc", | |
"code": "72965236", | |
"ids": ",nc72965236,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 8, | |
"dmin": 0.009696, | |
"rms": 0.02, | |
"gap": 139, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.3 - 3km W of Cobb, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.7570038, 38.8273315, 0.99] | |
} | |
}, | |
{ | |
"id": "nc72965231", | |
"mag": 1.94, | |
"place": "17km WSW of Ferndale, CA", | |
"time": 1517918212830, | |
"updated": 1517920323559, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965231", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965231.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 58, | |
"net": "nc", | |
"code": "72965231", | |
"ids": ",nc72965231,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 10, | |
"dmin": 0.2418, | |
"rms": 0.34, | |
"gap": 281, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.9 - 17km WSW of Ferndale, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-124.458168, 40.524334, 14.32] | |
} | |
}, | |
{ | |
"id": "nn00620851", | |
"mag": 0.3, | |
"place": "30km N of Beatty, Nevada", | |
"time": 1517917528741, | |
"updated": 1517936902093, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620851", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620851.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "nn", | |
"code": "00620851", | |
"ids": ",nn00620851,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 8, | |
"dmin": 0.087, | |
"rms": 0.1032, | |
"gap": 234.17, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.3 - 30km N of Beatty, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-116.8218, 37.1792, 6.2]} | |
}, | |
{ | |
"id": "nc72965226", | |
"mag": 0.98, | |
"place": "6km NW of The Geysers, CA", | |
"time": 1517917514790, | |
"updated": 1517919423538, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965226", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965226.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 15, | |
"net": "nc", | |
"code": "72965226", | |
"ids": ",nc72965226,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 17, | |
"dmin": 0.008279, | |
"rms": 0.04, | |
"gap": 49, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.0 - 6km NW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.7994995, 38.822834, 2.17] | |
} | |
}, | |
{ | |
"id": "ci38100816", | |
"mag": 0.26, | |
"place": "10km S of Idyllwild, CA", | |
"time": 1517917493780, | |
"updated": 1517924786853, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100816", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100816.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "ci", | |
"code": "38100816", | |
"ids": ",ci38100816,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 17, | |
"dmin": 0.0578, | |
"rms": 0.12, | |
"gap": 82, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.3 - 10km S of Idyllwild, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7286667, 33.6545, 12.99] | |
} | |
}, | |
{ | |
"id": "ci38100808", | |
"mag": 1.83, | |
"place": "15km SE of Anza, CA", | |
"time": 1517917444370, | |
"updated": 1517917672225, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100808", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100808.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 52, | |
"net": "ci", | |
"code": "38100808", | |
"ids": ",ci38100808,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 11, | |
"dmin": 0.04873, | |
"rms": 0.2, | |
"gap": 254, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.8 - 15km SE of Anza, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.5731667, 33.4523333, 3.5] | |
} | |
}, | |
{ | |
"id": "nn00620849", | |
"mag": 0.5, | |
"place": "27km NE of Searles Valley, California", | |
"time": 1517916045573, | |
"updated": 1517936516239, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620849", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620849.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 4, | |
"net": "nn", | |
"code": "00620849", | |
"ids": ",nn00620849,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 5, | |
"dmin": 0.09, | |
"rms": 0.1372, | |
"gap": 157.4, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.5 - 27km NE of Searles Valley, California", | |
"geometry": {"type": "Point", "coordinates": [-117.2168, 35.9628, 0]} | |
}, | |
{ | |
"id": "nc72965216", | |
"mag": 0.32, | |
"place": "10km ENE of Mammoth Lakes, CA", | |
"time": 1517915415540, | |
"updated": 1517956862047, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965216", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965216.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "nc", | |
"code": "72965216", | |
"ids": ",nc72965216,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 12, | |
"dmin": 0.03092, | |
"rms": 0.03, | |
"gap": 151, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.3 - 10km ENE of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.8645, 37.6616667, 2.6] | |
} | |
}, | |
{ | |
"id": "ak18368425", | |
"mag": 1.6, | |
"place": "9km ENE of Healy, Alaska", | |
"time": 1517915303186, | |
"updated": 1517915627909, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18368425", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18368425.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 39, | |
"net": "ak", | |
"code": "18368425", | |
"ids": ",ak18368425,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.69, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.6 - 9km ENE of Healy, Alaska", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-148.7798, 63.8834, 118.8] | |
} | |
}, | |
{ | |
"id": "nc72965211", | |
"mag": 0.48, | |
"place": "6km WNW of Cobb, CA", | |
"time": 1517915104190, | |
"updated": 1517917622473, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965211", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965211.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 4, | |
"net": "nc", | |
"code": "72965211", | |
"ids": ",nc72965211,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 5, | |
"dmin": 0.00465, | |
"rms": 0, | |
"gap": 133, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.5 - 6km WNW of Cobb, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.784668, 38.8370018, 1.63] | |
} | |
}, | |
{ | |
"id": "nc72965206", | |
"mag": 0.53, | |
"place": "3km W of Cobb, CA", | |
"time": 1517914034320, | |
"updated": 1517915943415, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965206", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965206.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 4, | |
"net": "nc", | |
"code": "72965206", | |
"ids": ",nc72965206,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 7, | |
"dmin": 0.01433, | |
"rms": 0.03, | |
"gap": 115, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.5 - 3km W of Cobb, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.7600021, 38.8181648, 1.38] | |
} | |
}, | |
{ | |
"id": "ci38100800", | |
"mag": 0.9, | |
"place": "16km ENE of Borrego Springs, CA", | |
"time": 1517913385740, | |
"updated": 1517924801724, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100800", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100800.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 12, | |
"net": "ci", | |
"code": "38100800", | |
"ids": ",ci38100800,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 29, | |
"dmin": 0.1163, | |
"rms": 0.23, | |
"gap": 102, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.9 - 16km ENE of Borrego Springs, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.2071667, 33.3025, 2.94] | |
} | |
}, | |
{ | |
"id": "ci38100792", | |
"mag": 1.34, | |
"place": "12km SSE of Big Bear City, CA", | |
"time": 1517913082060, | |
"updated": 1517924818565, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100792", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100792.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 28, | |
"net": "ci", | |
"code": "38100792", | |
"ids": ",ci38100792,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 51, | |
"dmin": 0.1384, | |
"rms": 0.16, | |
"gap": 47, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.3 - 12km SSE of Big Bear City, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7768333, 34.1715, 1.17] | |
} | |
}, | |
{ | |
"id": "nn00620848", | |
"mag": 0.4, | |
"place": "36km SE of Bridgeport, California", | |
"time": 1517912703022, | |
"updated": 1517936136398, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620848", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620848.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "nn", | |
"code": "00620848", | |
"ids": ",nn00620848,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 5, | |
"dmin": 0.083, | |
"rms": 0.1014, | |
"gap": 295.79, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.4 - 36km SE of Bridgeport, California", | |
"geometry": {"type": "Point", "coordinates": [-118.8859, 38.0647, 6.6]} | |
}, | |
{ | |
"id": "ak18368420", | |
"mag": 2.2, | |
"place": "112km NW of Talkeetna, Alaska", | |
"time": 1517912278602, | |
"updated": 1517912586971, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18368420", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18368420.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 74, | |
"net": "ak", | |
"code": "18368420", | |
"ids": ",ak18368420,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.71, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.2 - 112km NW of Talkeetna, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-151.5376, 63.093, 0]} | |
}, | |
{ | |
"id": "nc72965201", | |
"mag": 1.33, | |
"place": "3km NE of Ukiah, CA", | |
"time": 1517911891220, | |
"updated": 1517956384034, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965201", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965201.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 27, | |
"net": "nc", | |
"code": "72965201", | |
"ids": ",nc72965201,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 4, | |
"dmin": 0.09552, | |
"rms": 0.02, | |
"gap": 200, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.3 - 3km NE of Ukiah, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-123.1881667, 39.168, 4.34] | |
} | |
}, | |
{ | |
"id": "nc72965196", | |
"mag": 1.3, | |
"place": "28km E of Alum Rock, CA", | |
"time": 1517911511950, | |
"updated": 1517913723342, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965196", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965196.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 26, | |
"net": "nc", | |
"code": "72965196", | |
"ids": ",nc72965196,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 12, | |
"dmin": 0.0534, | |
"rms": 0.07, | |
"gap": 91, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.3 - 28km E of Alum Rock, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-121.5181656, 37.4003334, 3.17] | |
} | |
}, | |
{ | |
"id": "ci38100776", | |
"mag": 0.69, | |
"place": "4km SSE of Lytle Creek, CA", | |
"time": 1517910432630, | |
"updated": 1517924850060, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100776", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100776.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 7, | |
"net": "ci", | |
"code": "38100776", | |
"ids": ",ci38100776,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 10, | |
"dmin": 0.07033, | |
"rms": 0.14, | |
"gap": 72, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.7 - 4km SSE of Lytle Creek, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-117.4843333, 34.2211667, 11.18] | |
} | |
}, | |
{ | |
"id": "us1000chev", | |
"mag": 4.7, | |
"place": "39km SSW of Sola, Vanuatu", | |
"time": 1517910077620, | |
"updated": 1517911042040, | |
"tz": 660, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000chev", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000chev.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 340, | |
"net": "us", | |
"code": "1000chev", | |
"ids": ",us1000chev,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 6.969, | |
"rms": 0.98, | |
"gap": 108, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.7 - 39km SSW of Sola, Vanuatu", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [167.4158, -14.2192, 185.21] | |
} | |
}, | |
{ | |
"id": "nn00620864", | |
"mag": 0.1, | |
"place": "55km SSW of Beatty, Nevada", | |
"time": 1517910074710, | |
"updated": 1517939378658, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620864", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620864.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "nn", | |
"code": "00620864", | |
"ids": ",nn00620864,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 4, | |
"dmin": 0.264, | |
"rms": 0.0903, | |
"gap": 225.69, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.1 - 55km SSW of Beatty, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-116.9833, 36.4442, 6.7]} | |
}, | |
{ | |
"id": "ak18367064", | |
"mag": 3.5, | |
"place": "264km SE of Kodiak, Alaska", | |
"time": 1517909561283, | |
"updated": 1517910437901, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18367064", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18367064.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 188, | |
"net": "ak", | |
"code": "18367064", | |
"ids": ",ak18367064,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.85, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 3.5 - 264km SE of Kodiak, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-149.5823, 55.9877, 10]} | |
}, | |
{ | |
"id": "ci38100768", | |
"mag": 0.18, | |
"place": "11km NE of Aguanga, CA", | |
"time": 1517909548890, | |
"updated": 1517909758089, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100768", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100768.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "ci", | |
"code": "38100768", | |
"ids": ",ci38100768,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 17, | |
"dmin": 0.06718, | |
"rms": 0.1, | |
"gap": 70, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.2 - 11km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7948333, 33.5183333, 6.28] | |
} | |
}, | |
{ | |
"id": "nc72965186", | |
"mag": 0.32, | |
"place": "13km WNW of Toms Place, CA", | |
"time": 1517908145390, | |
"updated": 1517942642371, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965186", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965186.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "nc", | |
"code": "72965186", | |
"ids": ",nc72965186,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 8, | |
"dmin": 0.0211, | |
"rms": 0.02, | |
"gap": 211, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.3 - 13km WNW of Toms Place, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.8158333, 37.6083333, 4.07] | |
} | |
}, | |
{ | |
"id": "uu60267087", | |
"mag": 1.15, | |
"place": "24km S of Cedar City, Utah", | |
"time": 1517907404580, | |
"updated": 1517936104290, | |
"tz": -420, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uu60267087", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60267087.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 20, | |
"net": "uu", | |
"code": "60267087", | |
"ids": ",uu60267087,", | |
"sources": ",uu,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 10, | |
"dmin": 0.139, | |
"rms": 0.07, | |
"gap": 118, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.2 - 24km S of Cedar City, Utah", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-113.0876667, 37.4561667, 11.14] | |
} | |
}, | |
{ | |
"id": "ak18365717", | |
"mag": 3.3, | |
"place": "278km ESE of Kodiak, Alaska", | |
"time": 1517906869286, | |
"updated": 1517940558398, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18365717", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18365717.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 168, | |
"net": "ak", | |
"code": "18365717", | |
"ids": ",ak18365717,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.81, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 3.3 - 278km ESE of Kodiak, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-148.5986, 56.3975, 10]} | |
}, | |
{ | |
"id": "ak18365704", | |
"mag": 3.6, | |
"place": "273km ESE of Kodiak, Alaska", | |
"time": 1517906619688, | |
"updated": 1517907575422, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18365704", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18365704.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 199, | |
"net": "ak", | |
"code": "18365704", | |
"ids": ",ak18365704,us1000che9,", | |
"sources": ",ak,us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.93, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 3.6 - 273km ESE of Kodiak, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-148.5863, 56.4413, 10]} | |
}, | |
{ | |
"id": "us1000che8", | |
"mag": 4.6, | |
"place": "17km ENE of Hualian, Taiwan", | |
"time": 1517906209330, | |
"updated": 1517935173383, | |
"tz": 480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000che8", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000che8.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 326, | |
"net": "us", | |
"code": "1000che8", | |
"ids": ",us1000che8,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 0.202, | |
"rms": 0.72, | |
"gap": 80, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.6 - 17km ENE of Hualian, Taiwan", | |
"geometry": {"type": "Point", "coordinates": [121.7601, 24.0383, 8.92]} | |
}, | |
{ | |
"id": "nn00620862", | |
"mag": 0.5, | |
"place": "40km SE of Bridgeport, California", | |
"time": 1517906148145, | |
"updated": 1517939189034, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620862", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620862.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 4, | |
"net": "nn", | |
"code": "00620862", | |
"ids": ",nn00620862,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 7, | |
"dmin": 0.067, | |
"rms": 0.1143, | |
"gap": 201.89, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.5 - 40km SE of Bridgeport, California", | |
"geometry": {"type": "Point", "coordinates": [-118.8577, 38.035, 9.2]} | |
}, | |
{ | |
"id": "nn00620860", | |
"mag": -0.3, | |
"place": "7km NNE of Truckee, California", | |
"time": 1517905336449, | |
"updated": 1517938799951, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620860", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620860.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "nn", | |
"code": "00620860", | |
"ids": ",nn00620860,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 7, | |
"dmin": 0.127, | |
"rms": 0.1426, | |
"gap": 103.6, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M -0.3 - 7km NNE of Truckee, California", | |
"geometry": {"type": "Point", "coordinates": [-120.1492, 39.3855, 10.3]} | |
}, | |
{ | |
"id": "ak18365697", | |
"mag": 2.7, | |
"place": "54km SSW of Redoubt Volcano, Alaska", | |
"time": 1517905278448, | |
"updated": 1517905726040, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18365697", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18365697.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 112, | |
"net": "ak", | |
"code": "18365697", | |
"ids": ",ak18365697,us1000chdv,", | |
"sources": ",ak,us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.42, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.7 - 54km SSW of Redoubt Volcano, Alaska", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-153.1788, 60.0481, 130.6] | |
} | |
}, | |
{ | |
"id": "nc72965181", | |
"mag": 0.57, | |
"place": "10km WNW of Cobb, CA", | |
"time": 1517904482870, | |
"updated": 1517905323072, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965181", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965181.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 5, | |
"net": "nc", | |
"code": "72965181", | |
"ids": ",nc72965181,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 7, | |
"dmin": 0.005883, | |
"rms": 0.01, | |
"gap": 159, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.6 - 10km WNW of Cobb, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.831665, 38.8436661, 1.96] | |
} | |
}, | |
{ | |
"id": "ci38100760", | |
"mag": 0.73, | |
"place": "9km NE of Aguanga, CA", | |
"time": 1517904479320, | |
"updated": 1517924932330, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100760", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100760.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 8, | |
"net": "ci", | |
"code": "38100760", | |
"ids": ",ci38100760,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 26, | |
"dmin": 0.08647, | |
"rms": 0.19, | |
"gap": 37, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.7 - 9km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7873333, 33.4895, 5.41] | |
} | |
}, | |
{ | |
"id": "uw61367266", | |
"mag": 0.78, | |
"place": "9km SE of Desert Aire, Washington", | |
"time": 1517904251990, | |
"updated": 1517953068100, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uw61367266", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw61367266.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 9, | |
"net": "uw", | |
"code": "61367266", | |
"ids": ",uw61367266,", | |
"sources": ",uw,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 10, | |
"dmin": 0.04796, | |
"rms": 0.08, | |
"gap": 162, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.8 - 9km SE of Desert Aire, Washington", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-119.8423333, 46.6056667, 6.09] | |
} | |
}, | |
{ | |
"id": "pr2018037005", | |
"mag": 2.19, | |
"place": "9km SSW of Tallaboa, Puerto Rico", | |
"time": 1517904203160, | |
"updated": 1517919019801, | |
"tz": -240, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/pr2018037005", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr2018037005.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 74, | |
"net": "pr", | |
"code": "2018037005", | |
"ids": ",pr2018037005,", | |
"sources": ",pr,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 5, | |
"dmin": 0.183, | |
"rms": 0.3, | |
"gap": 237, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 2.2 - 9km SSW of Tallaboa, Puerto Rico", | |
"geometry": {"type": "Point", "coordinates": [-66.7378, 17.9156, 11]} | |
}, | |
{ | |
"id": "nc72965176", | |
"mag": 0.12, | |
"place": "8km E of Mammoth Lakes, CA", | |
"time": 1517903329650, | |
"updated": 1517943543094, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965176", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965176.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "nc", | |
"code": "72965176", | |
"ids": ",nc72965176,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 10, | |
"dmin": 0.005426, | |
"rms": 0.03, | |
"gap": 110, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.1 - 8km E of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.89, 37.6443333, 2.49] | |
} | |
}, | |
{ | |
"id": "nn00620847", | |
"mag": 0.6, | |
"place": "12km SE of Portola, California", | |
"time": 1517903042820, | |
"updated": 1517936133100, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620847", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620847.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 6, | |
"net": "nn", | |
"code": "00620847", | |
"ids": ",nn00620847,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 11, | |
"dmin": 0.065, | |
"rms": 0.1455, | |
"gap": 110.92, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.6 - 12km SE of Portola, California", | |
"geometry": {"type": "Point", "coordinates": [-120.3615, 39.739, 13]} | |
}, | |
{ | |
"id": "nc72965161", | |
"mag": 1.06, | |
"place": "6km NW of The Geysers, CA", | |
"time": 1517902946280, | |
"updated": 1517903522974, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965161", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965161.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 17, | |
"net": "nc", | |
"code": "72965161", | |
"ids": ",nc72965161,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 19, | |
"dmin": 0.009713, | |
"rms": 0.04, | |
"gap": 59, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.1 - 6km NW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.7928314, 38.8175011, 2.53] | |
} | |
}, | |
{ | |
"id": "ci38100752", | |
"mag": 2.33, | |
"place": "7km WNW of McFarland, CA", | |
"time": 1517902863470, | |
"updated": 1517927949179, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100752", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100752.geojson", | |
"felt": 1, | |
"cdi": 2, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 84, | |
"net": "ci", | |
"code": "38100752", | |
"ids": ",ci38100752,nc72965156,", | |
"sources": ",ci,nc,", | |
"types": ",dyfi,focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 24, | |
"dmin": 0.2124, | |
"rms": 0.25, | |
"gap": 86, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.3 - 7km WNW of McFarland, CA", | |
"geometry": {"type": "Point", "coordinates": [-119.2925, 35.712, 16.21]} | |
}, | |
{ | |
"id": "ak18365694", | |
"mag": 1.3, | |
"place": "10km SW of Knik-Fairview, Alaska", | |
"time": 1517902481207, | |
"updated": 1517902799072, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18365694", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18365694.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 26, | |
"net": "ak", | |
"code": "18365694", | |
"ids": ",ak18365694,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.16, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.3 - 10km SW of Knik-Fairview, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-149.7605, 61.456, 33.8]} | |
}, | |
{ | |
"id": "us1000chde", | |
"mag": 2.7, | |
"place": "17km WNW of Union City, Oklahoma", | |
"time": 1517902425030, | |
"updated": 1517955112005, | |
"tz": -360, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000chde", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000chde.geojson", | |
"felt": 8, | |
"cdi": 4.2, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 116, | |
"net": "us", | |
"code": "1000chde", | |
"ids": ",us1000chde,", | |
"sources": ",us,", | |
"types": ",dyfi,geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 0.391, | |
"rms": 0.75, | |
"gap": 49, | |
"magType": "mb_lg", | |
"type": "Feature", | |
"title": "M 2.7 - 17km WNW of Union City, Oklahoma", | |
"geometry": {"type": "Point", "coordinates": [-98.1265, 35.4264, 4.38]} | |
}, | |
{ | |
"id": "ci38100744", | |
"mag": 0.53, | |
"place": "14km NE of Borrego Springs, CA", | |
"time": 1517902393290, | |
"updated": 1517924898698, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100744", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100744.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 4, | |
"net": "ci", | |
"code": "38100744", | |
"ids": ",ci38100744,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 15, | |
"dmin": 0.1396, | |
"rms": 0.18, | |
"gap": 211, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.5 - 14km NE of Borrego Springs, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.2881667, 33.3568333, 10.43] | |
} | |
}, | |
{ | |
"id": "nc72965136", | |
"mag": 1.68, | |
"place": "4km N of Pinnacles, CA", | |
"time": 1517902165490, | |
"updated": 1517907002130, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965136", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965136.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 43, | |
"net": "nc", | |
"code": "72965136", | |
"ids": ",nc72965136,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 12, | |
"dmin": 0.03542, | |
"rms": 0.06, | |
"gap": 94, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.7 - 4km N of Pinnacles, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-121.1473312, 36.5665016, 9] | |
} | |
}, | |
{ | |
"id": "nc72965131", | |
"mag": 0.87, | |
"place": "13km WNW of Toms Place, CA", | |
"time": 1517902164100, | |
"updated": 1517942882379, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965131", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965131.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 12, | |
"net": "nc", | |
"code": "72965131", | |
"ids": ",nc72965131,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 23, | |
"dmin": 0.01643, | |
"rms": 0.05, | |
"gap": 68, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.9 - 13km WNW of Toms Place, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.8215, 37.6053333, 4.16] | |
} | |
}, | |
{ | |
"id": "nc72965126", | |
"mag": 2.49, | |
"place": "11km SE of Pinnacles, CA", | |
"time": 1517901909180, | |
"updated": 1517946901530, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965126", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965126.geojson", | |
"felt": 6, | |
"cdi": 2.7, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 97, | |
"net": "nc", | |
"code": "72965126", | |
"ids": ",nc72965126,", | |
"sources": ",nc,", | |
"types": ",dyfi,focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 69, | |
"dmin": 0.04664, | |
"rms": 0.07, | |
"gap": 100, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 2.5 - 11km SE of Pinnacles, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-121.0443333, 36.471, 1.55] | |
} | |
}, | |
{ | |
"id": "us1000chda", | |
"mag": 4.4, | |
"place": "122km W of Kota Ternate, Indonesia", | |
"time": 1517901408280, | |
"updated": 1517902236040, | |
"tz": 480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000chda", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000chda.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 298, | |
"net": "us", | |
"code": "1000chda", | |
"ids": ",us1000chda,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 1.1, | |
"rms": 0.37, | |
"gap": 113, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.4 - 122km W of Kota Ternate, Indonesia", | |
"geometry": {"type": "Point", "coordinates": [126.2786, 0.6058, 40.52]} | |
}, | |
{ | |
"id": "us1000cheh", | |
"mag": 3, | |
"place": "195km S of Adak, Alaska", | |
"time": 1517900990360, | |
"updated": 1517908291040, | |
"tz": -720, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cheh", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cheh.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 138, | |
"net": "us", | |
"code": "1000cheh", | |
"ids": ",ak18364354,us1000cheh,", | |
"sources": ",ak,us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 1.729, | |
"rms": 0.75, | |
"gap": 243, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 3.0 - 195km S of Adak, Alaska", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-176.9015, 50.1326, 23.12] | |
} | |
}, | |
{ | |
"id": "nc72965121", | |
"mag": 0.49, | |
"place": "14km SE of Mammoth Lakes, CA", | |
"time": 1517900965140, | |
"updated": 1517942223353, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965121", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965121.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 4, | |
"net": "nc", | |
"code": "72965121", | |
"ids": ",nc72965121,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 14, | |
"dmin": 0.04505, | |
"rms": 0.11, | |
"gap": 166, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.5 - 14km SE of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.8643333, 37.5546667, 0.32] | |
} | |
}, | |
{ | |
"id": "hv70029992", | |
"mag": 1.1, | |
"place": "16km ENE of Honaunau-Napoopoo, Hawaii", | |
"time": 1517900401550, | |
"updated": 1517961961400, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/hv70029992", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv70029992.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 19, | |
"net": "hv", | |
"code": "70029992", | |
"ids": ",hv70029992,", | |
"sources": ",hv,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 11, | |
"dmin": 0.02644, | |
"rms": 0.1, | |
"gap": 136, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.1 - 16km ENE of Honaunau-Napoopoo, Hawaii", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-155.7236667, 19.522, 8.98] | |
} | |
}, | |
{ | |
"id": "ci38100728", | |
"mag": 0.82, | |
"place": "5km SW of Redlands, CA", | |
"time": 1517900169770, | |
"updated": 1517900394625, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100728", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100728.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 10, | |
"net": "ci", | |
"code": "38100728", | |
"ids": ",ci38100728,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 27, | |
"dmin": 0.08075, | |
"rms": 0.17, | |
"gap": 63, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.8 - 5km SW of Redlands, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-117.2153333, 34.0201667, 11.82] | |
} | |
}, | |
{ | |
"id": "nc72965116", | |
"mag": 1.77, | |
"place": "10km ENE of Mammoth Lakes, CA", | |
"time": 1517899801390, | |
"updated": 1517949903625, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965116", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965116.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 48, | |
"net": "nc", | |
"code": "72965116", | |
"ids": ",nc72965116,", | |
"sources": ",nc,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 29, | |
"dmin": 0.02797, | |
"rms": 0.06, | |
"gap": 74, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.8 - 10km ENE of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.8758333, 37.6696667, 2.3] | |
} | |
}, | |
{ | |
"id": "nn00620825", | |
"mag": 1.8, | |
"place": "28km WSW of Hawthorne, Nevada", | |
"time": 1517899608208, | |
"updated": 1517932206549, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620825", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620825.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 50, | |
"net": "nn", | |
"code": "00620825", | |
"ids": ",nn00620825,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 29, | |
"dmin": 0.131, | |
"rms": 0.2295, | |
"gap": 63.31, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.8 - 28km WSW of Hawthorne, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-118.9105, 38.3928, 7.3]} | |
}, | |
{ | |
"id": "pr2018037004", | |
"mag": 2.06, | |
"place": "23km WNW of Puerto Real, Puerto Rico", | |
"time": 1517898798130, | |
"updated": 1517906652877, | |
"tz": -240, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/pr2018037004", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr2018037004.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 65, | |
"net": "pr", | |
"code": "2018037004", | |
"ids": ",pr2018037004,", | |
"sources": ",pr,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 4, | |
"dmin": 0.3172, | |
"rms": 0.31, | |
"gap": 315, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 2.1 - 23km WNW of Puerto Real, Puerto Rico", | |
"geometry": {"type": "Point", "coordinates": [-67.3996, 18.1293, 15]} | |
}, | |
{ | |
"id": "pr2018037003", | |
"mag": 3.06, | |
"place": "22km WNW of Puerto Real, Puerto Rico", | |
"time": 1517898551940, | |
"updated": 1517906642565, | |
"tz": -240, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/pr2018037003", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr2018037003.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 144, | |
"net": "pr", | |
"code": "2018037003", | |
"ids": ",pr2018037003,", | |
"sources": ",pr,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 12, | |
"dmin": 0.2477, | |
"rms": 0.45, | |
"gap": 281, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 3.1 - 22km WNW of Puerto Real, Puerto Rico", | |
"geometry": {"type": "Point", "coordinates": [-67.385, 18.1566, 19]} | |
}, | |
{ | |
"id": "ak18364351", | |
"mag": 1.8, | |
"place": "22km WSW of Tanaga Volcano, Alaska", | |
"time": 1517898292089, | |
"updated": 1517900879321, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18364351", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18364351.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 50, | |
"net": "ak", | |
"code": "18364351", | |
"ids": ",ak18364351,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.53, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.8 - 22km WSW of Tanaga Volcano, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-178.45, 51.8182, 27.5]} | |
}, | |
{ | |
"id": "mb80280469", | |
"mag": 0.51, | |
"place": "13km S of Whitehall, Montana", | |
"time": 1517898247330, | |
"updated": 1517933003960, | |
"tz": -420, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/mb80280469", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/mb80280469.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 4, | |
"net": "mb", | |
"code": "80280469", | |
"ids": ",mb80280469,", | |
"sources": ",mb,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 4, | |
"dmin": 0.251, | |
"rms": 0.08, | |
"gap": 184, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.5 - 13km S of Whitehall, Montana", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-112.1098333, 45.7451667, 5.84] | |
} | |
}, | |
{ | |
"id": "nc72965106", | |
"mag": 1.61, | |
"place": "12km NNW of Coalinga, CA", | |
"time": 1517897749770, | |
"updated": 1517902921949, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965106", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965106.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 40, | |
"net": "nc", | |
"code": "72965106", | |
"ids": ",nc72965106,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 12, | |
"dmin": 0.1097, | |
"rms": 0.1, | |
"gap": 138, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.6 - 12km NNW of Coalinga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-120.4296646, 36.2369995, 9.41] | |
} | |
}, | |
{ | |
"id": "nc72965096", | |
"mag": 0.89, | |
"place": "8km WNW of The Geysers, CA", | |
"time": 1517896784040, | |
"updated": 1517897643304, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965096", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965096.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 12, | |
"net": "nc", | |
"code": "72965096", | |
"ids": ",nc72965096,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 7, | |
"dmin": 0.003407, | |
"rms": 0.03, | |
"gap": 121, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.9 - 8km WNW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.8359985, 38.8064995, 2.13] | |
} | |
}, | |
{ | |
"id": "ci38100712", | |
"mag": 1.83, | |
"place": "15km SE of Maricopa, CA", | |
"time": 1517896242260, | |
"updated": 1517896478252, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100712", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100712.geojson", | |
"felt": 1, | |
"cdi": 3.8, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 52, | |
"net": "ci", | |
"code": "38100712", | |
"ids": ",ci38100712,", | |
"sources": ",ci,", | |
"types": ",dyfi,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 16, | |
"dmin": 0.1025, | |
"rms": 0.23, | |
"gap": 123, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.8 - 15km SE of Maricopa, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-119.2901667, 34.9573333, 0.42] | |
} | |
}, | |
{ | |
"id": "pr2018037002", | |
"mag": 2.7, | |
"place": "10km S of Jobos, Puerto Rico", | |
"time": 1517895870010, | |
"updated": 1517906626317, | |
"tz": -240, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/pr2018037002", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr2018037002.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 112, | |
"net": "pr", | |
"code": "2018037002", | |
"ids": ",pr2018037002,", | |
"sources": ",pr,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 11, | |
"dmin": 0.1214, | |
"rms": 0.17, | |
"gap": 231, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 2.7 - 10km S of Jobos, Puerto Rico", | |
"geometry": {"type": "Point", "coordinates": [-66.1681, 17.8606, 13]} | |
}, | |
{ | |
"id": "nc72965091", | |
"mag": 1.03, | |
"place": "10km WNW of The Geysers, CA", | |
"time": 1517895457890, | |
"updated": 1517896383260, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965091", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965091.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 16, | |
"net": "nc", | |
"code": "72965091", | |
"ids": ",nc72965091,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 16, | |
"dmin": 0.002242, | |
"rms": 0.04, | |
"gap": 113, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.0 - 10km WNW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.854332, 38.8264999, 2.06] | |
} | |
}, | |
{ | |
"id": "nc72965086", | |
"mag": 0.32, | |
"place": "10km S of Mammoth Lakes, CA", | |
"time": 1517894359620, | |
"updated": 1517940964299, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965086", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965086.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "nc", | |
"code": "72965086", | |
"ids": ",nc72965086,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 9, | |
"dmin": 0.07297, | |
"rms": 0.03, | |
"gap": 257, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.3 - 10km S of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9791667, 37.5478333, 4.18] | |
} | |
}, | |
{ | |
"id": "ak18364334", | |
"mag": 1.8, | |
"place": "8km E of Eielson Air Force Base, Alaska", | |
"time": 1517894106896, | |
"updated": 1517894359884, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18364334", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18364334.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 50, | |
"net": "ak", | |
"code": "18364334", | |
"ids": ",ak18364334,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.63, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.8 - 8km E of Eielson Air Force Base, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-146.8811, 64.664, 10.9]} | |
}, | |
{ | |
"id": "ak18364320", | |
"mag": 2.3, | |
"place": "42km WNW of Nikiski, Alaska", | |
"time": 1517893822297, | |
"updated": 1517894225717, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18364320", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18364320.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 81, | |
"net": "ak", | |
"code": "18364320", | |
"ids": ",ak18364320,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.75, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.3 - 42km WNW of Nikiski, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-151.9825, 60.861, 82.2]} | |
}, | |
{ | |
"id": "us1000chc4", | |
"mag": 4.8, | |
"place": "23km NNE of Hualian, Taiwan", | |
"time": 1517893755240, | |
"updated": 1517934080498, | |
"tz": 480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000chc4", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000chc4.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 354, | |
"net": "us", | |
"code": "1000chc4", | |
"ids": ",us1000chc4,", | |
"sources": ",us,", | |
"types": ",geoserve,moment-tensor,origin,phase-data,", | |
"nst": null, | |
"dmin": 0.111, | |
"rms": 0.67, | |
"gap": 74, | |
"magType": "mwr", | |
"type": "Feature", | |
"title": "M 4.8 - 23km NNE of Hualian, Taiwan", | |
"geometry": {"type": "Point", "coordinates": [121.7157, 24.1594, 8.09]} | |
}, | |
{ | |
"id": "ak18362987", | |
"mag": 2.5, | |
"place": "69km WSW of Tok, Alaska", | |
"time": 1517893428199, | |
"updated": 1517894225357, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18362987", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18362987.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 96, | |
"net": "ak", | |
"code": "18362987", | |
"ids": ",ak18362987,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.98, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.5 - 69km WSW of Tok, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-144.3062, 63.1469, 2.4]} | |
}, | |
{ | |
"id": "ak18362984", | |
"mag": 1.8, | |
"place": "91km WSW of Cantwell, Alaska", | |
"time": 1517893256752, | |
"updated": 1517893562851, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18362984", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18362984.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 50, | |
"net": "ak", | |
"code": "18362984", | |
"ids": ",ak18362984,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.45, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.8 - 91km WSW of Cantwell, Alaska", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-150.6765, 63.1156, 115.1] | |
} | |
}, | |
{ | |
"id": "us1000chbz", | |
"mag": 4.8, | |
"place": "6km SW of Carasi, Philippines", | |
"time": 1517893154720, | |
"updated": 1517893963255, | |
"tz": 480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000chbz", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000chbz.geojson", | |
"felt": 1, | |
"cdi": 2, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 355, | |
"net": "us", | |
"code": "1000chbz", | |
"ids": ",us1000chbz,", | |
"sources": ",us,", | |
"types": ",dyfi,geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 4.644, | |
"rms": 0.87, | |
"gap": 129, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.8 - 6km SW of Carasi, Philippines", | |
"geometry": {"type": "Point", "coordinates": [120.8237, 18.1555, 43.55]} | |
}, | |
{ | |
"id": "nc72965081", | |
"mag": 1.78, | |
"place": "39km NE of Covelo, CA", | |
"time": 1517892841500, | |
"updated": 1517901421421, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965081", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965081.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 49, | |
"net": "nc", | |
"code": "72965081", | |
"ids": ",nc72965081,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 9, | |
"dmin": 0.1733, | |
"rms": 0.12, | |
"gap": 124, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.8 - 39km NE of Covelo, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.9068298, 40.0288315, 6.09] | |
} | |
}, | |
{ | |
"id": "us1000chbp", | |
"mag": 5, | |
"place": "144km W of Constitucion, Chile", | |
"time": 1517892527340, | |
"updated": 1517939036900, | |
"tz": -300, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000chbp", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000chbp.geojson", | |
"felt": 4, | |
"cdi": 2.6, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 386, | |
"net": "us", | |
"code": "1000chbp", | |
"ids": ",us1000chbp,", | |
"sources": ",us,", | |
"types": ",dyfi,geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 1.72, | |
"rms": 0.83, | |
"gap": 147, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 5.0 - 144km W of Constitucion, Chile", | |
"geometry": {"type": "Point", "coordinates": [-74.0065, -35.2607, 10]} | |
}, | |
{ | |
"id": "hv70029932", | |
"mag": 1.96, | |
"place": "17km SSW of Leilani Estates, Hawaii", | |
"time": 1517892382070, | |
"updated": 1517954301590, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/hv70029932", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv70029932.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 59, | |
"net": "hv", | |
"code": "70029932", | |
"ids": ",hv70029932,", | |
"sources": ",hv,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 29, | |
"dmin": 0.1162, | |
"rms": 0.09, | |
"gap": 227, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 2.0 - 17km SSW of Leilani Estates, Hawaii", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-154.9836667, 19.3185, 37.53] | |
} | |
}, | |
{ | |
"id": "ci38100704", | |
"mag": 1.26, | |
"place": "21km SSW of Little Lake, CA", | |
"time": 1517892376100, | |
"updated": 1517924938960, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100704", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100704.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 24, | |
"net": "ci", | |
"code": "38100704", | |
"ids": ",ci38100704,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 20, | |
"dmin": 0.1205, | |
"rms": 0.16, | |
"gap": 117, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.3 - 21km SSW of Little Lake, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.0311667, 35.7773333, 0.3] | |
} | |
}, | |
{ | |
"id": "ak18362980", | |
"mag": 1.7, | |
"place": "44km NE of Y, Alaska", | |
"time": 1517892217624, | |
"updated": 1517892585063, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18362980", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18362980.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 44, | |
"net": "ak", | |
"code": "18362980", | |
"ids": ",ak18362980,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.68, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.7 - 44km NE of Y, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-149.183, 62.4169, 0.1]} | |
}, | |
{ | |
"id": "ci38100696", | |
"mag": 1.49, | |
"place": "10km NE of Aguanga, CA", | |
"time": 1517891840430, | |
"updated": 1517892066660, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100696", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100696.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 34, | |
"net": "ci", | |
"code": "38100696", | |
"ids": ",ci38100696,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 12, | |
"dmin": 0.07109, | |
"rms": 0.07, | |
"gap": 72, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.5 - 10km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7913333, 33.5103333, 5.87] | |
} | |
}, | |
{ | |
"id": "uw61367171", | |
"mag": 1.91, | |
"place": "14km ENE of Cathlamet, Washington", | |
"time": 1517891825850, | |
"updated": 1517955060340, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uw61367171", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw61367171.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 56, | |
"net": "uw", | |
"code": "61367171", | |
"ids": ",uw61367171,", | |
"sources": ",uw,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 17, | |
"dmin": 0.1598, | |
"rms": 0.2, | |
"gap": 142, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.9 - 14km ENE of Cathlamet, Washington", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-123.2068333, 46.2438333, 18.74] | |
} | |
}, | |
{ | |
"id": "nc72965076", | |
"mag": 1.19, | |
"place": "6km SSW of Tennant, CA", | |
"time": 1517891547010, | |
"updated": 1517948282564, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965076", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965076.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 22, | |
"net": "nc", | |
"code": "72965076", | |
"ids": ",nc72965076,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 11, | |
"dmin": 0.1008, | |
"rms": 0.15, | |
"gap": 90, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.2 - 6km SSW of Tennant, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-121.9398333, 41.535, -0.01] | |
} | |
}, | |
{ | |
"id": "ci38100688", | |
"mag": 0.84, | |
"place": "10km E of Desert Hot Springs, CA", | |
"time": 1517891378650, | |
"updated": 1517924937689, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100688", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100688.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 11, | |
"net": "ci", | |
"code": "38100688", | |
"ids": ",ci38100688,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 18, | |
"dmin": 0.03275, | |
"rms": 0.17, | |
"gap": 71, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.8 - 10km E of Desert Hot Springs, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.3878333, 33.9685, 7.7] | |
} | |
}, | |
{ | |
"id": "nn00620845", | |
"mag": 0.6, | |
"place": "37km SE of Bridgeport, California", | |
"time": 1517891314328, | |
"updated": 1517935386172, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620845", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620845.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 6, | |
"net": "nn", | |
"code": "00620845", | |
"ids": ",nn00620845,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 6, | |
"dmin": 0.079, | |
"rms": 0.0985, | |
"gap": 185.54, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.6 - 37km SE of Bridgeport, California", | |
"geometry": {"type": "Point", "coordinates": [-118.8804, 38.0549, 8.1]} | |
}, | |
{ | |
"id": "us1000chbc", | |
"mag": 4.2, | |
"place": "36km WSW of Santa Cruz, Chile", | |
"time": 1517890421920, | |
"updated": 1517892312741, | |
"tz": -240, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000chbc", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000chbc.geojson", | |
"felt": 9, | |
"cdi": 2.9, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 274, | |
"net": "us", | |
"code": "1000chbc", | |
"ids": ",us1000chbc,", | |
"sources": ",us,", | |
"types": ",dyfi,geoserve,moment-tensor,origin,phase-data,", | |
"nst": null, | |
"dmin": 0.291, | |
"rms": 0.53, | |
"gap": 82, | |
"magType": "mwr", | |
"type": "Feature", | |
"title": "M 4.2 - 36km WSW of Santa Cruz, Chile", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-71.7207, -34.7746, 44.75] | |
} | |
}, | |
{ | |
"id": "ak18362951", | |
"mag": 2.1, | |
"place": "181km NNE of Cape Yakataga, Alaska", | |
"time": 1517890388385, | |
"updated": 1517891203221, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18362951", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18362951.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 68, | |
"net": "ak", | |
"code": "18362951", | |
"ids": ",ak18362951,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.67, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.1 - 181km NNE of Cape Yakataga, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-141.0135, 61.5429, 0]} | |
}, | |
{ | |
"id": "nn00620844", | |
"mag": 0.1, | |
"place": "14km SSE of Mogul, Nevada", | |
"time": 1517889728564, | |
"updated": 1517935198189, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620844", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620844.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "nn", | |
"code": "00620844", | |
"ids": ",nn00620844,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 12, | |
"dmin": 0.168, | |
"rms": 0.1685, | |
"gap": 97.38, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.1 - 14km SSE of Mogul, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-119.8605, 39.3906, 11.2]} | |
}, | |
{ | |
"id": "nc72965071", | |
"mag": 1.57, | |
"place": "5km ESE of Pinnacles, CA", | |
"time": 1517889542280, | |
"updated": 1517899864360, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965071", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965071.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 38, | |
"net": "nc", | |
"code": "72965071", | |
"ids": ",nc72965071,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 11, | |
"dmin": 0.01168, | |
"rms": 0.02, | |
"gap": 65, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.6 - 5km ESE of Pinnacles, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-121.0913315, 36.5073318, 4.61] | |
} | |
}, | |
{ | |
"id": "pr2018037001", | |
"mag": 3.43, | |
"place": "65km N of San Juan, Puerto Rico", | |
"time": 1517888397750, | |
"updated": 1517906557850, | |
"tz": -240, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/pr2018037001", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr2018037001.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 181, | |
"net": "pr", | |
"code": "2018037001", | |
"ids": ",pr2018037001,", | |
"sources": ",pr,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 15, | |
"dmin": 0.7155, | |
"rms": 0.3, | |
"gap": 255, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 3.4 - 65km N of San Juan, Puerto Rico", | |
"geometry": {"type": "Point", "coordinates": [-66.114, 19.0596, 28]} | |
}, | |
{ | |
"id": "ci38100680", | |
"mag": 1.91, | |
"place": "18km SSW of Ocotillo Wells, CA", | |
"time": 1517888251030, | |
"updated": 1517917202611, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100680", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100680.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 56, | |
"net": "ci", | |
"code": "38100680", | |
"ids": ",ci38100680,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 57, | |
"dmin": 0.1593, | |
"rms": 0.21, | |
"gap": 48, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.9 - 18km SSW of Ocotillo Wells, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.2345, 33.0061667, 4.42] | |
} | |
}, | |
{ | |
"id": "ci38100664", | |
"mag": 0.51, | |
"place": "0km S of Wildomar, CA", | |
"time": 1517888044700, | |
"updated": 1517888267170, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100664", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100664.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 4, | |
"net": "ci", | |
"code": "38100664", | |
"ids": ",ci38100664,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 28, | |
"dmin": 0.07086, | |
"rms": 0.22, | |
"gap": 87, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.5 - 0km S of Wildomar, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-117.2801667, 33.5956667, 15.16] | |
} | |
}, | |
{ | |
"id": "hv70029902", | |
"mag": 1.45, | |
"place": "23km N of Pahala, Hawaii", | |
"time": 1517887948170, | |
"updated": 1517953802520, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/hv70029902", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv70029902.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 32, | |
"net": "hv", | |
"code": "70029902", | |
"ids": ",hv70029902,", | |
"sources": ",hv,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 40, | |
"dmin": 0.04304, | |
"rms": 0.09, | |
"gap": 37, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.5 - 23km N of Pahala, Hawaii", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-155.4923333, 19.4201667, 5.05] | |
} | |
}, | |
{ | |
"id": "ci38100656", | |
"mag": 0.98, | |
"place": "10km E of Yorba Linda, CA", | |
"time": 1517887925200, | |
"updated": 1517924999694, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100656", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100656.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 15, | |
"net": "ci", | |
"code": "38100656", | |
"ids": ",ci38100656,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 28, | |
"dmin": 0.0815, | |
"rms": 0.23, | |
"gap": 97, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.0 - 10km E of Yorba Linda, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-117.7105, 33.8991667, 12] | |
} | |
}, | |
{ | |
"id": "ci38100648", | |
"mag": 2.77, | |
"place": "7km NW of McFarland, CA", | |
"time": 1517887335100, | |
"updated": 1517893143089, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100648", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100648.geojson", | |
"felt": 6, | |
"cdi": 3.1, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 120, | |
"net": "ci", | |
"code": "38100648", | |
"ids": ",ci38100648,nc72965051,", | |
"sources": ",ci,nc,", | |
"types": ",dyfi,focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 21, | |
"dmin": 0.2106, | |
"rms": 0.29, | |
"gap": 94, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.8 - 7km NW of McFarland, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-119.2923333, 35.7146667, 16.83] | |
} | |
}, | |
{ | |
"id": "nn00620843", | |
"mag": 0.6, | |
"place": "37km SE of Bridgeport, California", | |
"time": 1517887147693, | |
"updated": 1517934809711, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620843", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620843.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 6, | |
"net": "nn", | |
"code": "00620843", | |
"ids": ",nn00620843,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 8, | |
"dmin": 0.082, | |
"rms": 0.1189, | |
"gap": 116.28, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.6 - 37km SE of Bridgeport, California", | |
"geometry": {"type": "Point", "coordinates": [-118.8832, 38.0547, 8.1]} | |
}, | |
{ | |
"id": "nn00620823", | |
"mag": 1.1, | |
"place": "12km SSW of Ely, Nevada", | |
"time": 1517886921363, | |
"updated": 1517931429965, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620823", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620823.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 19, | |
"net": "nn", | |
"code": "00620823", | |
"ids": ",nn00620823,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 5, | |
"dmin": 0.146, | |
"rms": 0.1619, | |
"gap": 140.72, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.1 - 12km SSW of Ely, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-114.9587, 39.1457, 0]} | |
}, | |
{ | |
"id": "ci38100640", | |
"mag": 1.47, | |
"place": "8km NE of Aguanga, CA", | |
"time": 1517885858250, | |
"updated": 1517925067520, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100640", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100640.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 33, | |
"net": "ci", | |
"code": "38100640", | |
"ids": ",ci38100640,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 61, | |
"dmin": 0.09299, | |
"rms": 0.21, | |
"gap": 38, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.5 - 8km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.795, 33.4856667, 2.82] | |
} | |
}, | |
{ | |
"id": "ci38100632", | |
"mag": 0.32, | |
"place": "4km NE of Aguanga, CA", | |
"time": 1517885822230, | |
"updated": 1517886041908, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100632", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100632.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "ci", | |
"code": "38100632", | |
"ids": ",ci38100632,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 14, | |
"dmin": 0.1161, | |
"rms": 0.19, | |
"gap": 135, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.3 - 4km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.833, 33.4673333, 6.78] | |
} | |
}, | |
{ | |
"id": "uw61367136", | |
"mag": 0.36, | |
"place": "37km NNE of Amboy, Washington", | |
"time": 1517885579020, | |
"updated": 1517948555690, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uw61367136", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw61367136.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "uw", | |
"code": "61367136", | |
"ids": ",uw61367136,", | |
"sources": ",uw,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 6, | |
"dmin": 0.02038, | |
"rms": 0.05, | |
"gap": 115, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.4 - 37km NNE of Amboy, Washington", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.1975, 46.1946667, 2.29] | |
} | |
}, | |
{ | |
"id": "nc72965016", | |
"mag": 0.93, | |
"place": "13km S of Mammoth Lakes, CA", | |
"time": 1517885481720, | |
"updated": 1517939702258, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72965016", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72965016.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 13, | |
"net": "nc", | |
"code": "72965016", | |
"ids": ",nc72965016,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 21, | |
"dmin": 0.09642, | |
"rms": 0.1, | |
"gap": 195, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.9 - 13km S of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9736667, 37.5211667, 0.27] | |
} | |
}, | |
{ | |
"id": "ak18361613", | |
"mag": 1.2, | |
"place": "99km NNW of Nikiski, Alaska", | |
"time": 1517885467219, | |
"updated": 1517886147440, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18361613", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18361613.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 22, | |
"net": "ak", | |
"code": "18361613", | |
"ids": ",ak18361613,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.22, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.2 - 99km NNW of Nikiski, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-152.3132, 61.4336, 7]} | |
}, | |
{ | |
"id": "ak18361603", | |
"mag": 2.9, | |
"place": "88km SSE of Old Iliamna, Alaska", | |
"time": 1517884445833, | |
"updated": 1517885355868, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18361603", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18361603.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 129, | |
"net": "ak", | |
"code": "18361603", | |
"ids": ",ak18361603,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.64, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.9 - 88km SSE of Old Iliamna, Alaska", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-154.5556, 58.9754, 139.1] | |
} | |
}, | |
{ | |
"id": "nn00620863", | |
"mag": 0.2, | |
"place": "36km SSE of Goldfield, Nevada", | |
"time": 1517883968437, | |
"updated": 1517939573343, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620863", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620863.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "nn", | |
"code": "00620863", | |
"ids": ",nn00620863,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 11, | |
"dmin": 0.158, | |
"rms": 0.112, | |
"gap": 136.99, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.2 - 36km SSE of Goldfield, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-117.1031, 37.3971, 12.5]} | |
}, | |
{ | |
"id": "nn00620861", | |
"mag": 0.4, | |
"place": "35km SSE of Goldfield, Nevada", | |
"time": 1517883290343, | |
"updated": 1517939185624, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620861", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620861.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "nn", | |
"code": "00620861", | |
"ids": ",nn00620861,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 14, | |
"dmin": 0.158, | |
"rms": 0.1574, | |
"gap": 137.25, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.4 - 35km SSE of Goldfield, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-117.1096, 37.4024, 13.4]} | |
}, | |
{ | |
"id": "se60051623", | |
"mag": 0.54, | |
"place": "8km NE of Sweetwater, Tennessee", | |
"time": 1517883285290, | |
"updated": 1517927065170, | |
"tz": -300, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/se60051623", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/se60051623.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 4, | |
"net": "se", | |
"code": "60051623", | |
"ids": ",se60051623,", | |
"sources": ",se,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 5, | |
"dmin": 0.1495, | |
"rms": 0.32, | |
"gap": 107, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.5 - 8km NE of Sweetwater, Tennessee", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-84.3941667, 35.6576667, 6.92] | |
} | |
}, | |
{ | |
"id": "nn00620859", | |
"mag": 0.8, | |
"place": "7km NNW of Greenville, California", | |
"time": 1517883125695, | |
"updated": 1517938602223, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620859", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620859.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 10, | |
"net": "nn", | |
"code": "00620859", | |
"ids": ",nn00620859,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 6, | |
"dmin": 0.178, | |
"rms": 0.0773, | |
"gap": 269.08, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.8 - 7km NNW of Greenville, California", | |
"geometry": {"type": "Point", "coordinates": [-120.9877, 40.2048, 4.5]} | |
}, | |
{ | |
"id": "ak18361601", | |
"mag": 1.8, | |
"place": "58km ENE of Whittier, Alaska", | |
"time": 1517882680780, | |
"updated": 1517882970357, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18361601", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18361601.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 50, | |
"net": "ak", | |
"code": "18361601", | |
"ids": ",ak18361601,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.89, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.8 - 58km ENE of Whittier, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-147.6352, 60.9065, 9.5]} | |
}, | |
{ | |
"id": "ak18361599", | |
"mag": 1.6, | |
"place": "78km ENE of Cantwell, Alaska", | |
"time": 1517882416148, | |
"updated": 1517882700345, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18361599", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18361599.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 39, | |
"net": "ak", | |
"code": "18361599", | |
"ids": ",ak18361599,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.65, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.6 - 78km ENE of Cantwell, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-147.4025, 63.5389, 69.6]} | |
}, | |
{ | |
"id": "ci38100616", | |
"mag": 0.91, | |
"place": "20km SW of Little Lake, CA", | |
"time": 1517881920270, | |
"updated": 1517882138293, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100616", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100616.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 13, | |
"net": "ci", | |
"code": "38100616", | |
"ids": ",ci38100616,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 13, | |
"dmin": 0.1213, | |
"rms": 0.18, | |
"gap": 120, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.9 - 20km SW of Little Lake, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.0386667, 35.7861667, 0.18] | |
} | |
}, | |
{ | |
"id": "nn00620858", | |
"mag": 0.3, | |
"place": "27km ENE of Big Pine, California", | |
"time": 1517881771265, | |
"updated": 1517938413772, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620858", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620858.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "nn", | |
"code": "00620858", | |
"ids": ",nn00620858,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 5, | |
"dmin": 0.108, | |
"rms": 0.1756, | |
"gap": 216.7, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.3 - 27km ENE of Big Pine, California", | |
"geometry": {"type": "Point", "coordinates": [-118.0006, 37.2623, 0]} | |
}, | |
{ | |
"id": "uw61367131", | |
"mag": 1.13, | |
"place": "32km NNE of Amboy, Washington", | |
"time": 1517881364020, | |
"updated": 1517954566310, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uw61367131", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw61367131.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 20, | |
"net": "uw", | |
"code": "61367131", | |
"ids": ",uw61367131,", | |
"sources": ",uw,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 19, | |
"dmin": 0.01959, | |
"rms": 0.15, | |
"gap": 92, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.1 - 32km NNE of Amboy, Washington", | |
"geometry": {"type": "Point", "coordinates": [-122.321, 46.1865, 10.49]} | |
}, | |
{ | |
"id": "uu60267022", | |
"mag": 1.73, | |
"place": "18km SE of Soda Springs, Idaho", | |
"time": 1517881340840, | |
"updated": 1517935701830, | |
"tz": -420, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uu60267022", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60267022.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 46, | |
"net": "uu", | |
"code": "60267022", | |
"ids": ",uu60267022,", | |
"sources": ",uu,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 11, | |
"dmin": 0.08456, | |
"rms": 0.23, | |
"gap": 99, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.7 - 18km SE of Soda Springs, Idaho", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-111.4313333, 42.5478333, 6.23] | |
} | |
}, | |
{ | |
"id": "pr2018037000", | |
"mag": 3.07, | |
"place": "57km SE of Punta Cana, Dominican Republic", | |
"time": 1517880312510, | |
"updated": 1517897252500, | |
"tz": -300, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/pr2018037000", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr2018037000.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 145, | |
"net": "pr", | |
"code": "2018037000", | |
"ids": ",pr2018037000,", | |
"sources": ",pr,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 8, | |
"dmin": 0.9073, | |
"rms": 0.36, | |
"gap": 161, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 3.1 - 57km SE of Punta Cana, Dominican Republic", | |
"geometry": {"type": "Point", "coordinates": [-67.9906, 18.2431, 15]} | |
}, | |
{ | |
"id": "nn00620857", | |
"mag": 0.2, | |
"place": "52km W of Alamo, Nevada", | |
"time": 1517879562364, | |
"updated": 1517938223454, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620857", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620857.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "nn", | |
"code": "00620857", | |
"ids": ",nn00620857,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 9, | |
"dmin": 0.22, | |
"rms": 0.1784, | |
"gap": 115.69, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.2 - 52km W of Alamo, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-115.748, 37.4249, 9.2]} | |
}, | |
{ | |
"id": "uu60267017", | |
"mag": 0.68, | |
"place": "9km NW of Milford, Utah", | |
"time": 1517879514580, | |
"updated": 1517936415080, | |
"tz": -420, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uu60267017", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60267017.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 7, | |
"net": "uu", | |
"code": "60267017", | |
"ids": ",uu60267017,", | |
"sources": ",uu,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 7, | |
"dmin": 0.07516, | |
"rms": 0.06, | |
"gap": 168, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.7 - 9km NW of Milford, Utah", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-113.0955, 38.4441667, 0.87] | |
} | |
}, | |
{ | |
"id": "nc72964996", | |
"mag": 0.97, | |
"place": "3km NNW of The Geysers, CA", | |
"time": 1517879408680, | |
"updated": 1517879882107, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964996", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964996.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 14, | |
"net": "nc", | |
"code": "72964996", | |
"ids": ",nc72964996,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 10, | |
"dmin": 0.01489, | |
"rms": 0.03, | |
"gap": 70, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.0 - 3km NNW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.7773361, 38.8030014, 0.58] | |
} | |
}, | |
{ | |
"id": "ci38100600", | |
"mag": 0.45, | |
"place": "10km NE of Aguanga, CA", | |
"time": 1517879364380, | |
"updated": 1517879586388, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100600", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100600.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 3, | |
"net": "ci", | |
"code": "38100600", | |
"ids": ",ci38100600,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 17, | |
"dmin": 0.06999, | |
"rms": 0.13, | |
"gap": 74, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.5 - 10km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.79, 33.5108333, 4.39] | |
} | |
}, | |
{ | |
"id": "ci38100592", | |
"mag": 0.94, | |
"place": "7km W of Muscoy, CA", | |
"time": 1517879197680, | |
"updated": 1517879417278, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100592", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100592.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 14, | |
"net": "ci", | |
"code": "38100592", | |
"ids": ",ci38100592,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 26, | |
"dmin": 0.04137, | |
"rms": 0.16, | |
"gap": 71, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.9 - 7km W of Muscoy, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-117.4155, 34.1523333, 6.09] | |
} | |
}, | |
{ | |
"id": "ci38100584", | |
"mag": 1.67, | |
"place": "6km NNE of Fontana, CA", | |
"time": 1517879074840, | |
"updated": 1517925132390, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100584", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100584.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 43, | |
"net": "ci", | |
"code": "38100584", | |
"ids": ",ci38100584,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 62, | |
"dmin": 0.04782, | |
"rms": 0.23, | |
"gap": 26, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.7 - 6km NNE of Fontana, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-117.4225, 34.1448333, 4.73] | |
} | |
}, | |
{ | |
"id": "ak18361564", | |
"mag": 2.3, | |
"place": "109km W of Willow, Alaska", | |
"time": 1517878498311, | |
"updated": 1517879091683, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18361564", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18361564.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 81, | |
"net": "ak", | |
"code": "18361564", | |
"ids": ",ak18361564,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.51, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.3 - 109km W of Willow, Alaska", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-152.0812, 61.9128, 115.1] | |
} | |
}, | |
{ | |
"id": "ak18361561", | |
"mag": 1.5, | |
"place": "138km WNW of Haines Junction, Canada", | |
"time": 1517878404330, | |
"updated": 1517879319202, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18361561", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18361561.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 35, | |
"net": "ak", | |
"code": "18361561", | |
"ids": ",ak18361561,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.69, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.5 - 138km WNW of Haines Junction, Canada", | |
"geometry": {"type": "Point", "coordinates": [-139.9375, 61.1541, 0]} | |
}, | |
{ | |
"id": "ci38100576", | |
"mag": 2.35, | |
"place": "4km N of Norco, CA", | |
"time": 1517877932360, | |
"updated": 1517954054007, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100576", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100576.geojson", | |
"felt": 18, | |
"cdi": 3.8, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 92, | |
"net": "ci", | |
"code": "38100576", | |
"ids": ",ci38100576,", | |
"sources": ",ci,", | |
"types": ",dyfi,focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 87, | |
"dmin": 0.04104, | |
"rms": 0.22, | |
"gap": 23, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.4 - 4km N of Norco, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-117.5515, 33.9643333, 4.5] | |
} | |
}, | |
{ | |
"id": "ci38100568", | |
"mag": 0.85, | |
"place": "5km E of Rancho Cucamonga, CA", | |
"time": 1517877752820, | |
"updated": 1517925112705, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100568", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100568.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 11, | |
"net": "ci", | |
"code": "38100568", | |
"ids": ",ci38100568,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 24, | |
"dmin": 0.09378, | |
"rms": 0.21, | |
"gap": 67, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.9 - 5km E of Rancho Cucamonga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-117.5255, 34.1156667, 1.14] | |
} | |
}, | |
{ | |
"id": "nc72964981", | |
"mag": 1.31, | |
"place": "3km W of Crockett, CA", | |
"time": 1517877572210, | |
"updated": 1517885762435, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964981", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964981.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 26, | |
"net": "nc", | |
"code": "72964981", | |
"ids": ",nc72964981,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 12, | |
"dmin": 0.02502, | |
"rms": 0.06, | |
"gap": 126, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.3 - 3km W of Crockett, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.2433319, 38.0540009, 5.74] | |
} | |
}, | |
{ | |
"id": "nn00620853", | |
"mag": 0.5, | |
"place": "51km W of Alamo, Nevada", | |
"time": 1517877400840, | |
"updated": 1517937847299, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620853", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620853.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 4, | |
"net": "nn", | |
"code": "00620853", | |
"ids": ",nn00620853,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 15, | |
"dmin": 0.224, | |
"rms": 0.1556, | |
"gap": 112.54, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.5 - 51km W of Alamo, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-115.7418, 37.4209, 4.1]} | |
}, | |
{ | |
"id": "nc72964976", | |
"mag": 1.63, | |
"place": "40km NE of Covelo, CA", | |
"time": 1517877397140, | |
"updated": 1517884202386, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964976", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964976.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 41, | |
"net": "nc", | |
"code": "72964976", | |
"ids": ",nc72964976,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 6, | |
"dmin": 0.1645, | |
"rms": 0.08, | |
"gap": 107, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.6 - 40km NE of Covelo, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.9144974, 40.043335, 8] | |
} | |
}, | |
{ | |
"id": "nc72964971", | |
"mag": 1.68, | |
"place": "40km NE of Covelo, CA", | |
"time": 1517877363900, | |
"updated": 1517882642335, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964971", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964971.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 43, | |
"net": "nc", | |
"code": "72964971", | |
"ids": ",nc72964971,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 7, | |
"dmin": 0.1672, | |
"rms": 0.08, | |
"gap": 92, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.7 - 40km NE of Covelo, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.9173355, 40.0416679, 12.09] | |
} | |
}, | |
{ | |
"id": "ci38100560", | |
"mag": 0.92, | |
"place": "6km W of Muscoy, CA", | |
"time": 1517877092780, | |
"updated": 1517925198770, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100560", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100560.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 13, | |
"net": "ci", | |
"code": "38100560", | |
"ids": ",ci38100560,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 24, | |
"dmin": 0.09236, | |
"rms": 0.18, | |
"gap": 65, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.9 - 6km W of Muscoy, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-117.4118333, 34.1511667, 7.27] | |
} | |
}, | |
{ | |
"id": "ak18360032", | |
"mag": 2.1, | |
"place": "86km NE of Kodiak, Alaska", | |
"time": 1517876520280, | |
"updated": 1517899482966, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18360032", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18360032.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 68, | |
"net": "ak", | |
"code": "18360032", | |
"ids": ",ak18360032,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.93, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.1 - 86km NE of Kodiak, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-151.3828, 58.3475, 38.1]} | |
}, | |
{ | |
"id": "nn00620850", | |
"mag": 0.9, | |
"place": "51km W of Alamo, Nevada", | |
"time": 1517876464612, | |
"updated": 1517937280933, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620850", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620850.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 12, | |
"net": "nn", | |
"code": "00620850", | |
"ids": ",nn00620850,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 12, | |
"dmin": 0.224, | |
"rms": 0.138, | |
"gap": 117.47, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.9 - 51km W of Alamo, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-115.7374, 37.4208, 6]} | |
}, | |
{ | |
"id": "nc72964966", | |
"mag": 2.72, | |
"place": "18km SSW of Kettleman City, CA", | |
"time": 1517876448640, | |
"updated": 1517953262217, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964966", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964966.geojson", | |
"felt": 78, | |
"cdi": 2.9, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 136, | |
"net": "nc", | |
"code": "72964966", | |
"ids": ",nc72964966,", | |
"sources": ",nc,", | |
"types": ",dyfi,focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 70, | |
"dmin": 0.1553, | |
"rms": 0.13, | |
"gap": 132, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 2.7 - 18km SSW of Kettleman City, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-120.0143333, 35.8561667, 11.68] | |
} | |
}, | |
{ | |
"id": "ci38100536", | |
"mag": 1.66, | |
"place": "5km NNW of Boron, CA", | |
"time": 1517876120060, | |
"updated": 1517876368783, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100536", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100536.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 42, | |
"net": "ci", | |
"code": "38100536", | |
"ids": ",ci38100536,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 27, | |
"dmin": 0.1022, | |
"rms": 0.29, | |
"gap": 59, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.7 Quarry Blast - 5km NNW of Boron, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-117.6741667, 35.0351667, 0.26] | |
} | |
}, | |
{ | |
"id": "ak18360026", | |
"mag": 1.6, | |
"place": "11km WNW of Y, Alaska", | |
"time": 1517875858695, | |
"updated": 1517876008344, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18360026", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18360026.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 39, | |
"net": "ak", | |
"code": "18360026", | |
"ids": ",ak18360026,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.43, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.6 - 11km WNW of Y, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-150.0551, 62.2009, 18.9]} | |
}, | |
{ | |
"id": "us1000cgsk", | |
"mag": 4.4, | |
"place": "49km NNE of Kerman, Iran", | |
"time": 1517874582060, | |
"updated": 1517878017040, | |
"tz": 210, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cgsk", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cgsk.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 298, | |
"net": "us", | |
"code": "1000cgsk", | |
"ids": ",us1000cgsk,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 5.804, | |
"rms": 0.63, | |
"gap": 64, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.4 - 49km NNE of Kerman, Iran", | |
"geometry": {"type": "Point", "coordinates": [57.27, 30.6943, 10]} | |
}, | |
{ | |
"id": "nn00620811", | |
"mag": 0.9, | |
"place": "30km WSW of Hawthorne, Nevada", | |
"time": 1517874541835, | |
"updated": 1517876351489, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620811", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620811.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 12, | |
"net": "nn", | |
"code": "00620811", | |
"ids": ",nn00620811,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 11, | |
"dmin": 0.367, | |
"rms": 0.1632, | |
"gap": 123.79, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.9 - 30km WSW of Hawthorne, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-118.9384, 38.4082, 7.6]} | |
}, | |
{ | |
"id": "ak18360020", | |
"mag": 1.9, | |
"place": "4km NNW of Tanaina, Alaska", | |
"time": 1517874460498, | |
"updated": 1517874910616, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18360020", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18360020.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 56, | |
"net": "ak", | |
"code": "18360020", | |
"ids": ",ak18360020,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.65, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.9 - 4km NNW of Tanaina, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-149.4755, 61.6655, 30.4]} | |
}, | |
{ | |
"id": "ak18360006", | |
"mag": 3.4, | |
"place": "20km ESE of Bear Creek, Alaska", | |
"time": 1517873905136, | |
"updated": 1517939783078, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18360006", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18360006.geojson", | |
"felt": 18, | |
"cdi": 2.7, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 183, | |
"net": "ak", | |
"code": "18360006", | |
"ids": ",ak18360006,us1000cgmn,", | |
"sources": ",ak,us,", | |
"types": ",dyfi,geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.67, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 3.4 - 20km ESE of Bear Creek, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-149.0311, 60.1187, 30.1]} | |
}, | |
{ | |
"id": "nc72964951", | |
"mag": 1.24, | |
"place": "2km WNW of The Geysers, CA", | |
"time": 1517873264510, | |
"updated": 1517880242124, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964951", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964951.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 24, | |
"net": "nc", | |
"code": "72964951", | |
"ids": ",nc72964951,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 13, | |
"dmin": 0.01061, | |
"rms": 0.03, | |
"gap": 105, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.2 - 2km WNW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.7789993, 38.7851677, -0.09] | |
} | |
}, | |
{ | |
"id": "nc72964956", | |
"mag": 0.27, | |
"place": "6km ENE of Mammoth Lakes, CA", | |
"time": 1517873171730, | |
"updated": 1517887021826, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964956", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964956.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "nc", | |
"code": "72964956", | |
"ids": ",nc72964956,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 10, | |
"dmin": 0.01196, | |
"rms": 0.04, | |
"gap": 100, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.3 - 6km ENE of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9208333, 37.6548333, 2.82] | |
} | |
}, | |
{ | |
"id": "uw61367111", | |
"mag": 1.65, | |
"place": "6km NW of West Longview, Washington", | |
"time": 1517872989020, | |
"updated": 1517948301230, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uw61367111", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw61367111.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 42, | |
"net": "uw", | |
"code": "61367111", | |
"ids": ",uw61367111,", | |
"sources": ",uw,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 6, | |
"dmin": 0.1021, | |
"rms": 0.35, | |
"gap": 127, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.7 Explosion - 6km NW of West Longview, Washington", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-123.0525, 46.2116667, -0.62] | |
} | |
}, | |
{ | |
"id": "ak18360002", | |
"mag": 1.4, | |
"place": "72km SSW of Tanana, Alaska", | |
"time": 1517872892991, | |
"updated": 1517873266903, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18360002", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18360002.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 30, | |
"net": "ak", | |
"code": "18360002", | |
"ids": ",ak18360002,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.78, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.4 - 72km SSW of Tanana, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-152.6425, 64.5697, 13.9]} | |
}, | |
{ | |
"id": "uu60266947", | |
"mag": 1.1, | |
"place": "37km NE of Old Faithful Geyser, Wyoming", | |
"time": 1517872412040, | |
"updated": 1517937679190, | |
"tz": -420, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uu60266947", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60266947.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 19, | |
"net": "uu", | |
"code": "60266947", | |
"ids": ",uu60266947,", | |
"sources": ",uu,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 8, | |
"dmin": 0.08658, | |
"rms": 0.13, | |
"gap": 126, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.1 - 37km NE of Old Faithful Geyser, Wyoming", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-110.4378333, 44.649, 2.11] | |
} | |
}, | |
{ | |
"id": "ak18359997", | |
"mag": 1, | |
"place": "34km E of Sutton-Alpine, Alaska", | |
"time": 1517871740218, | |
"updated": 1517871948425, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18359997", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18359997.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 15, | |
"net": "ak", | |
"code": "18359997", | |
"ids": ",ak18359997,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.33, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.0 - 34km E of Sutton-Alpine, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-148.2006, 61.7378, 14.3]} | |
}, | |
{ | |
"id": "nn00620802", | |
"mag": 1.5, | |
"place": "71km NNE of Tonopah, Nevada", | |
"time": 1517871613775, | |
"updated": 1517872090597, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620802", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620802.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 35, | |
"net": "nn", | |
"code": "00620802", | |
"ids": ",nn00620802,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 6, | |
"dmin": 1.029, | |
"rms": null, | |
"gap": 159.2, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.5 Explosion - 71km NNE of Tonopah, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-117.056, 38.6941, 12]} | |
}, | |
{ | |
"id": "us1000cgkn", | |
"mag": 4.6, | |
"place": "23km ENE of Bristol Island, South Sandwich Islands", | |
"time": 1517871264480, | |
"updated": 1517874358040, | |
"tz": -120, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cgkn", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cgkn.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 326, | |
"net": "us", | |
"code": "1000cgkn", | |
"ids": ",us1000cgkn,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 15.905, | |
"rms": 0.77, | |
"gap": 46, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.6 - 23km ENE of Bristol Island, South Sandwich Islands", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-26.1669, -58.9233, 153.93] | |
} | |
}, | |
{ | |
"id": "nn00620813", | |
"mag": 0.2, | |
"place": "10km ENE of Hawthorne, Nevada", | |
"time": 1517871011363, | |
"updated": 1517875978688, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620813", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620813.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "nn", | |
"code": "00620813", | |
"ids": ",nn00620813,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 4, | |
"dmin": 0.081, | |
"rms": 0.0951, | |
"gap": 169.43, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.2 - 10km ENE of Hawthorne, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-118.5037, 38.5488, 8.9]} | |
}, | |
{ | |
"id": "nc72964936", | |
"mag": 0.96, | |
"place": "5km NNW of The Geysers, CA", | |
"time": 1517870798950, | |
"updated": 1517871663723, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964936", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964936.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 14, | |
"net": "nc", | |
"code": "72964936", | |
"ids": ",nc72964936,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 10, | |
"dmin": 0.002201, | |
"rms": 0.03, | |
"gap": 136, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.0 - 5km NNW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.7835007, 38.8133316, 0.82] | |
} | |
}, | |
{ | |
"id": "ci38100472", | |
"mag": 0.58, | |
"place": "9km NE of Aguanga, CA", | |
"time": 1517870770170, | |
"updated": 1517925153050, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100472", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100472.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 5, | |
"net": "ci", | |
"code": "38100472", | |
"ids": ",ci38100472,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 22, | |
"dmin": 0.08345, | |
"rms": 0.15, | |
"gap": 55, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.6 - 9km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7818333, 33.4905, 4.26] | |
} | |
}, | |
{ | |
"id": "nc72964941", | |
"mag": 0.27, | |
"place": "5km ENE of Mammoth Lakes, CA", | |
"time": 1517870769870, | |
"updated": 1517886903821, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964941", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964941.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "nc", | |
"code": "72964941", | |
"ids": ",nc72964941,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 9, | |
"dmin": 0.01322, | |
"rms": 0.03, | |
"gap": 104, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.3 - 5km ENE of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9223333, 37.6561667, 2.76] | |
} | |
}, | |
{ | |
"id": "us1000cgck", | |
"mag": 4.7, | |
"place": "57km SSW of Acari, Peru", | |
"time": 1517869859310, | |
"updated": 1517871743040, | |
"tz": -300, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cgck", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cgck.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 340, | |
"net": "us", | |
"code": "1000cgck", | |
"ids": ",us1000cgck,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 4.835, | |
"rms": 1.17, | |
"gap": 150, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.7 - 57km SSW of Acari, Peru", | |
"geometry": {"type": "Point", "coordinates": [-74.7236, -15.9412, 10]} | |
}, | |
{ | |
"id": "uw61367096", | |
"mag": 1.05, | |
"place": "21km WSW of Morton, Washington", | |
"time": 1517869794010, | |
"updated": 1517941942220, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uw61367096", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw61367096.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 17, | |
"net": "uw", | |
"code": "61367096", | |
"ids": ",uw61367096,", | |
"sources": ",uw,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 13, | |
"dmin": 0.2134, | |
"rms": 0.23, | |
"gap": 171, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.1 Explosion - 21km WSW of Morton, Washington", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.5236667, 46.4778333, -0.91] | |
} | |
}, | |
{ | |
"id": "us1000cgd6", | |
"mag": 4.2, | |
"place": "107km ENE of Lambasa, Fiji", | |
"time": 1517868922700, | |
"updated": 1517950195074, | |
"tz": -720, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cgd6", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cgd6.geojson", | |
"felt": 1, | |
"cdi": 1, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 271, | |
"net": "us", | |
"code": "1000cgd6", | |
"ids": ",us1000cgd6,", | |
"sources": ",us,", | |
"types": ",dyfi,geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 7.926, | |
"rms": 0.78, | |
"gap": 128, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.2 - 107km ENE of Lambasa, Fiji", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-179.6445, -16.1718, 470.24] | |
} | |
}, | |
{ | |
"id": "nn00620810", | |
"mag": 0.9, | |
"place": "30km SW of Hawthorne, Nevada", | |
"time": 1517868421022, | |
"updated": 1517874687034, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620810", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620810.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 12, | |
"net": "nn", | |
"code": "00620810", | |
"ids": ",nn00620810,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 7, | |
"dmin": 0.336, | |
"rms": 0.1038, | |
"gap": 149.27, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.9 - 30km SW of Hawthorne, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-118.9079, 38.3651, 12.6]} | |
}, | |
{ | |
"id": "ci38100424", | |
"mag": 1.84, | |
"place": "1km SSE of Home Gardens, California", | |
"time": 1517868201300, | |
"updated": 1517868436304, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100424", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100424.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 52, | |
"net": "ci", | |
"code": "38100424", | |
"ids": ",ci38100424,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 23, | |
"dmin": 0.07363, | |
"rms": 0.34, | |
"gap": 53, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.8 - 1km SSE of Home Gardens, California", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-117.515831, 33.8616676, -0.38] | |
} | |
}, | |
{ | |
"id": "ak18358677", | |
"mag": 2.1, | |
"place": "81km E of Cape Yakataga, Alaska", | |
"time": 1517868173621, | |
"updated": 1517868546781, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18358677", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18358677.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 68, | |
"net": "ak", | |
"code": "18358677", | |
"ids": ",ak18358677,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.7, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.1 - 81km E of Cape Yakataga, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-140.9663, 60.1136, 5.5]} | |
}, | |
{ | |
"id": "nn00620808", | |
"mag": 0.7, | |
"place": "27km SE of Smith Valley, Nevada", | |
"time": 1517867242590, | |
"updated": 1517873759957, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620808", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620808.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 8, | |
"net": "nn", | |
"code": "00620808", | |
"ids": ",nn00620808,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 3, | |
"dmin": 0.239, | |
"rms": 0.0023, | |
"gap": 164.85, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.7 - 27km SE of Smith Valley, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-119.1512, 38.587, 12]} | |
}, | |
{ | |
"id": "nc72964931", | |
"mag": 1.2, | |
"place": "9km W of San Ardo, CA", | |
"time": 1517867241220, | |
"updated": 1517869922663, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964931", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964931.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 22, | |
"net": "nc", | |
"code": "72964931", | |
"ids": ",nc72964931,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 9, | |
"dmin": 0.09413, | |
"rms": 0.06, | |
"gap": 200, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.2 - 9km W of San Ardo, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-121.00383, 36.0094986, 8.53] | |
} | |
}, | |
{ | |
"id": "nc72964926", | |
"mag": 1.56, | |
"place": "2km E of Aromas, CA", | |
"time": 1517867108000, | |
"updated": 1517869263639, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964926", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964926.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 37, | |
"net": "nc", | |
"code": "72964926", | |
"ids": ",nc72964926,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 13, | |
"dmin": 0.02414, | |
"rms": 0.06, | |
"gap": 72, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.6 - 2km E of Aromas, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-121.62117, 36.8903351, 0.4] | |
} | |
}, | |
{ | |
"id": "nc72964921", | |
"mag": 1.64, | |
"place": "10km WSW of San Ardo, CA", | |
"time": 1517866722020, | |
"updated": 1517878562048, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964921", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964921.geojson", | |
"felt": 2, | |
"cdi": 2.2, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 42, | |
"net": "nc", | |
"code": "72964921", | |
"ids": ",nc72964921,", | |
"sources": ",nc,", | |
"types": ",dyfi,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 23, | |
"dmin": 0.09868, | |
"rms": 0.08, | |
"gap": 70, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.6 - 10km WSW of San Ardo, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-121.0073318, 36.0008316, 9.12] | |
} | |
}, | |
{ | |
"id": "ci38100376", | |
"mag": 1.57, | |
"place": "10km E of Yucaipa, CA", | |
"time": 1517866173730, | |
"updated": 1517866827530, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100376", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100376.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 38, | |
"net": "ci", | |
"code": "38100376", | |
"ids": ",ci38100376,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 51, | |
"dmin": 0.06995, | |
"rms": 0.18, | |
"gap": 44, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.6 - 10km E of Yucaipa, CA", | |
"geometry": {"type": "Point", "coordinates": [-116.932, 34.0235, 11.82]} | |
}, | |
{ | |
"id": "us1000cgaq", | |
"mag": 3.6, | |
"place": "256km ESE of Kodiak, Alaska", | |
"time": 1517865981020, | |
"updated": 1517869384040, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cgaq", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cgaq.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 199, | |
"net": "us", | |
"code": "1000cgaq", | |
"ids": ",us1000cgaq,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 2.383, | |
"rms": 0.87, | |
"gap": 182, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 3.6 - 256km ESE of Kodiak, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-148.903, 56.4981, 19.94]} | |
}, | |
{ | |
"id": "ak18357356", | |
"mag": 1.2, | |
"place": "11km S of Talkeetna, Alaska", | |
"time": 1517865795935, | |
"updated": 1517866181165, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18357356", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18357356.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 22, | |
"net": "ak", | |
"code": "18357356", | |
"ids": ",ak18357356,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.21, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.2 - 11km S of Talkeetna, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-150.0983, 62.221, 22.4]} | |
}, | |
{ | |
"id": "us1000cgai", | |
"mag": 2.3, | |
"place": "9km S of Hennessey, Oklahoma", | |
"time": 1517865647920, | |
"updated": 1517869092040, | |
"tz": -360, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cgai", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cgai.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 81, | |
"net": "us", | |
"code": "1000cgai", | |
"ids": ",us1000cgai,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 0.348, | |
"rms": 0.36, | |
"gap": 40, | |
"magType": "mb_lg", | |
"type": "Feature", | |
"title": "M 2.3 - 9km S of Hennessey, Oklahoma", | |
"geometry": {"type": "Point", "coordinates": [-97.9029, 36.0235, 4.71]} | |
}, | |
{ | |
"id": "ci38100344", | |
"mag": 1.04, | |
"place": "9km WNW of Lake Hughes, CA", | |
"time": 1517864827040, | |
"updated": 1517871999556, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100344", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100344.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 17, | |
"net": "ci", | |
"code": "38100344", | |
"ids": ",ci38100344,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 13, | |
"dmin": 0.03092, | |
"rms": 0.08, | |
"gap": 104, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.0 - 9km WNW of Lake Hughes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.5436667, 34.7005, 10.83] | |
} | |
}, | |
{ | |
"id": "nc72964891", | |
"mag": 0.1, | |
"place": "7km E of Mammoth Lakes, CA", | |
"time": 1517864480120, | |
"updated": 1517886481813, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964891", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964891.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "nc", | |
"code": "72964891", | |
"ids": ",nc72964891,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 10, | |
"dmin": 0.007526, | |
"rms": 0.03, | |
"gap": 68, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.1 - 7km E of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.903, 37.6386667, 2.78] | |
} | |
}, | |
{ | |
"id": "us1000cga3", | |
"mag": 5.3, | |
"place": "200km W of Chichi-shima, Japan", | |
"time": 1517864182220, | |
"updated": 1517871784040, | |
"tz": 540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cga3", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cga3.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 432, | |
"net": "us", | |
"code": "1000cga3", | |
"ids": ",us1000cga3,", | |
"sources": ",us,", | |
"types": ",geoserve,moment-tensor,origin,phase-data,", | |
"nst": null, | |
"dmin": 1.775, | |
"rms": 0.92, | |
"gap": 39, | |
"magType": "mww", | |
"type": "Feature", | |
"title": "M 5.3 - 200km W of Chichi-shima, Japan", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [140.1973, 26.9956, 465.11] | |
} | |
}, | |
{ | |
"id": "ci38100320", | |
"mag": 1.21, | |
"place": "9km NE of Aguanga, CA", | |
"time": 1517864105630, | |
"updated": 1517864752570, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100320", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100320.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 23, | |
"net": "ci", | |
"code": "38100320", | |
"ids": ",ci38100320,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 47, | |
"dmin": 0.08043, | |
"rms": 0.21, | |
"gap": 35, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.2 - 9km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.787, 33.4963333, 5.67] | |
} | |
}, | |
{ | |
"id": "ak18356018", | |
"mag": 1, | |
"place": "30km NNE of North Nenana, Alaska", | |
"time": 1517863716445, | |
"updated": 1517864553325, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18356018", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18356018.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 15, | |
"net": "ak", | |
"code": "18356018", | |
"ids": ",ak18356018,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.5, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.0 - 30km NNE of North Nenana, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-148.8344, 64.8266, 23]} | |
}, | |
{ | |
"id": "nc72964886", | |
"mag": 1.13, | |
"place": "7km WNW of The Geysers, CA", | |
"time": 1517863481620, | |
"updated": 1517871121699, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964886", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964886.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 20, | |
"net": "nc", | |
"code": "72964886", | |
"ids": ",nc72964886,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 17, | |
"dmin": 0.002181, | |
"rms": 0.05, | |
"gap": 84, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.1 - 7km WNW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.8270035, 38.8074989, 2.13] | |
} | |
}, | |
{ | |
"id": "ak18356007", | |
"mag": 2.3, | |
"place": "70km W of Anchor Point, Alaska", | |
"time": 1517862690226, | |
"updated": 1517863506728, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18356007", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18356007.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 81, | |
"net": "ak", | |
"code": "18356007", | |
"ids": ",ak18356007,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.44, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.3 - 70km W of Anchor Point, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-153.0892, 59.782, 98.2]} | |
}, | |
{ | |
"id": "nn00620771", | |
"mag": 1.3, | |
"place": "19km N of Nellis Air Force Base, Nevada", | |
"time": 1517862426470, | |
"updated": 1517862543491, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620771", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620771.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 26, | |
"net": "nn", | |
"code": "00620771", | |
"ids": ",nn00620771,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 10, | |
"dmin": 0.694, | |
"rms": null, | |
"gap": 252.96, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.3 - 19km N of Nellis Air Force Base, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-115.0447, 36.4253, 0.1]} | |
}, | |
{ | |
"id": "ak18356004", | |
"mag": 1.8, | |
"place": "88km WSW of Cantwell, Alaska", | |
"time": 1517862163662, | |
"updated": 1517862387935, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18356004", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18356004.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 50, | |
"net": "ak", | |
"code": "18356004", | |
"ids": ",ak18356004,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.36, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.8 - 88km WSW of Cantwell, Alaska", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-150.6766, 63.2224, 127.5] | |
} | |
}, | |
{ | |
"id": "ak18356001", | |
"mag": 1.7, | |
"place": "29km NW of Valdez, Alaska", | |
"time": 1517862025824, | |
"updated": 1517862286833, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18356001", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18356001.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 44, | |
"net": "ak", | |
"code": "18356001", | |
"ids": ",ak18356001,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 1.27, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.7 - 29km NW of Valdez, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-146.7839, 61.2992, 19.6]} | |
}, | |
{ | |
"id": "ci38100296", | |
"mag": -0.16, | |
"place": "6km NW of Anza, CA", | |
"time": 1517861910890, | |
"updated": 1517863448192, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100296", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100296.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "ci", | |
"code": "38100296", | |
"ids": ",ci38100296,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 15, | |
"dmin": 0.03545, | |
"rms": 0.07, | |
"gap": 82, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M -0.2 - 6km NW of Anza, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7076667, 33.596, 2.46] | |
} | |
}, | |
{ | |
"id": "nn00620766", | |
"mag": 0.5, | |
"place": "21km NW of Hawthorne, Nevada", | |
"time": 1517861471868, | |
"updated": 1517864697443, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620766", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620766.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 4, | |
"net": "nn", | |
"code": "00620766", | |
"ids": ",nn00620766,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 7, | |
"dmin": 0.216, | |
"rms": 0.117, | |
"gap": 145.15, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.5 - 21km NW of Hawthorne, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-118.7954, 38.6601, 9.3]} | |
}, | |
{ | |
"id": "mb80280404", | |
"mag": 1.77, | |
"place": "4km E of Butte, Montana", | |
"time": 1517860879030, | |
"updated": 1517862231570, | |
"tz": -420, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/mb80280404", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/mb80280404.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 48, | |
"net": "mb", | |
"code": "80280404", | |
"ids": ",mb80280404,", | |
"sources": ",mb,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 10, | |
"dmin": 0.059, | |
"rms": 0.18, | |
"gap": 92, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.8 Quarry Blast - 4km E of Butte, Montana", | |
"geometry": {"type": "Point", "coordinates": [-112.474, 45.9963333, -2]} | |
}, | |
{ | |
"id": "ak18355995", | |
"mag": 2.8, | |
"place": "280km SE of Kodiak, Alaska", | |
"time": 1517860790481, | |
"updated": 1517874495040, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18355995", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18355995.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 121, | |
"net": "ak", | |
"code": "18355995", | |
"ids": ",ak18355995,us1000cgcr,", | |
"sources": ",ak,us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.78, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.8 - 280km SE of Kodiak, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-148.8311, 56.2035, 10]} | |
}, | |
{ | |
"id": "ci38100280", | |
"mag": 2.47, | |
"place": "10km SW of Niland, CA", | |
"time": 1517860784610, | |
"updated": 1517862811320, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100280", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100280.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 94, | |
"net": "ci", | |
"code": "38100280", | |
"ids": ",ci38100280,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 40, | |
"dmin": 0.01025, | |
"rms": 0.19, | |
"gap": 96, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.5 - 10km SW of Niland, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-115.6053333, 33.183, 2.56] | |
} | |
}, | |
{ | |
"id": "ci38100288", | |
"mag": 2.08, | |
"place": "10km SW of Niland, CA", | |
"time": 1517860783280, | |
"updated": 1517863101335, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100288", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100288.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 67, | |
"net": "ci", | |
"code": "38100288", | |
"ids": ",ci38100288,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 25, | |
"dmin": 0.01147, | |
"rms": 0.16, | |
"gap": 96, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.1 - 10km SW of Niland, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-115.6071667, 33.1865, 2.7] | |
} | |
}, | |
{ | |
"id": "nc72964881", | |
"mag": 0.81, | |
"place": "9km NW of The Geysers, CA", | |
"time": 1517860702570, | |
"updated": 1517862004077, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964881", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964881.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 10, | |
"net": "nc", | |
"code": "72964881", | |
"ids": ",nc72964881,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 7, | |
"dmin": 0.007139, | |
"rms": 0.01, | |
"gap": 133, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.8 - 9km NW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.8324966, 38.8318329, 0.61] | |
} | |
}, | |
{ | |
"id": "hv70029547", | |
"mag": 1.06, | |
"place": "9km SW of Volcano, Hawaii", | |
"time": 1517860540590, | |
"updated": 1517947087380, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/hv70029547", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv70029547.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 17, | |
"net": "hv", | |
"code": "70029547", | |
"ids": ",hv70029547,", | |
"sources": ",hv,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 18, | |
"dmin": 0.02656, | |
"rms": 0.09, | |
"gap": 67, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.1 - 9km SW of Volcano, Hawaii", | |
"geometry": {"type": "Point", "coordinates": [-155.2965, 19.362, 1.67]} | |
}, | |
{ | |
"id": "ak18355990", | |
"mag": 1.1, | |
"place": "36km E of Sutton-Alpine, Alaska", | |
"time": 1517859902855, | |
"updated": 1517860224214, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18355990", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18355990.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 19, | |
"net": "ak", | |
"code": "18355990", | |
"ids": ",ak18355990,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.53, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.1 - 36km E of Sutton-Alpine, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-148.1814, 61.7341, 19]} | |
}, | |
{ | |
"id": "ak18355987", | |
"mag": 1.3, | |
"place": "98km W of Healy, Alaska", | |
"time": 1517859758198, | |
"updated": 1517860022675, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18355987", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18355987.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 26, | |
"net": "ak", | |
"code": "18355987", | |
"ids": ",ak18355987,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.97, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.3 - 98km W of Healy, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-150.965, 63.8823, 19.6]} | |
}, | |
{ | |
"id": "nc72964871", | |
"mag": 0.79, | |
"place": "7km NW of The Geysers, CA", | |
"time": 1517859439000, | |
"updated": 1517860803046, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964871", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964871.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 10, | |
"net": "nc", | |
"code": "72964871", | |
"ids": ",nc72964871,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 7, | |
"dmin": 0.01406, | |
"rms": 0.03, | |
"gap": 145, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.8 - 7km NW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.8203354, 38.8118324, 1.05] | |
} | |
}, | |
{ | |
"id": "us1000cg8d", | |
"mag": 4.3, | |
"place": "50km S of El Rosario, El Salvador", | |
"time": 1517858927470, | |
"updated": 1517860922040, | |
"tz": -360, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cg8d", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cg8d.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 284, | |
"net": "us", | |
"code": "1000cg8d", | |
"ids": ",us1000cg8d,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 1.386, | |
"rms": 1.12, | |
"gap": 158, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.3 - 50km S of El Rosario, El Salvador", | |
"geometry": {"type": "Point", "coordinates": [-89.0515, 13.0373, 63.59]} | |
}, | |
{ | |
"id": "us1000cg7v", | |
"mag": 4.7, | |
"place": "139km SW of Callao, Peru", | |
"time": 1517858825140, | |
"updated": 1517860538040, | |
"tz": -300, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cg7v", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cg7v.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 340, | |
"net": "us", | |
"code": "1000cg7v", | |
"ids": ",us1000cg7v,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 1.544, | |
"rms": 0.42, | |
"gap": 157, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.7 - 139km SW of Callao, Peru", | |
"geometry": {"type": "Point", "coordinates": [-78.1346, -12.8818, 10]} | |
}, | |
{ | |
"id": "ak18354671", | |
"mag": 4, | |
"place": "259km ESE of Kodiak, Alaska", | |
"time": 1517858552596, | |
"updated": 1517860505998, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18354671", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18354671.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 246, | |
"net": "ak", | |
"code": "18354671", | |
"ids": ",ak18354671,us1000cg7h,", | |
"sources": ",ak,us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.99, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 4.0 - 259km ESE of Kodiak, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-148.6817, 56.3778, 12]} | |
}, | |
{ | |
"id": "nn00620751", | |
"mag": 1.5, | |
"place": "37km SE of Bridgeport, California", | |
"time": 1517857752821, | |
"updated": 1517858937609, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620751", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620751.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 35, | |
"net": "nn", | |
"code": "00620751", | |
"ids": ",nn00620751,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 26, | |
"dmin": 0.081, | |
"rms": 0.233, | |
"gap": 69.21, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.5 - 37km SE of Bridgeport, California", | |
"geometry": {"type": "Point", "coordinates": [-118.8829, 38.0636, 10.1]} | |
}, | |
{ | |
"id": "nc72964856", | |
"mag": 1.59, | |
"place": "18km SSE of Bodie, CA", | |
"time": 1517857192510, | |
"updated": 1517866142191, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964856", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964856.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 39, | |
"net": "nc", | |
"code": "72964856", | |
"ids": ",nc72964856,nn00620745,", | |
"sources": ",nc,nn,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 12, | |
"dmin": 0.1794, | |
"rms": 0.09, | |
"gap": 222, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.6 - 18km SSE of Bodie, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9011688, 38.0716667, -0.4] | |
} | |
}, | |
{ | |
"id": "nc72964851", | |
"mag": 1.61, | |
"place": "14km S of Mammoth Lakes, CA", | |
"time": 1517857113970, | |
"updated": 1517864464153, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964851", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964851.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 40, | |
"net": "nc", | |
"code": "72964851", | |
"ids": ",nc72964851,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 21, | |
"dmin": 0.103, | |
"rms": 0.08, | |
"gap": 201, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.6 - 14km S of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9786682, 37.5144997, -2.17] | |
} | |
}, | |
{ | |
"id": "ak18354661", | |
"mag": 2.1, | |
"place": "114km W of Haines Junction, Canada", | |
"time": 1517857008806, | |
"updated": 1517857314068, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18354661", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18354661.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 68, | |
"net": "ak", | |
"code": "18354661", | |
"ids": ",ak18354661,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.79, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.1 - 114km W of Haines Junction, Canada", | |
"geometry": {"type": "Point", "coordinates": [-139.6036, 60.7142, 0]} | |
}, | |
{ | |
"id": "ak18354657", | |
"mag": 1.7, | |
"place": "79km WSW of Tok, Alaska", | |
"time": 1517856661552, | |
"updated": 1517856980201, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18354657", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18354657.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 44, | |
"net": "ak", | |
"code": "18354657", | |
"ids": ",ak18354657,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.79, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.7 - 79km WSW of Tok, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-144.4785, 63.1151, 0]} | |
}, | |
{ | |
"id": "ci38100232", | |
"mag": 1.17, | |
"place": "13km N of Ocotillo Wells, CA", | |
"time": 1517855857700, | |
"updated": 1517856528580, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100232", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100232.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 21, | |
"net": "ci", | |
"code": "38100232", | |
"ids": ",ci38100232,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 37, | |
"dmin": 0.1075, | |
"rms": 0.21, | |
"gap": 120, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.2 - 13km N of Ocotillo Wells, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.135, 33.2598333, 5.34] | |
} | |
}, | |
{ | |
"id": "ak18354644", | |
"mag": 1.8, | |
"place": "27km WNW of Talkeetna, Alaska", | |
"time": 1517855687178, | |
"updated": 1517856266094, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18354644", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18354644.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 50, | |
"net": "ak", | |
"code": "18354644", | |
"ids": ",ak18354644,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.52, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.8 - 27km WNW of Talkeetna, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-150.6131, 62.3982, 61]} | |
}, | |
{ | |
"id": "ak18354641", | |
"mag": 1.4, | |
"place": "75km ENE of Cape Yakataga, Alaska", | |
"time": 1517855015924, | |
"updated": 1517855823514, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18354641", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18354641.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 30, | |
"net": "ak", | |
"code": "18354641", | |
"ids": ",ak18354641,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.42, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.4 - 75km ENE of Cape Yakataga, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-141.1204, 60.2396, 1.1]} | |
}, | |
{ | |
"id": "ci38100208", | |
"mag": 0.9, | |
"place": "10km NNE of Cabazon, CA", | |
"time": 1517854869140, | |
"updated": 1517855091477, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100208", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100208.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 12, | |
"net": "ci", | |
"code": "38100208", | |
"ids": ",ci38100208,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 29, | |
"dmin": 0.07748, | |
"rms": 0.19, | |
"gap": 68, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.9 - 10km NNE of Cabazon, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7321667, 33.9896667, 16.39] | |
} | |
}, | |
{ | |
"id": "nc72964846", | |
"mag": 1.83, | |
"place": "15km NW of Parkfield, CA", | |
"time": 1517854337310, | |
"updated": 1517861343053, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964846", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964846.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 52, | |
"net": "nc", | |
"code": "72964846", | |
"ids": ",nc72964846,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 27, | |
"dmin": 0.02333, | |
"rms": 0.06, | |
"gap": 62, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.8 - 15km NW of Parkfield, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-120.5548325, 35.991333, 3.94] | |
} | |
}, | |
{ | |
"id": "uw61367006", | |
"mag": 1.46, | |
"place": "14km NW of Carson, Washington", | |
"time": 1517854173750, | |
"updated": 1517861479830, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uw61367006", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw61367006.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 33, | |
"net": "uw", | |
"code": "61367006", | |
"ids": ",uw61367006,", | |
"sources": ",uw,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 18, | |
"dmin": 0.1994, | |
"rms": 0.14, | |
"gap": 99, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.5 - 14km NW of Carson, Washington", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-121.9388333, 45.822, 8.44] | |
} | |
}, | |
{ | |
"id": "nc72964841", | |
"mag": 1.38, | |
"place": "22km NW of Parkfield, CA", | |
"time": 1517854124390, | |
"updated": 1517859603003, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964841", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964841.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 29, | |
"net": "nc", | |
"code": "72964841", | |
"ids": ",nc72964841,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 21, | |
"dmin": 0.03256, | |
"rms": 0.06, | |
"gap": 112, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.4 - 22km NW of Parkfield, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-120.6001663, 36.036335, 3.25] | |
} | |
}, | |
{ | |
"id": "nc72964836", | |
"mag": 0.57, | |
"place": "9km NW of The Geysers, CA", | |
"time": 1517853969270, | |
"updated": 1517855403816, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964836", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964836.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 5, | |
"net": "nc", | |
"code": "72964836", | |
"ids": ",nc72964836,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 8, | |
"dmin": 0.005845, | |
"rms": 0.03, | |
"gap": 116, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.6 - 9km NW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.8290024, 38.8356667, 0.91] | |
} | |
}, | |
{ | |
"id": "nc72964826", | |
"mag": 0.8, | |
"place": "9km NW of The Geysers, CA", | |
"time": 1517853763540, | |
"updated": 1517854322641, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964826", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964826.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 10, | |
"net": "nc", | |
"code": "72964826", | |
"ids": ",nc72964826,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 16, | |
"dmin": 0.006, | |
"rms": 0.04, | |
"gap": 61, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.8 - 9km NW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.8296661, 38.8346672, 0.72] | |
} | |
}, | |
{ | |
"id": "pr2018036006", | |
"mag": 2.8, | |
"place": "23km WNW of Puerto Real, Puerto Rico", | |
"time": 1517852646560, | |
"updated": 1517854004590, | |
"tz": -240, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/pr2018036006", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr2018036006.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 121, | |
"net": "pr", | |
"code": "2018036006", | |
"ids": ",pr2018036006,", | |
"sources": ",pr,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 6, | |
"dmin": 0.3031, | |
"rms": 0.43, | |
"gap": 281, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 2.8 - 23km WNW of Puerto Real, Puerto Rico", | |
"geometry": {"type": "Point", "coordinates": [-67.3883, 18.1568, 15]} | |
}, | |
{ | |
"id": "nc72964801", | |
"mag": 0.94, | |
"place": "3km SE of San Ardo, CA", | |
"time": 1517852434860, | |
"updated": 1517963082950, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964801", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964801.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 14, | |
"net": "nc", | |
"code": "72964801", | |
"ids": ",nc72964801,", | |
"sources": ",nc,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 26, | |
"dmin": 0.0286, | |
"rms": 0.04, | |
"gap": 119, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.9 - 3km SE of San Ardo, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-120.8841667, 35.9965, 8.74] | |
} | |
}, | |
{ | |
"id": "ak18354615", | |
"mag": 3.8, | |
"place": "234km SE of Kodiak, Alaska", | |
"time": 1517851642881, | |
"updated": 1517873980040, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18354615", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18354615.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 222, | |
"net": "ak", | |
"code": "18354615", | |
"ids": ",ak18354615,us1000cg4d,", | |
"sources": ",ak,us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.82, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 3.8 - 234km SE of Kodiak, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-149.6311, 56.1791, 10]} | |
}, | |
{ | |
"id": "nc72964796", | |
"mag": 0.88, | |
"place": "5km W of Cobb, CA", | |
"time": 1517851590780, | |
"updated": 1517852822594, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964796", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964796.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 12, | |
"net": "nc", | |
"code": "72964796", | |
"ids": ",nc72964796,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 10, | |
"dmin": 0.01358, | |
"rms": 0.03, | |
"gap": 95, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.9 - 5km W of Cobb, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.7781677, 38.8185005, 1.18] | |
} | |
}, | |
{ | |
"id": "us1000cgav", | |
"mag": 3.3, | |
"place": "287km SE of Kodiak, Alaska", | |
"time": 1517850971820, | |
"updated": 1517872521040, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cgav", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cgav.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 168, | |
"net": "us", | |
"code": "1000cgav", | |
"ids": ",ak18353324,us1000cgav,", | |
"sources": ",ak,us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 2.604, | |
"rms": 0.95, | |
"gap": 196, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 3.3 - 287km SE of Kodiak, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-149.2868, 55.8559, 8.49]} | |
}, | |
{ | |
"id": "nn00620740", | |
"mag": 0.7, | |
"place": "36km SE of Bridgeport, California", | |
"time": 1517850808980, | |
"updated": 1517856454767, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620740", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620740.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 8, | |
"net": "nn", | |
"code": "00620740", | |
"ids": ",nn00620740,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 15, | |
"dmin": 0.087, | |
"rms": 0.1991, | |
"gap": 116.8, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.7 - 36km SE of Bridgeport, California", | |
"geometry": {"type": "Point", "coordinates": [-118.8908, 38.0627, 9.5]} | |
}, | |
{ | |
"id": "us1000cg3x", | |
"mag": 4.6, | |
"place": "34km SW of Pyu, Burma", | |
"time": 1517849734800, | |
"updated": 1517852509216, | |
"tz": 390, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cg3x", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cg3x.geojson", | |
"felt": 2, | |
"cdi": 2.7, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 326, | |
"net": "us", | |
"code": "1000cg3x", | |
"ids": ",us1000cg3x,", | |
"sources": ",us,", | |
"types": ",dyfi,geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 2.599, | |
"rms": 0.75, | |
"gap": 127, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.6 - 34km SW of Pyu, Burma", | |
"geometry": {"type": "Point", "coordinates": [96.214, 18.2524, 10]} | |
}, | |
{ | |
"id": "ak18353319", | |
"mag": 1.6, | |
"place": "38km SSE of Redoubt Volcano, Alaska", | |
"time": 1517849449482, | |
"updated": 1517849752982, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18353319", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18353319.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 39, | |
"net": "ak", | |
"code": "18353319", | |
"ids": ",ak18353319,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.55, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.6 - 38km SSE of Redoubt Volcano, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-152.5217, 60.1555, 90.3]} | |
}, | |
{ | |
"id": "us1000cg3v", | |
"mag": 4.9, | |
"place": "124km NE of Bukama, Democratic Republic of the Congo", | |
"time": 1517848668010, | |
"updated": 1517851034040, | |
"tz": 120, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cg3v", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cg3v.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 369, | |
"net": "us", | |
"code": "1000cg3v", | |
"ids": ",us1000cg3v,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 6.947, | |
"rms": 0.94, | |
"gap": 100, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.9 - 124km NE of Bukama, Democratic Republic of the Congo", | |
"geometry": {"type": "Point", "coordinates": [26.6846, -8.446, 10]} | |
}, | |
{ | |
"id": "ci38100128", | |
"mag": 0.73, | |
"place": "8km ENE of Ocotillo Wells, CA", | |
"time": 1517848338600, | |
"updated": 1517963416528, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100128", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100128.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 8, | |
"net": "ci", | |
"code": "38100128", | |
"ids": ",ci38100128,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 15, | |
"dmin": 0.127, | |
"rms": 0.22, | |
"gap": 113, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.7 - 8km ENE of Ocotillo Wells, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.0468333, 33.1635, 5.65] | |
} | |
}, | |
{ | |
"id": "nn00620742", | |
"mag": 0.4, | |
"place": "52km SW of Goldfield, Nevada", | |
"time": 1517847339077, | |
"updated": 1517857197598, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620742", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620742.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "nn", | |
"code": "00620742", | |
"ids": ",nn00620742,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 6, | |
"dmin": 0.327, | |
"rms": 0.1883, | |
"gap": 184.38, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.4 - 52km SW of Goldfield, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-117.5668, 37.3144, 8.7]} | |
}, | |
{ | |
"id": "nc72964766", | |
"mag": 0.89, | |
"place": "7km NW of The Geysers, CA", | |
"time": 1517847241370, | |
"updated": 1517850483380, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964766", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964766.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 12, | |
"net": "nc", | |
"code": "72964766", | |
"ids": ",nc72964766,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 17, | |
"dmin": 0.01014, | |
"rms": 0.06, | |
"gap": 85, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.9 - 7km NW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.8184967, 38.8156662, -0.22] | |
} | |
}, | |
{ | |
"id": "us1000cg3l", | |
"mag": 4.6, | |
"place": "124km WNW of Pangai, Tonga", | |
"time": 1517846829310, | |
"updated": 1517850953040, | |
"tz": -720, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cg3l", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cg3l.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 326, | |
"net": "us", | |
"code": "1000cg3l", | |
"ids": ",us1000cg3l,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 5.198, | |
"rms": 0.96, | |
"gap": 99, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.6 - 124km WNW of Pangai, Tonga", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-175.4224, -19.3174, 146.55] | |
} | |
}, | |
{ | |
"id": "nm60215491", | |
"mag": 1.93, | |
"place": "6km S of Lilbourn, Missouri", | |
"time": 1517846407020, | |
"updated": 1517946721850, | |
"tz": -360, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nm60215491", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nm60215491.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 57, | |
"net": "nm", | |
"code": "60215491", | |
"ids": ",nm60215491,", | |
"sources": ",nm,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 37, | |
"dmin": 0.04627, | |
"rms": 0.08, | |
"gap": 34, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.9 - 6km S of Lilbourn, Missouri", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-89.607, 36.5311667, 12.08] | |
} | |
}, | |
{ | |
"id": "us1000cg32", | |
"mag": 4.9, | |
"place": "21km NE of Hualian, Taiwan", | |
"time": 1517846321120, | |
"updated": 1517945022040, | |
"tz": 480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cg32", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cg32.geojson", | |
"felt": 7, | |
"cdi": 3.8, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 372, | |
"net": "us", | |
"code": "1000cg32", | |
"ids": ",us1000cg32,", | |
"sources": ",us,", | |
"types": ",dyfi,geoserve,moment-tensor,origin,phase-data,", | |
"nst": null, | |
"dmin": 0.169, | |
"rms": 0.6, | |
"gap": 77, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.9 - 21km NE of Hualian, Taiwan", | |
"geometry": {"type": "Point", "coordinates": [121.7634, 24.1032, 7.33]} | |
}, | |
{ | |
"id": "ak18352007", | |
"mag": 1.3, | |
"place": "79km W of Cantwell, Alaska", | |
"time": 1517846077071, | |
"updated": 1517846407199, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18352007", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18352007.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 26, | |
"net": "ak", | |
"code": "18352007", | |
"ids": ",ak18352007,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.8, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.3 - 79km W of Cantwell, Alaska", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-150.5344, 63.3028, 138.3] | |
} | |
}, | |
{ | |
"id": "ci38100112", | |
"mag": 2.15, | |
"place": "13km N of Ocotillo Wells, CA", | |
"time": 1517845757470, | |
"updated": 1517858903701, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100112", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100112.geojson", | |
"felt": 2, | |
"cdi": 3.8, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 72, | |
"net": "ci", | |
"code": "38100112", | |
"ids": ",ci38100112,", | |
"sources": ",ci,", | |
"types": ",dyfi,focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 69, | |
"dmin": 0.1064, | |
"rms": 0.23, | |
"gap": 62, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.2 - 13km N of Ocotillo Wells, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.1341667, 33.2585, 9.09] | |
} | |
}, | |
{ | |
"id": "uu60266902", | |
"mag": 1.6, | |
"place": "37km NE of Old Faithful Geyser, Wyoming", | |
"time": 1517844504750, | |
"updated": 1517848526140, | |
"tz": -420, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uu60266902", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60266902.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 39, | |
"net": "uu", | |
"code": "60266902", | |
"ids": ",uu60266902,", | |
"sources": ",uu,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 13, | |
"dmin": 0.05742, | |
"rms": 0.15, | |
"gap": 113, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.6 - 37km NE of Old Faithful Geyser, Wyoming", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-110.4586667, 44.6745, 4.06] | |
} | |
}, | |
{ | |
"id": "ak18352004", | |
"mag": 1.4, | |
"place": "91km NNW of Talkeetna, Alaska", | |
"time": 1517844445165, | |
"updated": 1517844727231, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18352004", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18352004.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 30, | |
"net": "ak", | |
"code": "18352004", | |
"ids": ",ak18352004,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.46, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.4 - 91km NNW of Talkeetna, Alaska", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-150.7672, 63.0904, 108.5] | |
} | |
}, | |
{ | |
"id": "ak18352003", | |
"mag": 2.8, | |
"place": "172km SE of Amatignak Island, Alaska", | |
"time": 1517843512842, | |
"updated": 1517865747813, | |
"tz": -720, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18352003", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18352003.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 121, | |
"net": "ak", | |
"code": "18352003", | |
"ids": ",ak18352003,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.59, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.8 - 172km SE of Amatignak Island, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-177.1676, 50.3176, 35]} | |
}, | |
{ | |
"id": "ak18352001", | |
"mag": 1.3, | |
"place": "93km ENE of Cape Yakataga, Alaska", | |
"time": 1517843419558, | |
"updated": 1517843590678, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18352001", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18352001.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 26, | |
"net": "ak", | |
"code": "18352001", | |
"ids": ",ak18352001,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.22, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.3 - 93km ENE of Cape Yakataga, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-140.7736, 60.2306, 17.1]} | |
}, | |
{ | |
"id": "ak18352000", | |
"mag": 0.3, | |
"place": "32km SSW of Fairbanks, Alaska", | |
"time": 1517843168686, | |
"updated": 1517865343324, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18352000", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18352000.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "ak", | |
"code": "18352000", | |
"ids": ",ak18352000,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.5, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.3 - 32km SSW of Fairbanks, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-147.9237, 64.5586, 17.4]} | |
}, | |
{ | |
"id": "us1000cg2m", | |
"mag": 4.5, | |
"place": "13km SSW of Ndoi Island, Fiji", | |
"time": 1517842832280, | |
"updated": 1517847957040, | |
"tz": -720, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cg2m", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cg2m.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 312, | |
"net": "us", | |
"code": "1000cg2m", | |
"ids": ",us1000cg2m,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 8.478, | |
"rms": 0.96, | |
"gap": 100, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.5 - 13km SSW of Ndoi Island, Fiji", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-178.7627, -20.7575, 573.76] | |
} | |
}, | |
{ | |
"id": "ci38100056", | |
"mag": 0.61, | |
"place": "19km N of Borrego Springs, CA", | |
"time": 1517842773170, | |
"updated": 1517842996258, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100056", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100056.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 6, | |
"net": "ci", | |
"code": "38100056", | |
"ids": ",ci38100056,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 19, | |
"dmin": 0.162, | |
"rms": 0.23, | |
"gap": 161, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.6 - 19km N of Borrego Springs, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.361, 33.4236667, 14.83] | |
} | |
}, | |
{ | |
"id": "ci38100048", | |
"mag": 0.68, | |
"place": "10km NE of Aguanga, CA", | |
"time": 1517842680170, | |
"updated": 1517882421720, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100048", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100048.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 7, | |
"net": "ci", | |
"code": "38100048", | |
"ids": ",ci38100048,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 24, | |
"dmin": 0.07782, | |
"rms": 0.1, | |
"gap": 38, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.7 - 10km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7875, 33.4996667, 6.04] | |
} | |
}, | |
{ | |
"id": "nc72964751", | |
"mag": 0.46, | |
"place": "6km NW of The Geysers, CA", | |
"time": 1517841299490, | |
"updated": 1517843823173, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964751", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964751.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 3, | |
"net": "nc", | |
"code": "72964751", | |
"ids": ",nc72964751,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 8, | |
"dmin": 0.01222, | |
"rms": 0.05, | |
"gap": 178, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.5 - 6km NW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.7981644, 38.8199997, 4.28] | |
} | |
}, | |
{ | |
"id": "ci38100032", | |
"mag": 0.71, | |
"place": "3km SE of Lake Henshaw, CA", | |
"time": 1517841214200, | |
"updated": 1517841875040, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100032", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100032.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 8, | |
"net": "ci", | |
"code": "38100032", | |
"ids": ",ci38100032,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 24, | |
"dmin": 0.02238, | |
"rms": 0.19, | |
"gap": 56, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.7 - 3km SE of Lake Henshaw, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7368333, 33.2231667, 12.5] | |
} | |
}, | |
{ | |
"id": "ci38100024", | |
"mag": 1.93, | |
"place": "10km SW of Niland, CA", | |
"time": 1517840040720, | |
"updated": 1517846681555, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100024", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100024.geojson", | |
"felt": 2, | |
"cdi": 2.7, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 58, | |
"net": "ci", | |
"code": "38100024", | |
"ids": ",ci38100024,", | |
"sources": ",ci,", | |
"types": ",dyfi,focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 29, | |
"dmin": 0.009914, | |
"rms": 0.27, | |
"gap": 97, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.9 - 10km SW of Niland, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-115.6046667, 33.1811667, 4.47] | |
} | |
}, | |
{ | |
"id": "nn00620746", | |
"mag": 0.7, | |
"place": "42km NNW of Carlin, Nevada", | |
"time": 1517839735923, | |
"updated": 1517857581010, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620746", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620746.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 8, | |
"net": "nn", | |
"code": "00620746", | |
"ids": ",nn00620746,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 7, | |
"dmin": 0.105, | |
"rms": 0.1609, | |
"gap": 231.81, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.7 - 42km NNW of Carlin, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-116.2445, 41.0771, 0]} | |
}, | |
{ | |
"id": "ci38100016", | |
"mag": 1.69, | |
"place": "8km SSW of Holtville, CA", | |
"time": 1517839544210, | |
"updated": 1517839772364, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100016", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100016.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 44, | |
"net": "ci", | |
"code": "38100016", | |
"ids": ",ci38100016,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 15, | |
"dmin": 0.06446, | |
"rms": 0.22, | |
"gap": 94, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.7 - 8km SSW of Holtville, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-115.4231667, 32.7438333, 11.2] | |
} | |
}, | |
{ | |
"id": "ci38100008", | |
"mag": 0.45, | |
"place": "9km NE of Aguanga, CA", | |
"time": 1517839218350, | |
"updated": 1517841299996, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100008", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100008.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 3, | |
"net": "ci", | |
"code": "38100008", | |
"ids": ",ci38100008,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 19, | |
"dmin": 0.08556, | |
"rms": 0.19, | |
"gap": 118, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.5 - 9km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7931667, 33.4935, 6.14] | |
} | |
}, | |
{ | |
"id": "nn00620757", | |
"mag": 0.7, | |
"place": "37km SE of Bridgeport, California", | |
"time": 1517838590639, | |
"updated": 1517859495038, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620757", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620757.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 8, | |
"net": "nn", | |
"code": "00620757", | |
"ids": ",nn00620757,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 6, | |
"dmin": 0.076, | |
"rms": 0.149, | |
"gap": 294.92, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.7 - 37km SE of Bridgeport, California", | |
"geometry": {"type": "Point", "coordinates": [-118.8762, 38.0649, 8]} | |
}, | |
{ | |
"id": "nn00620748", | |
"mag": -0.1, | |
"place": "56km SSW of Beatty, Nevada", | |
"time": 1517838580366, | |
"updated": 1517857772902, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620748", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620748.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "nn", | |
"code": "00620748", | |
"ids": ",nn00620748,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 4, | |
"dmin": 0.237, | |
"rms": 0.0773, | |
"gap": 212.88, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M -0.1 - 56km SSW of Beatty, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-116.917, 36.4121, 0]} | |
}, | |
{ | |
"id": "ci38100000", | |
"mag": 1.55, | |
"place": "7km SW of Holtville, CA", | |
"time": 1517838407320, | |
"updated": 1517953989227, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38100000", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38100000.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 37, | |
"net": "ci", | |
"code": "38100000", | |
"ids": ",ci38100000,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 25, | |
"dmin": 0.04868, | |
"rms": 0.23, | |
"gap": 63, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.6 - 7km SW of Holtville, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-115.4291667, 32.7588333, 11.87] | |
} | |
}, | |
{ | |
"id": "nc72964741", | |
"mag": 0.71, | |
"place": "7km NW of The Geysers, CA", | |
"time": 1517838275000, | |
"updated": 1517840582077, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964741", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964741.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 8, | |
"net": "nc", | |
"code": "72964741", | |
"ids": ",nc72964741,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 12, | |
"dmin": 0.009326, | |
"rms": 0.05, | |
"gap": 63, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.7 - 7km NW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.819664, 38.8178329, 2.13] | |
} | |
}, | |
{ | |
"id": "ak18350711", | |
"mag": 1.3, | |
"place": "113km NW of Talkeetna, Alaska", | |
"time": 1517837611353, | |
"updated": 1517838156620, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18350711", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18350711.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 26, | |
"net": "ak", | |
"code": "18350711", | |
"ids": ",ak18350711,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.44, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.3 - 113km NW of Talkeetna, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-151.727, 63.0251, 10.1]} | |
}, | |
{ | |
"id": "ak18350708", | |
"mag": 0.8, | |
"place": "49km WSW of Anchorage, Alaska", | |
"time": 1517837309054, | |
"updated": 1517865059144, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18350708", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18350708.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 10, | |
"net": "ak", | |
"code": "18350708", | |
"ids": ",ak18350708,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.66, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.8 - 49km WSW of Anchorage, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-150.7911, 61.1227, 10.1]} | |
}, | |
{ | |
"id": "nn00620692", | |
"mag": 1.4, | |
"place": "41km NNW of Carlin, Nevada", | |
"time": 1517837193685, | |
"updated": 1517850191663, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620692", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620692.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 30, | |
"net": "nn", | |
"code": "00620692", | |
"ids": ",nn00620692,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 11, | |
"dmin": 0.097, | |
"rms": 0.1469, | |
"gap": 229.76, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.4 - 41km NNW of Carlin, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-116.2509, 41.071, 1.7]} | |
}, | |
{ | |
"id": "us1000cg1m", | |
"mag": 4.4, | |
"place": "14km E of Kosh-Agach, Russia", | |
"time": 1517836424690, | |
"updated": 1517841040040, | |
"tz": 360, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cg1m", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cg1m.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 298, | |
"net": "us", | |
"code": "1000cg1m", | |
"ids": ",us1000cg1m,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 4.674, | |
"rms": 0.69, | |
"gap": 75, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.4 - 14km E of Kosh-Agach, Russia", | |
"geometry": {"type": "Point", "coordinates": [88.8632, 50.0039, 18.59]} | |
}, | |
{ | |
"id": "uu60266897", | |
"mag": 2.2, | |
"place": "70km S of Hanksville, Utah", | |
"time": 1517836062980, | |
"updated": 1517856101290, | |
"tz": -420, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uu60266897", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60266897.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 74, | |
"net": "uu", | |
"code": "60266897", | |
"ids": ",uu60266897,", | |
"sources": ",uu,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 8, | |
"dmin": 0.2131, | |
"rms": 0.1, | |
"gap": 175, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 2.2 - 70km S of Hanksville, Utah", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-110.6361667, 37.7416667, 10.6] | |
} | |
}, | |
{ | |
"id": "ak18349422", | |
"mag": 2.7, | |
"place": "280km S of Cape Yakataga, Alaska", | |
"time": 1517835664143, | |
"updated": 1517864684413, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18349422", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18349422.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 112, | |
"net": "ak", | |
"code": "18349422", | |
"ids": ",ak18349422,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.79, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.7 - 280km S of Cape Yakataga, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-142.8774, 57.555, 12]} | |
}, | |
{ | |
"id": "ak18349416", | |
"mag": 1.8, | |
"place": "63km NNE of Talkeetna, Alaska", | |
"time": 1517835576146, | |
"updated": 1517835865471, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18349416", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18349416.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 50, | |
"net": "ak", | |
"code": "18349416", | |
"ids": ",ak18349416,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.59, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.8 - 63km NNE of Talkeetna, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-149.5927, 62.8396, 60.2]} | |
}, | |
{ | |
"id": "ci38099976", | |
"mag": 0.41, | |
"place": "10km NE of Aguanga, CA", | |
"time": 1517835334900, | |
"updated": 1517953294051, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099976", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099976.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 3, | |
"net": "ci", | |
"code": "38099976", | |
"ids": ",ci38099976,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 36, | |
"dmin": 0.07302, | |
"rms": 0.14, | |
"gap": 36, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.4 - 10km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.794, 33.5096667, 6.11] | |
} | |
}, | |
{ | |
"id": "ak18349409", | |
"mag": 1.8, | |
"place": "62km W of Cantwell, Alaska", | |
"time": 1517835183202, | |
"updated": 1517835543242, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18349409", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18349409.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 50, | |
"net": "ak", | |
"code": "18349409", | |
"ids": ",ak18349409,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.61, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.8 - 62km W of Cantwell, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-150.1989, 63.3496, 5.5]} | |
}, | |
{ | |
"id": "nn00620694", | |
"mag": 0, | |
"place": "2km WNW of Sun Valley, Nevada", | |
"time": 1517834330187, | |
"updated": 1517843388149, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620694", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620694.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "nn", | |
"code": "00620694", | |
"ids": ",nn00620694,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 14, | |
"dmin": 0.018, | |
"rms": 0.1516, | |
"gap": 107.4, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.0 - 2km WNW of Sun Valley, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-119.8048, 39.6013, 11.6]} | |
}, | |
{ | |
"id": "uu60266892", | |
"mag": 2.17, | |
"place": "9km WNW of Lewiston, Utah", | |
"time": 1517834114160, | |
"updated": 1517847784260, | |
"tz": -420, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uu60266892", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60266892.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 72, | |
"net": "uu", | |
"code": "60266892", | |
"ids": ",uu60266892,", | |
"sources": ",uu,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 16, | |
"dmin": 0.2841, | |
"rms": 0.18, | |
"gap": 104, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.2 - 9km WNW of Lewiston, Utah", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-111.9588333, 42.0086667, 0.21] | |
} | |
}, | |
{ | |
"id": "ak18349385", | |
"mag": 3.3, | |
"place": "91km SW of Anchor Point, Alaska", | |
"time": 1517833916595, | |
"updated": 1517838329603, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18349385", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18349385.geojson", | |
"felt": 1, | |
"cdi": 2, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 168, | |
"net": "ak", | |
"code": "18349385", | |
"ids": ",ak18349385,us1000cg12,", | |
"sources": ",ak,us,", | |
"types": ",dyfi,geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.58, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 3.3 - 91km SW of Anchor Point, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-152.9172, 59.1711, 69.8]} | |
}, | |
{ | |
"id": "nc72964736", | |
"mag": 1.54, | |
"place": "10km SSW of Tres Pinos, CA", | |
"time": 1517833629330, | |
"updated": 1517838843523, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964736", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964736.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 36, | |
"net": "nc", | |
"code": "72964736", | |
"ids": ",nc72964736,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 16, | |
"dmin": 0.09702, | |
"rms": 0.07, | |
"gap": 150, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.5 - 10km SSW of Tres Pinos, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-121.3478317, 36.7043343, -0.47] | |
} | |
}, | |
{ | |
"id": "uu60266887", | |
"mag": 0.81, | |
"place": "13km NNE of Old Faithful Geyser, Wyoming", | |
"time": 1517833261990, | |
"updated": 1517857611560, | |
"tz": -420, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uu60266887", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60266887.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 10, | |
"net": "uu", | |
"code": "60266887", | |
"ids": ",uu60266887,", | |
"sources": ",uu,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 7, | |
"dmin": 0.07861, | |
"rms": 0.09, | |
"gap": 92, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.8 - 13km NNE of Old Faithful Geyser, Wyoming", | |
"geometry": {"type": "Point", "coordinates": [-110.7345, 44.5615, 7.51]} | |
}, | |
{ | |
"id": "ci38099968", | |
"mag": 0.85, | |
"place": "6km NNW of Yucca Valley, CA", | |
"time": 1517833101840, | |
"updated": 1517841333224, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099968", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099968.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 11, | |
"net": "ci", | |
"code": "38099968", | |
"ids": ",ci38099968,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 15, | |
"dmin": 0.1065, | |
"rms": 0.21, | |
"gap": 78, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.9 - 6km NNW of Yucca Valley, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.455, 34.1613333, 9.86] | |
} | |
}, | |
{ | |
"id": "nc72964726", | |
"mag": 0.32, | |
"place": "14km ESE of Mammoth Lakes, CA", | |
"time": 1517832773390, | |
"updated": 1517886242802, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964726", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964726.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "nc", | |
"code": "72964726", | |
"ids": ",nc72964726,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 9, | |
"dmin": 0.01492, | |
"rms": 0.03, | |
"gap": 247, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.3 - 14km ESE of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.8386667, 37.5771667, 0.98] | |
} | |
}, | |
{ | |
"id": "ak18349374", | |
"mag": 2.2, | |
"place": "85km E of Old Iliamna, Alaska", | |
"time": 1517832525487, | |
"updated": 1517832937763, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18349374", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18349374.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 74, | |
"net": "ak", | |
"code": "18349374", | |
"ids": ",ak18349374,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.67, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.2 - 85km E of Old Iliamna, Alaska", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-153.3982, 59.6704, 106.8] | |
} | |
}, | |
{ | |
"id": "nn00620753", | |
"mag": 0.3, | |
"place": "36km SE of Bridgeport, California", | |
"time": 1517831515219, | |
"updated": 1517858740992, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620753", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620753.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "nn", | |
"code": "00620753", | |
"ids": ",nn00620753,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 7, | |
"dmin": 0.09, | |
"rms": 0.2131, | |
"gap": 187.87, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.3 - 36km SE of Bridgeport, California", | |
"geometry": {"type": "Point", "coordinates": [-118.8941, 38.0571, 9.1]} | |
}, | |
{ | |
"id": "nn00620752", | |
"mag": 0.3, | |
"place": "24km SW of Hawthorne, Nevada", | |
"time": 1517831453963, | |
"updated": 1517858159617, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620752", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620752.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "nn", | |
"code": "00620752", | |
"ids": ",nn00620752,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 4, | |
"dmin": 0.297, | |
"rms": 0.1578, | |
"gap": 288.75, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.3 - 24km SW of Hawthorne, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-118.8412, 38.3874, 0.6]} | |
}, | |
{ | |
"id": "us1000cg0j", | |
"mag": 2.5, | |
"place": "8km S of Hennessey, Oklahoma", | |
"time": 1517831253560, | |
"updated": 1517879066246, | |
"tz": -360, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cg0j", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cg0j.geojson", | |
"felt": 3, | |
"cdi": 2.7, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 97, | |
"net": "us", | |
"code": "1000cg0j", | |
"ids": ",us1000cg0j,", | |
"sources": ",us,", | |
"types": ",dyfi,geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 0.34, | |
"rms": 0.3, | |
"gap": 51, | |
"magType": "mb_lg", | |
"type": "Feature", | |
"title": "M 2.5 - 8km S of Hennessey, Oklahoma", | |
"geometry": {"type": "Point", "coordinates": [-97.9135, 36.03, 6.24]} | |
}, | |
{ | |
"id": "ak18349362", | |
"mag": 0.8, | |
"place": "35km E of Sutton-Alpine, Alaska", | |
"time": 1517831189631, | |
"updated": 1517831441146, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18349362", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18349362.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 10, | |
"net": "ak", | |
"code": "18349362", | |
"ids": ",ak18349362,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.69, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.8 - 35km E of Sutton-Alpine, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-148.1897, 61.7341, 11]} | |
}, | |
{ | |
"id": "nn00620749", | |
"mag": 0.7, | |
"place": "36km SE of Bridgeport, California", | |
"time": 1517831174208, | |
"updated": 1517857779402, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620749", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620749.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 8, | |
"net": "nn", | |
"code": "00620749", | |
"ids": ",nn00620749,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 4, | |
"dmin": 0.376, | |
"rms": 0.0199, | |
"gap": 329.96, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.7 - 36km SE of Bridgeport, California", | |
"geometry": {"type": "Point", "coordinates": [-118.9093, 38.051, 9.6]} | |
}, | |
{ | |
"id": "nc72964716", | |
"mag": 1.68, | |
"place": "10km WNW of Dunsmuir, CA", | |
"time": 1517830174560, | |
"updated": 1517946004182, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964716", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964716.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 43, | |
"net": "nc", | |
"code": "72964716", | |
"ids": ",nc72964716,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 22, | |
"dmin": 0.1551, | |
"rms": 0.11, | |
"gap": 60, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.7 - 10km WNW of Dunsmuir, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.3908333, 41.2328333, 10.83] | |
} | |
}, | |
{ | |
"id": "ci38099944", | |
"mag": 0.37, | |
"place": "9km NE of Aguanga, CA", | |
"time": 1517829413850, | |
"updated": 1517841350227, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099944", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099944.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "ci", | |
"code": "38099944", | |
"ids": ",ci38099944,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 18, | |
"dmin": 0.08644, | |
"rms": 0.14, | |
"gap": 120, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.4 - 9km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7956667, 33.4938333, 4.33] | |
} | |
}, | |
{ | |
"id": "uu60266882", | |
"mag": 1.8, | |
"place": "9km WNW of Lewiston, Utah", | |
"time": 1517829277130, | |
"updated": 1517846425430, | |
"tz": -420, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uu60266882", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60266882.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 50, | |
"net": "uu", | |
"code": "60266882", | |
"ids": ",uu60266882,", | |
"sources": ",uu,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 14, | |
"dmin": 0.286, | |
"rms": 0.15, | |
"gap": 110, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.8 - 9km WNW of Lewiston, Utah", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-111.9571667, 42.0111667, -0.09] | |
} | |
}, | |
{ | |
"id": "ak18348082", | |
"mag": 2.7, | |
"place": "276km SE of Kodiak, Alaska", | |
"time": 1517829078829, | |
"updated": 1517862388238, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18348082", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18348082.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 112, | |
"net": "ak", | |
"code": "18348082", | |
"ids": ",ak18348082,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.73, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.7 - 276km SE of Kodiak, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-148.7634, 56.2926, 10]} | |
}, | |
{ | |
"id": "ci38099936", | |
"mag": 0.49, | |
"place": "22km NNW of Borrego Springs, CA", | |
"time": 1517828386930, | |
"updated": 1517841352755, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099936", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099936.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 4, | |
"net": "ci", | |
"code": "38099936", | |
"ids": ",ci38099936,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 18, | |
"dmin": 0.09721, | |
"rms": 0.16, | |
"gap": 109, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.5 - 22km NNW of Borrego Springs, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.4701667, 33.4333333, 13.85] | |
} | |
}, | |
{ | |
"id": "nc72964701", | |
"mag": 1.24, | |
"place": "17km NW of Parkfield, CA", | |
"time": 1517828227180, | |
"updated": 1517832602421, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964701", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964701.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 24, | |
"net": "nc", | |
"code": "72964701", | |
"ids": ",nc72964701,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 10, | |
"dmin": 0.02901, | |
"rms": 0.07, | |
"gap": 215, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.2 - 17km NW of Parkfield, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-120.5721664, 36.0061684, 1.22] | |
} | |
}, | |
{ | |
"id": "nc72964696", | |
"mag": 0.56, | |
"place": "12km W of Toms Place, CA", | |
"time": 1517827982020, | |
"updated": 1517886121445, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964696", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964696.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 5, | |
"net": "nc", | |
"code": "72964696", | |
"ids": ",nc72964696,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 10, | |
"dmin": 0.01973, | |
"rms": 0.03, | |
"gap": 277, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.6 - 12km W of Toms Place, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.8216667, 37.5711667, 3.32] | |
} | |
}, | |
{ | |
"id": "ci38099928", | |
"mag": 0.65, | |
"place": "11km WSW of Pine Valley, CA", | |
"time": 1517827467710, | |
"updated": 1517882145583, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099928", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099928.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 6, | |
"net": "ci", | |
"code": "38099928", | |
"ids": ",ci38099928,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 16, | |
"dmin": 0.1141, | |
"rms": 0.08, | |
"gap": 56, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.7 - 11km WSW of Pine Valley, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.6408333, 32.7913333, 17.55] | |
} | |
}, | |
{ | |
"id": "ak18348074", | |
"mag": 0.3, | |
"place": "8km N of Badger, Alaska", | |
"time": 1517827014656, | |
"updated": 1517827246038, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18348074", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18348074.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "ak", | |
"code": "18348074", | |
"ids": ",ak18348074,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.37, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.3 - 8km N of Badger, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-147.5479, 64.8773, 20.4]} | |
}, | |
{ | |
"id": "pr2018036005", | |
"mag": 3.14, | |
"place": "67km NNE of San Juan, Puerto Rico", | |
"time": 1517826651350, | |
"updated": 1517832206559, | |
"tz": -240, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/pr2018036005", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr2018036005.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 152, | |
"net": "pr", | |
"code": "2018036005", | |
"ids": ",pr2018036005,", | |
"sources": ",pr,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 4, | |
"dmin": 0.7588, | |
"rms": 0.26, | |
"gap": 321, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 3.1 - 67km NNE of San Juan, Puerto Rico", | |
"geometry": {"type": "Point", "coordinates": [-65.9226, 19.0505, 58]} | |
}, | |
{ | |
"id": "ci38099912", | |
"mag": 0.4, | |
"place": "18km N of Borrego Springs, CA", | |
"time": 1517826535200, | |
"updated": 1517952174066, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099912", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099912.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "ci", | |
"code": "38099912", | |
"ids": ",ci38099912,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 29, | |
"dmin": 0.09306, | |
"rms": 0.18, | |
"gap": 146, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.4 - 18km N of Borrego Springs, CA", | |
"geometry": {"type": "Point", "coordinates": [-116.364, 33.42, 16.5]} | |
}, | |
{ | |
"id": "nc72964681", | |
"mag": 0.68, | |
"place": "12km W of Toms Place, CA", | |
"time": 1517826155610, | |
"updated": 1517938082140, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964681", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964681.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 7, | |
"net": "nc", | |
"code": "72964681", | |
"ids": ",nc72964681,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 20, | |
"dmin": 0.02811, | |
"rms": 0.04, | |
"gap": 230, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.7 - 12km W of Toms Place, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.8185, 37.5631667, 4.05] | |
} | |
}, | |
{ | |
"id": "ci38099904", | |
"mag": 2.13, | |
"place": "10km SW of Niland, CA", | |
"time": 1517825963830, | |
"updated": 1517951608228, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099904", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099904.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 70, | |
"net": "ci", | |
"code": "38099904", | |
"ids": ",ci38099904,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 53, | |
"dmin": 0.01105, | |
"rms": 0.21, | |
"gap": 97, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.1 - 10km SW of Niland, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-115.6043333, 33.1831667, 5.05] | |
} | |
}, | |
{ | |
"id": "ci38099896", | |
"mag": 1.04, | |
"place": "15km E of Desert Hot Springs, CA", | |
"time": 1517825565440, | |
"updated": 1517841417742, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099896", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099896.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 17, | |
"net": "ci", | |
"code": "38099896", | |
"ids": ",ci38099896,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 39, | |
"dmin": 0.06148, | |
"rms": 0.18, | |
"gap": 49, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.0 - 15km E of Desert Hot Springs, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.3431667, 33.9691667, 7.39] | |
} | |
}, | |
{ | |
"id": "us1000cfzn", | |
"mag": 4.4, | |
"place": "37km SSW of El Rosario, El Salvador", | |
"time": 1517825408620, | |
"updated": 1517868031246, | |
"tz": -360, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfzn", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfzn.geojson", | |
"felt": 4, | |
"cdi": 4.1, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 299, | |
"net": "us", | |
"code": "1000cfzn", | |
"ids": ",us1000cfzn,", | |
"sources": ",us,", | |
"types": ",dyfi,geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 0.506, | |
"rms": 1.39, | |
"gap": 163, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.4 - 37km SSW of El Rosario, El Salvador", | |
"geometry": {"type": "Point", "coordinates": [-89.1634, 13.1817, 58.82]} | |
}, | |
{ | |
"id": "nn00620690", | |
"mag": 1.2, | |
"place": "37km SE of Bridgeport, California", | |
"time": 1517824922985, | |
"updated": 1517849594442, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620690", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620690.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 22, | |
"net": "nn", | |
"code": "00620690", | |
"ids": ",nn00620690,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 20, | |
"dmin": 0.077, | |
"rms": 0.2183, | |
"gap": 102.82, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.2 - 37km SE of Bridgeport, California", | |
"geometry": {"type": "Point", "coordinates": [-118.8781, 38.0624, 11.8]} | |
}, | |
{ | |
"id": "ci38099888", | |
"mag": 0.94, | |
"place": "6km WNW of Fontana, CA", | |
"time": 1517824886710, | |
"updated": 1517950872935, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099888", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099888.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 14, | |
"net": "ci", | |
"code": "38099888", | |
"ids": ",ci38099888,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 53, | |
"dmin": 0.0209, | |
"rms": 0.18, | |
"gap": 60, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.9 - 6km WNW of Fontana, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-117.5146667, 34.1215, 3.15] | |
} | |
}, | |
{ | |
"id": "nn00620689", | |
"mag": -0.2, | |
"place": "50km SSE of Beatty, Nevada", | |
"time": 1517824459388, | |
"updated": 1517850175182, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620689", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620689.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "nn", | |
"code": "00620689", | |
"ids": ",nn00620689,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 13, | |
"dmin": 0.124, | |
"rms": 0.1509, | |
"gap": 112.59, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M -0.2 - 50km SSE of Beatty, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-116.5744, 36.481, 3]} | |
}, | |
{ | |
"id": "nc72964661", | |
"mag": 1.57, | |
"place": "11km SE of Pinnacles, CA", | |
"time": 1517823640240, | |
"updated": 1517827922248, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964661", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964661.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 38, | |
"net": "nc", | |
"code": "72964661", | |
"ids": ",nc72964661,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 13, | |
"dmin": 0.04455, | |
"rms": 0.02, | |
"gap": 150, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.6 - 11km SE of Pinnacles, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-121.0471649, 36.4720001, 7.52] | |
} | |
}, | |
{ | |
"id": "nc72964656", | |
"mag": 1.62, | |
"place": "11km SE of Pinnacles, CA", | |
"time": 1517823399740, | |
"updated": 1517826363190, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964656", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964656.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 40, | |
"net": "nc", | |
"code": "72964656", | |
"ids": ",nc72964656,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 12, | |
"dmin": 0.04485, | |
"rms": 0.02, | |
"gap": 151, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.6 - 11km SE of Pinnacles, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-121.0461655, 36.472168, 7.74] | |
} | |
}, | |
{ | |
"id": "ci38099872", | |
"mag": 0.25, | |
"place": "18km N of Borrego Springs, CA", | |
"time": 1517823348040, | |
"updated": 1517841444745, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099872", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099872.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "ci", | |
"code": "38099872", | |
"ids": ",ci38099872,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 12, | |
"dmin": 0.1248, | |
"rms": 0.16, | |
"gap": 126, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.3 - 18km N of Borrego Springs, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.3505, 33.4153333, 6.44] | |
} | |
}, | |
{ | |
"id": "us1000cfz5", | |
"mag": 5, | |
"place": "Reykjanes Ridge", | |
"time": 1517822989470, | |
"updated": 1517824058040, | |
"tz": -120, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfz5", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfz5.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 385, | |
"net": "us", | |
"code": "1000cfz5", | |
"ids": ",us1000cfz5,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 10.194, | |
"rms": 1.54, | |
"gap": 59, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 5.0 - Reykjanes Ridge", | |
"geometry": {"type": "Point", "coordinates": [-35.4132, 53.6741, 10]} | |
}, | |
{ | |
"id": "ci37178748", | |
"mag": 0.92, | |
"place": "12km WNW of Calipatria, CA", | |
"time": 1517822760720, | |
"updated": 1517944310809, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci37178748", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37178748.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 13, | |
"net": "ci", | |
"code": "37178748", | |
"ids": ",ci37178748,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 11, | |
"dmin": 0.008642, | |
"rms": 0.21, | |
"gap": 168, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.9 - 12km WNW of Calipatria, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-115.6251667, 33.1741667, 5.5] | |
} | |
}, | |
{ | |
"id": "ci38099864", | |
"mag": 1.28, | |
"place": "10km SW of Niland, CA", | |
"time": 1517822749840, | |
"updated": 1517943990563, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099864", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099864.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 25, | |
"net": "ci", | |
"code": "38099864", | |
"ids": ",ci38099864,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 27, | |
"dmin": 0.01268, | |
"rms": 0.2, | |
"gap": 97, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.3 - 10km SW of Niland, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-115.601, 33.1806667, 4.19] | |
} | |
}, | |
{ | |
"id": "us1000cfz6", | |
"mag": 5.2, | |
"place": "Off the east coast of the North Island of New Zealand", | |
"time": 1517822720040, | |
"updated": 1517824038040, | |
"tz": 720, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfz6", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfz6.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 416, | |
"net": "us", | |
"code": "1000cfz6", | |
"ids": ",us1000cfz6,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 2.069, | |
"rms": 1.16, | |
"gap": 199, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 5.2 - Off the east coast of the North Island of New Zealand", | |
"geometry": {"type": "Point", "coordinates": [178.8275, -35.5315, 8.78]} | |
}, | |
{ | |
"id": "nn00620687", | |
"mag": 1.1, | |
"place": "19km S of Gerlach-Empire, Nevada", | |
"time": 1517822656608, | |
"updated": 1517848648750, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620687", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620687.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 19, | |
"net": "nn", | |
"code": "00620687", | |
"ids": ",nn00620687,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 9, | |
"dmin": 0.7, | |
"rms": 0.1502, | |
"gap": 233.72, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.1 - 19km S of Gerlach-Empire, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-119.3483, 40.4099, 0]} | |
}, | |
{ | |
"id": "ak18346782", | |
"mag": 1.9, | |
"place": "91km WNW of Skagway, Alaska", | |
"time": 1517822535992, | |
"updated": 1517822719817, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18346782", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18346782.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 56, | |
"net": "ak", | |
"code": "18346782", | |
"ids": ",ak18346782,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.62, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.9 - 91km WNW of Skagway, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-136.723, 59.8673, 0]} | |
}, | |
{ | |
"id": "ci38099856", | |
"mag": 1.26, | |
"place": "10km SW of Niland, CA", | |
"time": 1517822439030, | |
"updated": 1517872984640, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099856", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099856.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 24, | |
"net": "ci", | |
"code": "38099856", | |
"ids": ",ci38099856,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 17, | |
"dmin": 0.008919, | |
"rms": 0.16, | |
"gap": 96, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.3 - 10km SW of Niland, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-115.6081667, 33.1838333, 5.23] | |
} | |
}, | |
{ | |
"id": "pr2018036004", | |
"mag": 2.23, | |
"place": "15km SSW of Guanica, Puerto Rico", | |
"time": 1517822347320, | |
"updated": 1517832188623, | |
"tz": -240, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/pr2018036004", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr2018036004.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 77, | |
"net": "pr", | |
"code": "2018036004", | |
"ids": ",pr2018036004,", | |
"sources": ",pr,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 5, | |
"dmin": 0.1377, | |
"rms": 0.81, | |
"gap": 262, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 2.2 - 15km SSW of Guanica, Puerto Rico", | |
"geometry": {"type": "Point", "coordinates": [-66.9763, 17.8496, 10]} | |
}, | |
{ | |
"id": "ci38099848", | |
"mag": 2.07, | |
"place": "10km SW of Niland, CA", | |
"time": 1517822300820, | |
"updated": 1517943631530, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099848", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099848.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 66, | |
"net": "ci", | |
"code": "38099848", | |
"ids": ",ci38099848,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 51, | |
"dmin": 0.01274, | |
"rms": 0.23, | |
"gap": 97, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.1 - 10km SW of Niland, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-115.6028333, 33.1843333, 4.97] | |
} | |
}, | |
{ | |
"id": "nn00620686", | |
"mag": 0.4, | |
"place": "48km SSE of Hawthorne, Nevada", | |
"time": 1517822094715, | |
"updated": 1517848087604, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620686", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620686.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "nn", | |
"code": "00620686", | |
"ids": ",nn00620686,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 6, | |
"dmin": 0.151, | |
"rms": 0.1385, | |
"gap": 126.07, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.4 - 48km SSE of Hawthorne, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-118.3775, 38.1379, 8.8]} | |
}, | |
{ | |
"id": "ak18346776", | |
"mag": 1.9, | |
"place": "64km WNW of Talkeetna, Alaska", | |
"time": 1517821433990, | |
"updated": 1517822136629, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18346776", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18346776.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 56, | |
"net": "ak", | |
"code": "18346776", | |
"ids": ",ak18346776,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.63, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.9 - 64km WNW of Talkeetna, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-151.2127, 62.5954, 3.3]} | |
}, | |
{ | |
"id": "ak18346766", | |
"mag": 1.3, | |
"place": "68km NW of Cape Yakataga, Alaska", | |
"time": 1517820416308, | |
"updated": 1517821255520, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18346766", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18346766.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 26, | |
"net": "ak", | |
"code": "18346766", | |
"ids": ",ak18346766,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.31, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.3 - 68km NW of Cape Yakataga, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-143.1668, 60.5653, 3]} | |
}, | |
{ | |
"id": "ak18346767", | |
"mag": 1.6, | |
"place": "73km SSW of Kobuk, Alaska", | |
"time": 1517820316244, | |
"updated": 1517821093994, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18346767", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18346767.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 39, | |
"net": "ak", | |
"code": "18346767", | |
"ids": ",ak18346767,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.62, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.6 - 73km SSW of Kobuk, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-157.2616, 66.2619, 0]} | |
}, | |
{ | |
"id": "pr2018036003", | |
"mag": 2.67, | |
"place": "28km WNW of Rincon, Puerto Rico", | |
"time": 1517819386500, | |
"updated": 1517832163400, | |
"tz": -240, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/pr2018036003", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr2018036003.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 110, | |
"net": "pr", | |
"code": "2018036003", | |
"ids": ",pr2018036003,", | |
"sources": ",pr,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 5, | |
"dmin": 0.3703, | |
"rms": 0.55, | |
"gap": 308, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 2.7 - 28km WNW of Rincon, Puerto Rico", | |
"geometry": {"type": "Point", "coordinates": [-67.4815, 18.4725, 17]} | |
}, | |
{ | |
"id": "us1000cg26", | |
"mag": 3.2, | |
"place": "8km S of Hennessey, Oklahoma", | |
"time": 1517819139400, | |
"updated": 1517856992747, | |
"tz": -360, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cg26", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cg26.geojson", | |
"felt": 1, | |
"cdi": 2, | |
"mmi": 3.43, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 158, | |
"net": "us", | |
"code": "1000cg26", | |
"ids": ",us1000cg26,", | |
"sources": ",us,", | |
"types": ",dyfi,geoserve,moment-tensor,origin,phase-data,shakemap,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.19, | |
"gap": 24, | |
"magType": "mwr", | |
"type": "Feature", | |
"title": "M 3.2 - 8km S of Hennessey, Oklahoma", | |
"geometry": {"type": "Point", "coordinates": [-97.9032, 36.0355, 6.871]} | |
}, | |
{ | |
"id": "us1000cfxn", | |
"mag": 3.7, | |
"place": "9km S of Hennessey, Oklahoma", | |
"time": 1517818851480, | |
"updated": 1517962738685, | |
"tz": -360, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfxn", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfxn.geojson", | |
"felt": 25, | |
"cdi": 5.6, | |
"mmi": 4.03, | |
"alert": "green", | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 225, | |
"net": "us", | |
"code": "1000cfxn", | |
"ids": ",us1000cfxn,", | |
"sources": ",us,", | |
"types": ",dyfi,geoserve,losspager,moment-tensor,origin,phase-data,shakemap,", | |
"nst": null, | |
"dmin": 0.341, | |
"rms": 0.23, | |
"gap": 29, | |
"magType": "mwr", | |
"type": "Feature", | |
"title": "M 3.7 - 9km S of Hennessey, Oklahoma", | |
"geometry": {"type": "Point", "coordinates": [-97.9111, 36.0279, 5]} | |
}, | |
{ | |
"id": "ak18345483", | |
"mag": 1.4, | |
"place": "115km WNW of Talkeetna, Alaska", | |
"time": 1517818368776, | |
"updated": 1517818599225, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18345483", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18345483.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 30, | |
"net": "ak", | |
"code": "18345483", | |
"ids": ",ak18345483,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.43, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.4 - 115km WNW of Talkeetna, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-152.2828, 62.5572, 8]} | |
}, | |
{ | |
"id": "uw61366936", | |
"mag": 0.41, | |
"place": "36km SSE of Morton, Washington", | |
"time": 1517818338780, | |
"updated": 1517852361290, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uw61366936", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw61366936.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 3, | |
"net": "uw", | |
"code": "61366936", | |
"ids": ",uw61366936,", | |
"sources": ",uw,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 11, | |
"dmin": 0.08955, | |
"rms": 0.19, | |
"gap": 199, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.4 - 36km SSE of Morton, Washington", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.0615, 46.2615, 10.45] | |
} | |
}, | |
{ | |
"id": "hv70029307", | |
"mag": 2.46, | |
"place": "18km E of Honaunau-Napoopoo, Hawaii", | |
"time": 1517818182200, | |
"updated": 1517860575680, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/hv70029307", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv70029307.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 93, | |
"net": "hv", | |
"code": "70029307", | |
"ids": ",hv70029307,", | |
"sources": ",hv,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 12, | |
"dmin": 0.03027, | |
"rms": 0.09, | |
"gap": 107, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.5 - 18km E of Honaunau-Napoopoo, Hawaii", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-155.693, 19.4753333, 4.78] | |
} | |
}, | |
{ | |
"id": "nc72964636", | |
"mag": 0.57, | |
"place": "9km WNW of Cobb, CA", | |
"time": 1517817171150, | |
"updated": 1517818023873, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964636", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964636.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 5, | |
"net": "nc", | |
"code": "72964636", | |
"ids": ",nc72964636,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 5, | |
"dmin": 0.007873, | |
"rms": 0.01, | |
"gap": 95, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.6 - 9km WNW of Cobb, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.8255005, 38.8396683, 1.81] | |
} | |
}, | |
{ | |
"id": "nc72964626", | |
"mag": 0.24, | |
"place": "6km NW of The Geysers, CA", | |
"time": 1517816387850, | |
"updated": 1517963102546, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964626", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964626.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "nc", | |
"code": "72964626", | |
"ids": ",nc72964626,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 15, | |
"dmin": 0.007391, | |
"rms": 0.06, | |
"gap": 51, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.2 - 6km NW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.8096667, 38.816, 2.77] | |
} | |
}, | |
{ | |
"id": "nc72964621", | |
"mag": 0.8, | |
"place": "12km W of Toms Place, CA", | |
"time": 1517816319740, | |
"updated": 1517938264307, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964621", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964621.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 10, | |
"net": "nc", | |
"code": "72964621", | |
"ids": ",nc72964621,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 23, | |
"dmin": 0.03077, | |
"rms": 0.03, | |
"gap": 230, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.8 - 12km W of Toms Place, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.8166667, 37.5608333, 3.99] | |
} | |
}, | |
{ | |
"id": "ci38099840", | |
"mag": 0.71, | |
"place": "14km NE of Coso Junction, CA", | |
"time": 1517816209910, | |
"updated": 1517841475748, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099840", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099840.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 8, | |
"net": "ci", | |
"code": "38099840", | |
"ids": ",ci38099840,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 9, | |
"dmin": 0.01909, | |
"rms": 0.1, | |
"gap": 182, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.7 - 14km NE of Coso Junction, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-117.8343333, 36.127, 7.03] | |
} | |
}, | |
{ | |
"id": "ak18345470", | |
"mag": 2.5, | |
"place": "66km WSW of Tok, Alaska", | |
"time": 1517816148066, | |
"updated": 1517845475040, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18345470", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18345470.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 96, | |
"net": "ak", | |
"code": "18345470", | |
"ids": ",ak18345470,us1000cfx7,", | |
"sources": ",ak,us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.99, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.5 - 66km WSW of Tok, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-144.2694, 63.1783, 11.5]} | |
}, | |
{ | |
"id": "uu60266867", | |
"mag": 1.67, | |
"place": "34km SSW of Fillmore, Utah", | |
"time": 1517816141270, | |
"updated": 1517855944750, | |
"tz": -420, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uu60266867", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60266867.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 43, | |
"net": "uu", | |
"code": "60266867", | |
"ids": ",uu60266867,", | |
"sources": ",uu,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 12, | |
"dmin": 0.1205, | |
"rms": 0.17, | |
"gap": 88, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.7 - 34km SSW of Fillmore, Utah", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-112.5423333, 38.7043333, 0.09] | |
} | |
}, | |
{ | |
"id": "ci38099832", | |
"mag": 0.27, | |
"place": "23km SSW of La Quinta, CA", | |
"time": 1517815738110, | |
"updated": 1517942826464, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099832", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099832.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "ci", | |
"code": "38099832", | |
"ids": ",ci38099832,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 26, | |
"dmin": 0.04538, | |
"rms": 0.15, | |
"gap": 119, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.3 - 23km SSW of La Quinta, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.4221667, 33.478, 13.31] | |
} | |
}, | |
{ | |
"id": "ak18345466", | |
"mag": 2, | |
"place": "69km WSW of Tok, Alaska", | |
"time": 1517815612629, | |
"updated": 1517815791766, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18345466", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18345466.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 62, | |
"net": "ak", | |
"code": "18345466", | |
"ids": ",ak18345466,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.81, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.0 - 69km WSW of Tok, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-144.2652, 63.091, 0]} | |
}, | |
{ | |
"id": "nn00620739", | |
"mag": 0.3, | |
"place": "53km WNW of Beatty, Nevada", | |
"time": 1517815548635, | |
"updated": 1517855882018, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620739", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620739.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "nn", | |
"code": "00620739", | |
"ids": ",nn00620739,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 3, | |
"dmin": 0.436, | |
"rms": 0.0816, | |
"gap": 345.9, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.3 - 53km WNW of Beatty, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-117.2676, 37.1583, 17.4]} | |
}, | |
{ | |
"id": "nn00620684", | |
"mag": 0.5, | |
"place": "52km E of Beatty, Nevada", | |
"time": 1517815040218, | |
"updated": 1517847528926, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620684", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620684.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 4, | |
"net": "nn", | |
"code": "00620684", | |
"ids": ",nn00620684,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 22, | |
"dmin": 0.072, | |
"rms": 0.1733, | |
"gap": 65.31, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.5 - 52km E of Beatty, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-116.1661, 36.9193, 3.8]} | |
}, | |
{ | |
"id": "ak18344197", | |
"mag": 0.9, | |
"place": "89km WNW of Cantwell, Alaska", | |
"time": 1517814247301, | |
"updated": 1517814577932, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18344197", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18344197.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 12, | |
"net": "ak", | |
"code": "18344197", | |
"ids": ",ak18344197,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.38, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.9 - 89km WNW of Cantwell, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-150.7006, 63.5591, 3.5]} | |
}, | |
{ | |
"id": "ci38099824", | |
"mag": 0.88, | |
"place": "9km ESE of Yorba Linda, CA", | |
"time": 1517813811720, | |
"updated": 1517942094625, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099824", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099824.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 12, | |
"net": "ci", | |
"code": "38099824", | |
"ids": ",ci38099824,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 49, | |
"dmin": 0.008405, | |
"rms": 0.21, | |
"gap": 59, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.9 - 9km ESE of Yorba Linda, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-117.7193333, 33.8703333, 3.39] | |
} | |
}, | |
{ | |
"id": "ci38099816", | |
"mag": 0.41, | |
"place": "10km NE of Aguanga, CA", | |
"time": 1517813762540, | |
"updated": 1517841553755, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099816", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099816.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 3, | |
"net": "ci", | |
"code": "38099816", | |
"ids": ",ci38099816,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 19, | |
"dmin": 0.07098, | |
"rms": 0.16, | |
"gap": 58, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.4 - 10km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7923333, 33.5111667, 3.03] | |
} | |
}, | |
{ | |
"id": "nc72964606", | |
"mag": 0.89, | |
"place": "6km NW of The Geysers, CA", | |
"time": 1517813430960, | |
"updated": 1517814303653, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964606", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964606.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 12, | |
"net": "nc", | |
"code": "72964606", | |
"ids": ",nc72964606,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 19, | |
"dmin": 0.01175, | |
"rms": 0.02, | |
"gap": 54, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.9 - 6km NW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.7931671, 38.8198318, 2.5] | |
} | |
}, | |
{ | |
"id": "nc72964596", | |
"mag": 3.34, | |
"place": "18km WSW of Corcoran, CA", | |
"time": 1517812995080, | |
"updated": 1517898562233, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964596", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964596.geojson", | |
"felt": 164, | |
"cdi": 4.2, | |
"mmi": 2.39, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 241, | |
"net": "nc", | |
"code": "72964596", | |
"ids": ",nc72964596,us1000cfwl,", | |
"sources": ",nc,us,", | |
"types": ",dyfi,focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,shakemap,", | |
"nst": 57, | |
"dmin": 0.295, | |
"rms": 0.12, | |
"gap": 70, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 3.3 - 18km WSW of Corcoran, CA", | |
"geometry": {"type": "Point", "coordinates": [-119.7465, 36.041, 22.46]} | |
}, | |
{ | |
"id": "uu60266862", | |
"mag": 1.49, | |
"place": "7km W of Hurricane, Utah", | |
"time": 1517812796690, | |
"updated": 1517860108850, | |
"tz": -420, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uu60266862", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60266862.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 34, | |
"net": "uu", | |
"code": "60266862", | |
"ids": ",uu60266862,", | |
"sources": ",uu,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 8, | |
"dmin": 0.0642, | |
"rms": 0.12, | |
"gap": 89, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.5 - 7km W of Hurricane, Utah", | |
"geometry": {"type": "Point", "coordinates": [-113.3755, 37.1815, -0.5]} | |
}, | |
{ | |
"id": "ci38099800", | |
"mag": 0.3, | |
"place": "10km NE of Aguanga, CA", | |
"time": 1517812150910, | |
"updated": 1517841810388, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099800", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099800.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "ci", | |
"code": "38099800", | |
"ids": ",ci38099800,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 22, | |
"dmin": 0.07124, | |
"rms": 0.21, | |
"gap": 54, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.3 - 10km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7935, 33.5116667, 2.31] | |
} | |
}, | |
{ | |
"id": "nn00620682", | |
"mag": 0.8, | |
"place": "32km WSW of Alamo, Nevada", | |
"time": 1517812110078, | |
"updated": 1517846581240, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620682", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620682.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 10, | |
"net": "nn", | |
"code": "00620682", | |
"ids": ",nn00620682,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 12, | |
"dmin": 0.392, | |
"rms": 0.1413, | |
"gap": 151.95, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.8 - 32km WSW of Alamo, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-115.487, 37.2248, 1.7]} | |
}, | |
{ | |
"id": "ci38099792", | |
"mag": 1.1, | |
"place": "10km NE of Coachella, CA", | |
"time": 1517811918010, | |
"updated": 1517841887640, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099792", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099792.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 19, | |
"net": "ci", | |
"code": "38099792", | |
"ids": ",ci38099792,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 39, | |
"dmin": 0.09095, | |
"rms": 0.23, | |
"gap": 73, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.1 - 10km NE of Coachella, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.0948333, 33.7406667, 3.72] | |
} | |
}, | |
{ | |
"id": "us1000cfw5", | |
"mag": 4.1, | |
"place": "42km SW of Puerto Madero, Mexico", | |
"time": 1517810940560, | |
"updated": 1517844088040, | |
"tz": -360, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfw5", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfw5.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 259, | |
"net": "us", | |
"code": "1000cfw5", | |
"ids": ",us1000cfw5,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 1.925, | |
"rms": 1.28, | |
"gap": 183, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.1 - 42km SW of Puerto Madero, Mexico", | |
"geometry": {"type": "Point", "coordinates": [-92.646, 14.4098, 64.19]} | |
}, | |
{ | |
"id": "hv70029267", | |
"mag": 2.14, | |
"place": "8km ENE of Pahala, Hawaii", | |
"time": 1517810652830, | |
"updated": 1517810857200, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/hv70029267", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv70029267.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 70, | |
"net": "hv", | |
"code": "70029267", | |
"ids": ",hv70029267,", | |
"sources": ",hv,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 55, | |
"dmin": 0.0108, | |
"rms": 0.13, | |
"gap": 110, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 2.1 - 8km ENE of Pahala, Hawaii", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-155.4086609, 19.2398338, 32.33] | |
} | |
}, | |
{ | |
"id": "pr2018036002", | |
"mag": 2.35, | |
"place": "34km W of Puerto Real, Puerto Rico", | |
"time": 1517810499520, | |
"updated": 1517812617897, | |
"tz": -300, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/pr2018036002", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr2018036002.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 85, | |
"net": "pr", | |
"code": "2018036002", | |
"ids": ",pr2018036002,", | |
"sources": ",pr,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 3, | |
"dmin": 0.4175, | |
"rms": 0.37, | |
"gap": 299, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 2.4 - 34km W of Puerto Real, Puerto Rico", | |
"geometry": {"type": "Point", "coordinates": [-67.5123, 18.1165, 24]} | |
}, | |
{ | |
"id": "nn00620734", | |
"mag": 0.3, | |
"place": "53km WNW of Beatty, Nevada", | |
"time": 1517810085578, | |
"updated": 1517855129409, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620734", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620734.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "nn", | |
"code": "00620734", | |
"ids": ",nn00620734,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 5, | |
"dmin": 0.161, | |
"rms": 0.1168, | |
"gap": 265.15, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.3 - 53km WNW of Beatty, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-117.2919, 37.1412, 8]} | |
}, | |
{ | |
"id": "nc72964576", | |
"mag": 1.9, | |
"place": "11km SE of Pinnacles, CA", | |
"time": 1517809178340, | |
"updated": 1517811004541, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964576", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964576.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 56, | |
"net": "nc", | |
"code": "72964576", | |
"ids": ",nc72964576,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 18, | |
"dmin": 0.04291, | |
"rms": 0.03, | |
"gap": 148, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.9 - 11km SE of Pinnacles, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-121.0490036, 36.4729996, 7.47] | |
} | |
}, | |
{ | |
"id": "nm60215446", | |
"mag": 1.39, | |
"place": "11km SSW of New Madrid, Missouri", | |
"time": 1517807984580, | |
"updated": 1517928897850, | |
"tz": -360, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nm60215446", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nm60215446.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 30, | |
"net": "nm", | |
"code": "60215446", | |
"ids": ",nm60215446,", | |
"sources": ",nm,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 13, | |
"dmin": 0.05518, | |
"rms": 0.1, | |
"gap": 97, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.4 - 11km SSW of New Madrid, Missouri", | |
"geometry": {"type": "Point", "coordinates": [-89.576, 36.491, 10.31]} | |
}, | |
{ | |
"id": "pr2018036001", | |
"mag": 2.22, | |
"place": "4km NW of Maricao, Puerto Rico", | |
"time": 1517807450140, | |
"updated": 1517812605601, | |
"tz": -240, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/pr2018036001", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr2018036001.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 76, | |
"net": "pr", | |
"code": "2018036001", | |
"ids": ",pr2018036001,", | |
"sources": ",pr,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 3, | |
"dmin": 0.0838, | |
"rms": 0.42, | |
"gap": 170, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 2.2 - 4km NW of Maricao, Puerto Rico", | |
"geometry": {"type": "Point", "coordinates": [-67.0076, 18.2058, 24]} | |
}, | |
{ | |
"id": "ci38099776", | |
"mag": 1.43, | |
"place": "10km NE of Coachella, CA", | |
"time": 1517806887110, | |
"updated": 1517841890550, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099776", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099776.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 31, | |
"net": "ci", | |
"code": "38099776", | |
"ids": ",ci38099776,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 44, | |
"dmin": 0.09453, | |
"rms": 0.23, | |
"gap": 118, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.4 - 10km NE of Coachella, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.0958333, 33.7441667, 3.57] | |
} | |
}, | |
{ | |
"id": "hv70029232", | |
"mag": 1.87, | |
"place": "0km E of Pahala, Hawaii", | |
"time": 1517806391810, | |
"updated": 1517806589760, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/hv70029232", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv70029232.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 54, | |
"net": "hv", | |
"code": "70029232", | |
"ids": ",hv70029232,", | |
"sources": ",hv,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 47, | |
"dmin": 0.04945, | |
"rms": 0.12, | |
"gap": 96, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.9 - 0km E of Pahala, Hawaii", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-155.4725037, 19.2054996, 34.08] | |
} | |
}, | |
{ | |
"id": "ak18342913", | |
"mag": 1.5, | |
"place": "112km NW of Talkeetna, Alaska", | |
"time": 1517806365686, | |
"updated": 1517806764655, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18342913", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18342913.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 35, | |
"net": "ak", | |
"code": "18342913", | |
"ids": ",ak18342913,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.63, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.5 - 112km NW of Talkeetna, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-151.5472, 63.0894, 14.7]} | |
}, | |
{ | |
"id": "ak18342911", | |
"mag": 0.8, | |
"place": "5km E of Big Lake, Alaska", | |
"time": 1517806135579, | |
"updated": 1517861240598, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18342911", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18342911.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 10, | |
"net": "ak", | |
"code": "18342911", | |
"ids": ",ak18342911,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.27, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.8 - 5km E of Big Lake, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-149.8512, 61.5276, 37.9]} | |
}, | |
{ | |
"id": "nn00620721", | |
"mag": -0.3, | |
"place": "7km N of Truckee, California", | |
"time": 1517805903704, | |
"updated": 1517853029799, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620721", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620721.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "nn", | |
"code": "00620721", | |
"ids": ",nn00620721,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 7, | |
"dmin": 0.113, | |
"rms": 0.0567, | |
"gap": 102.43, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M -0.3 - 7km N of Truckee, California", | |
"geometry": {"type": "Point", "coordinates": [-120.1839, 39.3926, 10.4]} | |
}, | |
{ | |
"id": "hv70029222", | |
"mag": 0.96, | |
"place": "4km SW of Volcano, Hawaii", | |
"time": 1517805630530, | |
"updated": 1517876746010, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/hv70029222", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv70029222.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 14, | |
"net": "hv", | |
"code": "70029222", | |
"ids": ",hv70029222,", | |
"sources": ",hv,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 16, | |
"dmin": 0.0238, | |
"rms": 0.09, | |
"gap": 93, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.0 - 4km SW of Volcano, Hawaii", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-155.2651667, 19.4055, 12.39] | |
} | |
}, | |
{ | |
"id": "ak18342909", | |
"mag": 1.6, | |
"place": "21km E of Sterling, Alaska", | |
"time": 1517804643358, | |
"updated": 1517804931969, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18342909", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18342909.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 39, | |
"net": "ak", | |
"code": "18342909", | |
"ids": ",ak18342909,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.66, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.6 - 21km E of Sterling, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-150.3732, 60.5531, 42.1]} | |
}, | |
{ | |
"id": "pr2018036000", | |
"mag": 2.99, | |
"place": "73km N of Vieques, Puerto Rico", | |
"time": 1517803878490, | |
"updated": 1517812595937, | |
"tz": -240, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/pr2018036000", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr2018036000.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 138, | |
"net": "pr", | |
"code": "2018036000", | |
"ids": ",pr2018036000,", | |
"sources": ",pr,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 6, | |
"dmin": 0.8294, | |
"rms": 0.45, | |
"gap": 312, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 3.0 - 73km N of Vieques, Puerto Rico", | |
"geometry": {"type": "Point", "coordinates": [-65.803, 19.0895, 30]} | |
}, | |
{ | |
"id": "nc72964531", | |
"mag": 0.89, | |
"place": "39km NE of Covelo, CA", | |
"time": 1517803872730, | |
"updated": 1517889842978, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964531", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964531.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 12, | |
"net": "nc", | |
"code": "72964531", | |
"ids": ",nc72964531,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 6, | |
"dmin": 0.1761, | |
"rms": 0.05, | |
"gap": 158, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.9 - 39km NE of Covelo, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.9003333, 40.0195, 6.97] | |
} | |
}, | |
{ | |
"id": "nn00620717", | |
"mag": 0.4, | |
"place": "45km ENE of Searles Valley, California", | |
"time": 1517803490684, | |
"updated": 1517852639367, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620717", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620717.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "nn", | |
"code": "00620717", | |
"ids": ",nn00620717,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 9, | |
"dmin": 0.282, | |
"rms": 0.1381, | |
"gap": 221.71, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.4 - 45km ENE of Searles Valley, California", | |
"geometry": {"type": "Point", "coordinates": [-116.9367, 35.9117, 0]} | |
}, | |
{ | |
"id": "nc72964516", | |
"mag": 0.35, | |
"place": "10km S of Mammoth Lakes, CA", | |
"time": 1517803437330, | |
"updated": 1517886604814, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964516", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964516.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "nc", | |
"code": "72964516", | |
"ids": ",nc72964516,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 11, | |
"dmin": 0.07185, | |
"rms": 0.06, | |
"gap": 239, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.4 - 10km S of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9736667, 37.546, 5.13] | |
} | |
}, | |
{ | |
"id": "nn00620715", | |
"mag": 0.8, | |
"place": "29km WSW of Hawthorne, Nevada", | |
"time": 1517803364548, | |
"updated": 1517852061950, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620715", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620715.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 10, | |
"net": "nn", | |
"code": "00620715", | |
"ids": ",nn00620715,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 6, | |
"dmin": 0.336, | |
"rms": 0.136, | |
"gap": 124.88, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.8 - 29km WSW of Hawthorne, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-118.9138, 38.3826, 12.5]} | |
}, | |
{ | |
"id": "ci38099752", | |
"mag": 0.14, | |
"place": "9km NE of Aguanga, CA", | |
"time": 1517803273200, | |
"updated": 1517881962078, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099752", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099752.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "ci", | |
"code": "38099752", | |
"ids": ",ci38099752,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 16, | |
"dmin": 0.08543, | |
"rms": 0.08, | |
"gap": 96, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.1 - 9km NE of Aguanga, CA", | |
"geometry": {"type": "Point", "coordinates": [-116.791, 33.4925, 4.81]} | |
}, | |
{ | |
"id": "ak18341645", | |
"mag": 2.6, | |
"place": "245km ESE of Kodiak, Alaska", | |
"time": 1517803086552, | |
"updated": 1517860022116, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18341645", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18341645.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 104, | |
"net": "ak", | |
"code": "18341645", | |
"ids": ",ak18341645,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.99, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.6 - 245km ESE of Kodiak, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-148.9339, 56.6453, 10]} | |
}, | |
{ | |
"id": "uw61366896", | |
"mag": 1.48, | |
"place": "6km NW of Bainbridge Island, Washington", | |
"time": 1517803065280, | |
"updated": 1517854030360, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uw61366896", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw61366896.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 34, | |
"net": "uw", | |
"code": "61366896", | |
"ids": ",uw61366896,", | |
"sources": ",uw,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 6, | |
"dmin": 0.1907, | |
"rms": 0.41, | |
"gap": 275, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.5 - 6km NW of Bainbridge Island, Washington", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.5741667, 47.6721667, 4.82] | |
} | |
}, | |
{ | |
"id": "nc72964501", | |
"mag": 0.37, | |
"place": "4km E of Mammoth Lakes, CA", | |
"time": 1517802799800, | |
"updated": 1517886003443, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964501", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964501.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "nc", | |
"code": "72964501", | |
"ids": ",nc72964501,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 18, | |
"dmin": 0.02611, | |
"rms": 0.06, | |
"gap": 80, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.4 - 4km E of Mammoth Lakes, CA", | |
"geometry": {"type": "Point", "coordinates": [-118.937, 37.636, 5.91]} | |
}, | |
{ | |
"id": "uw61366881", | |
"mag": 0.8, | |
"place": "11km SE of Royal City, Washington", | |
"time": 1517802239450, | |
"updated": 1517871355240, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uw61366881", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw61366881.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 10, | |
"net": "uw", | |
"code": "61366881", | |
"ids": ",uw61366881,", | |
"sources": ",uw,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 13, | |
"dmin": 0.06507, | |
"rms": 0.1, | |
"gap": 110, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.8 - 11km SE of Royal City, Washington", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-119.5413333, 46.8178333, 13.37] | |
} | |
}, | |
{ | |
"id": "nn00620707", | |
"mag": 0.5, | |
"place": "55km WNW of Beatty, Nevada", | |
"time": 1517802109683, | |
"updated": 1517851322194, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620707", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620707.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 4, | |
"net": "nn", | |
"code": "00620707", | |
"ids": ",nn00620707,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 9, | |
"dmin": 0.155, | |
"rms": 0.1283, | |
"gap": 97.3, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.5 - 55km WNW of Beatty, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-117.313, 37.1449, 11.3]} | |
}, | |
{ | |
"id": "ci38099744", | |
"mag": 0.41, | |
"place": "10km NE of Aguanga, CA", | |
"time": 1517801659450, | |
"updated": 1517803111663, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099744", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099744.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 3, | |
"net": "ci", | |
"code": "38099744", | |
"ids": ",ci38099744,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 20, | |
"dmin": 0.07843, | |
"rms": 0.13, | |
"gap": 43, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.4 - 10km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.785, 33.4976667, 5.52] | |
} | |
}, | |
{ | |
"id": "ci38099736", | |
"mag": 1.45, | |
"place": "8km ENE of Aguanga, CA", | |
"time": 1517800867480, | |
"updated": 1517803288480, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099736", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099736.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 32, | |
"net": "ci", | |
"code": "38099736", | |
"ids": ",ci38099736,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 61, | |
"dmin": 0.09486, | |
"rms": 0.21, | |
"gap": 37, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.5 - 8km ENE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7911667, 33.4816667, 4.26] | |
} | |
}, | |
{ | |
"id": "nc72964486", | |
"mag": 2.75, | |
"place": "40km NE of Covelo, CA", | |
"time": 1517800432920, | |
"updated": 1517895122164, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964486", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964486.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 116, | |
"net": "nc", | |
"code": "72964486", | |
"ids": ",nc72964486,", | |
"sources": ",nc,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 24, | |
"dmin": 0.1718, | |
"rms": 0.19, | |
"gap": 62, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 2.8 - 40km NE of Covelo, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.8996667, 40.0273333, -0.51] | |
} | |
}, | |
{ | |
"id": "nn00620737", | |
"mag": 1.3, | |
"place": "15km ENE of Currant, Nevada", | |
"time": 1517800378385, | |
"updated": 1517856076329, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620737", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620737.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 26, | |
"net": "nn", | |
"code": "00620737", | |
"ids": ",nn00620737,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 4, | |
"dmin": 0.448, | |
"rms": 0.1477, | |
"gap": 162.92, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.3 - 15km ENE of Currant, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-115.3196, 38.804, 0]} | |
}, | |
{ | |
"id": "nn00620735", | |
"mag": 0.3, | |
"place": "55km WNW of Beatty, Nevada", | |
"time": 1517800339867, | |
"updated": 1517855325773, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620735", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620735.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "nn", | |
"code": "00620735", | |
"ids": ",nn00620735,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 8, | |
"dmin": 0.156, | |
"rms": 0.1294, | |
"gap": 96.37, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.3 - 55km WNW of Beatty, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-117.31, 37.1454, 9.8]} | |
}, | |
{ | |
"id": "ci38099728", | |
"mag": 0.44, | |
"place": "9km NE of Aguanga, CA", | |
"time": 1517799980790, | |
"updated": 1517803274884, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099728", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099728.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 3, | |
"net": "ci", | |
"code": "38099728", | |
"ids": ",ci38099728,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 19, | |
"dmin": 0.08607, | |
"rms": 0.19, | |
"gap": 70, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.4 - 9km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7888333, 33.4906667, 4.16] | |
} | |
}, | |
{ | |
"id": "ak18341627", | |
"mag": 1.9, | |
"place": "46km NW of Willow, Alaska", | |
"time": 1517799710718, | |
"updated": 1517804333625, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18341627", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18341627.geojson", | |
"felt": 1, | |
"cdi": 2.2, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 56, | |
"net": "ak", | |
"code": "18341627", | |
"ids": ",ak18341627,", | |
"sources": ",ak,", | |
"types": ",dyfi,geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.37, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.9 - 46km NW of Willow, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-150.7519, 61.9907, 58.3]} | |
}, | |
{ | |
"id": "nc72964476", | |
"mag": 1.66, | |
"place": "6km NW of The Geysers, CA", | |
"time": 1517799256970, | |
"updated": 1517802063235, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964476", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964476.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 42, | |
"net": "nc", | |
"code": "72964476", | |
"ids": ",nc72964476,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 29, | |
"dmin": 0.008796, | |
"rms": 0.04, | |
"gap": 54, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.7 - 6km NW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.7988358, 38.822834, 2.18] | |
} | |
}, | |
{ | |
"id": "nn00620702", | |
"mag": 0.3, | |
"place": "25km SW of Hawthorne, Nevada", | |
"time": 1517798826181, | |
"updated": 1517850382605, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620702", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620702.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "nn", | |
"code": "00620702", | |
"ids": ",nn00620702,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 4, | |
"dmin": 0.308, | |
"rms": 0.1567, | |
"gap": 291.46, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.3 - 25km SW of Hawthorne, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-118.858, 38.385, 10.2]} | |
}, | |
{ | |
"id": "ci38099720", | |
"mag": 0.53, | |
"place": "9km SW of Idyllwild, CA", | |
"time": 1517798791820, | |
"updated": 1517938480168, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099720", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099720.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 4, | |
"net": "ci", | |
"code": "38099720", | |
"ids": ",ci38099720,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 34, | |
"dmin": 0.0701, | |
"rms": 0.19, | |
"gap": 53, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.5 - 9km SW of Idyllwild, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7906667, 33.682, 17.19] | |
} | |
}, | |
{ | |
"id": "ak18340355", | |
"mag": 2.7, | |
"place": "123km NW of Talkeetna, Alaska", | |
"time": 1517798683189, | |
"updated": 1517803265809, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18340355", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18340355.geojson", | |
"felt": 1, | |
"cdi": 2, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 112, | |
"net": "ak", | |
"code": "18340355", | |
"ids": ",ak18340355,", | |
"sources": ",ak,", | |
"types": ",dyfi,geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.91, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.7 - 123km NW of Talkeetna, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-151.5811, 63.2033, 11.7]} | |
}, | |
{ | |
"id": "nc72964471", | |
"mag": 0.74, | |
"place": "6km NW of The Geysers, CA", | |
"time": 1517798425620, | |
"updated": 1517800382189, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964471", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964471.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 8, | |
"net": "nc", | |
"code": "72964471", | |
"ids": ",nc72964471,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 14, | |
"dmin": 0.01162, | |
"rms": 0.03, | |
"gap": 138, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.7 - 6km NW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.7956696, 38.8204994, 2.61] | |
} | |
}, | |
{ | |
"id": "us1000cfvi", | |
"mag": 3.7, | |
"place": "277km ESE of Kodiak, Alaska", | |
"time": 1517798340070, | |
"updated": 1517800415040, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfvi", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfvi.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 211, | |
"net": "us", | |
"code": "1000cfvi", | |
"ids": ",us1000cfvi,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 2.576, | |
"rms": 0.83, | |
"gap": 200, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 3.7 - 277km ESE of Kodiak, Alaska", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-148.5749, 56.4235, 20.06] | |
} | |
}, | |
{ | |
"id": "nn00620701", | |
"mag": 0.1, | |
"place": "13km ENE of Hawthorne, Nevada", | |
"time": 1517798022333, | |
"updated": 1517849784168, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620701", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620701.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "nn", | |
"code": "00620701", | |
"ids": ",nn00620701,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 5, | |
"dmin": 0.056, | |
"rms": 0.151, | |
"gap": 149.22, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.1 - 13km ENE of Hawthorne, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-118.4882, 38.579, 5.8]} | |
}, | |
{ | |
"id": "ci38099704", | |
"mag": 1.49, | |
"place": "21km SSE of Progreso, B.C., MX", | |
"time": 1517797430830, | |
"updated": 1517871587516, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099704", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099704.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 34, | |
"net": "ci", | |
"code": "38099704", | |
"ids": ",ci38099704,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 19, | |
"dmin": 0.1618, | |
"rms": 0.28, | |
"gap": 139, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.5 - 21km SSE of Progreso, B.C., MX", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-115.4956667, 32.4066667, 13.33] | |
} | |
}, | |
{ | |
"id": "ci38099696", | |
"mag": 0.13, | |
"place": "10km NE of Aguanga, CA", | |
"time": 1517797244050, | |
"updated": 1517881622413, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099696", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099696.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "ci", | |
"code": "38099696", | |
"ids": ",ci38099696,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 12, | |
"dmin": 0.07986, | |
"rms": 0.07, | |
"gap": 124, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.1 - 10km NE of Aguanga, CA", | |
"geometry": {"type": "Point", "coordinates": [-116.786, 33.4965, 4.57]} | |
}, | |
{ | |
"id": "nn00620733", | |
"mag": 0.3, | |
"place": "55km WNW of Beatty, Nevada", | |
"time": 1517796563564, | |
"updated": 1517854937013, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620733", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620733.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "nn", | |
"code": "00620733", | |
"ids": ",nn00620733,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 11, | |
"dmin": 0.154, | |
"rms": 0.2095, | |
"gap": 97.16, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.3 - 55km WNW of Beatty, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-117.3126, 37.1439, 14.1]} | |
}, | |
{ | |
"id": "ak18340326", | |
"mag": 1.4, | |
"place": "78km E of Cape Yakataga, Alaska", | |
"time": 1517795318091, | |
"updated": 1517795617431, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18340326", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18340326.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 30, | |
"net": "ak", | |
"code": "18340326", | |
"ids": ",ak18340326,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.88, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.4 - 78km E of Cape Yakataga, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-141.0304, 59.9616, 15.5]} | |
}, | |
{ | |
"id": "nn00620731", | |
"mag": 0.3, | |
"place": "45km SSW of Goldfield, Nevada", | |
"time": 1517794971655, | |
"updated": 1517854557497, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620731", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620731.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "nn", | |
"code": "00620731", | |
"ids": ",nn00620731,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 9, | |
"dmin": 0.072, | |
"rms": 0.1753, | |
"gap": 144.95, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.3 - 45km SSW of Goldfield, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-117.3493, 37.3114, 8.4]} | |
}, | |
{ | |
"id": "nn00620728", | |
"mag": 0.4, | |
"place": "13km W of Cold Springs, Nevada", | |
"time": 1517794447673, | |
"updated": 1517854363831, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620728", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620728.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "nn", | |
"code": "00620728", | |
"ids": ",nn00620728,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 14, | |
"dmin": 0.087, | |
"rms": 0.1461, | |
"gap": 104.18, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.4 - 13km W of Cold Springs, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-120.1313, 39.6909, 11.5]} | |
}, | |
{ | |
"id": "uu60266857", | |
"mag": 2.6, | |
"place": "9km WNW of Lewiston, Utah", | |
"time": 1517794349020, | |
"updated": 1517931053340, | |
"tz": -420, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uu60266857", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60266857.geojson", | |
"felt": 2, | |
"cdi": 2.7, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 105, | |
"net": "uu", | |
"code": "60266857", | |
"ids": ",uu60266857,", | |
"sources": ",uu,", | |
"types": ",dyfi,geoserve,origin,phase-data,", | |
"nst": 17, | |
"dmin": 0.281, | |
"rms": 0.2, | |
"gap": 110, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.6 - 9km WNW of Lewiston, Utah", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-111.9628333, 42.0078333, 5.01] | |
} | |
}, | |
{ | |
"id": "ci38099688", | |
"mag": 0.87, | |
"place": "6km SW of Idyllwild, CA", | |
"time": 1517794200770, | |
"updated": 1517803300884, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099688", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099688.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 12, | |
"net": "ci", | |
"code": "38099688", | |
"ids": ",ci38099688,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 40, | |
"dmin": 0.04613, | |
"rms": 0.17, | |
"gap": 37, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.9 - 6km SW of Idyllwild, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7695, 33.7118333, 14.49] | |
} | |
}, | |
{ | |
"id": "uw61366861", | |
"mag": 1.82, | |
"place": "6km NNE of Waterville, Washington", | |
"time": 1517793875780, | |
"updated": 1517871821670, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uw61366861", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw61366861.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 51, | |
"net": "uw", | |
"code": "61366861", | |
"ids": ",uw61366861,", | |
"sources": ",uw,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 11, | |
"dmin": 0.06303, | |
"rms": 0.08, | |
"gap": 90, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.8 - 6km NNE of Waterville, Washington", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-120.0475, 47.7076667, 4.03] | |
} | |
}, | |
{ | |
"id": "us1000cfv0", | |
"mag": 4.1, | |
"place": "6km WSW of La Orilla, Mexico", | |
"time": 1517793862910, | |
"updated": 1517863965782, | |
"tz": -360, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfv0", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfv0.geojson", | |
"felt": 4, | |
"cdi": 2, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 259, | |
"net": "us", | |
"code": "1000cfv0", | |
"ids": ",us1000cfv0,", | |
"sources": ",us,", | |
"types": ",dyfi,geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 1.948, | |
"rms": 1.11, | |
"gap": 162, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.1 - 6km WSW of La Orilla, Mexico", | |
"geometry": {"type": "Point", "coordinates": [-102.2927, 17.9716, 35]} | |
}, | |
{ | |
"id": "nc72964421", | |
"mag": 0.98, | |
"place": "8km WNW of Cobb, CA", | |
"time": 1517793759280, | |
"updated": 1517795703033, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964421", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964421.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 15, | |
"net": "nc", | |
"code": "72964421", | |
"ids": ",nc72964421,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 14, | |
"dmin": 0.006128, | |
"rms": 0.03, | |
"gap": 119, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.0 - 8km WNW of Cobb, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.8026657, 38.8504982, 0.57] | |
} | |
}, | |
{ | |
"id": "nn00620680", | |
"mag": 0.9, | |
"place": "44km SSW of Goldfield, Nevada", | |
"time": 1517793311771, | |
"updated": 1517846194798, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620680", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620680.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 12, | |
"net": "nn", | |
"code": "00620680", | |
"ids": ",nn00620680,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 16, | |
"dmin": 0.072, | |
"rms": 0.1482, | |
"gap": 93.9, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.9 - 44km SSW of Goldfield, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-117.349, 37.3143, 8.3]} | |
}, | |
{ | |
"id": "ak18339082", | |
"mag": 1.3, | |
"place": "36km WNW of Cantwell, Alaska", | |
"time": 1517793197275, | |
"updated": 1517793535777, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18339082", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18339082.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 26, | |
"net": "ak", | |
"code": "18339082", | |
"ids": ",ak18339082,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.32, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.3 - 36km WNW of Cantwell, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-149.6615, 63.4665, 5.3]} | |
}, | |
{ | |
"id": "uu60266852", | |
"mag": 2.16, | |
"place": "9km WNW of Lewiston, Utah", | |
"time": 1517792701510, | |
"updated": 1517845746000, | |
"tz": -420, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uu60266852", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60266852.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 72, | |
"net": "uu", | |
"code": "60266852", | |
"ids": ",uu60266852,", | |
"sources": ",uu,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 14, | |
"dmin": 0.2805, | |
"rms": 0.15, | |
"gap": 104, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.2 - 9km WNW of Lewiston, Utah", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-111.9618333, 42.0033333, 5.76] | |
} | |
}, | |
{ | |
"id": "nc72964406", | |
"mag": 0.38, | |
"place": "12km ENE of Mammoth Lakes, CA", | |
"time": 1517792547360, | |
"updated": 1517885403422, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964406", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964406.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "nc", | |
"code": "72964406", | |
"ids": ",nc72964406,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 18, | |
"dmin": 0.0263, | |
"rms": 0.04, | |
"gap": 95, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.4 - 12km ENE of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.8511667, 37.6613333, 3.77] | |
} | |
}, | |
{ | |
"id": "ci38099672", | |
"mag": 1.52, | |
"place": "5km NNW of Boron, CA", | |
"time": 1517792357130, | |
"updated": 1517937921021, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099672", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099672.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 36, | |
"net": "ci", | |
"code": "38099672", | |
"ids": ",ci38099672,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 37, | |
"dmin": 0.1099, | |
"rms": 0.18, | |
"gap": 59, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.5 Quarry Blast - 5km NNW of Boron, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-117.6703333, 35.0425, -0.79] | |
} | |
}, | |
{ | |
"id": "mb80280279", | |
"mag": 0.91, | |
"place": "13km ESE of Lincoln, Montana", | |
"time": 1517792040640, | |
"updated": 1517844076490, | |
"tz": -420, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/mb80280279", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/mb80280279.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 13, | |
"net": "mb", | |
"code": "80280279", | |
"ids": ",mb80280279,", | |
"sources": ",mb,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 9, | |
"dmin": 0.11, | |
"rms": 0.13, | |
"gap": 112, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.9 - 13km ESE of Lincoln, Montana", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-112.5148333, 46.9026667, 10.33] | |
} | |
}, | |
{ | |
"id": "nn00620725", | |
"mag": 0.3, | |
"place": "55km WNW of Beatty, Nevada", | |
"time": 1517791963284, | |
"updated": 1517853424477, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620725", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620725.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "nn", | |
"code": "00620725", | |
"ids": ",nn00620725,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 9, | |
"dmin": 0.152, | |
"rms": 0.1798, | |
"gap": 96.96, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.3 - 55km WNW of Beatty, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-117.3121, 37.1418, 9.9]} | |
}, | |
{ | |
"id": "ak18339062", | |
"mag": 1.5, | |
"place": "88km WNW of Cantwell, Alaska", | |
"time": 1517791866367, | |
"updated": 1517792162548, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18339062", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18339062.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 35, | |
"net": "ak", | |
"code": "18339062", | |
"ids": ",ak18339062,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.43, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.5 - 88km WNW of Cantwell, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-150.6846, 63.5738, 1.3]} | |
}, | |
{ | |
"id": "nn00620720", | |
"mag": 0.3, | |
"place": "55km WNW of Beatty, Nevada", | |
"time": 1517791832358, | |
"updated": 1517853222962, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620720", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620720.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "nn", | |
"code": "00620720", | |
"ids": ",nn00620720,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 8, | |
"dmin": 0.143, | |
"rms": 0.1423, | |
"gap": 98.05, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.3 - 55km WNW of Beatty, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-117.3158, 37.1335, 11.5]} | |
}, | |
{ | |
"id": "ci38099664", | |
"mag": 0.78, | |
"place": "10km NE of Aguanga, CA", | |
"time": 1517791601320, | |
"updated": 1517803353940, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099664", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099664.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 9, | |
"net": "ci", | |
"code": "38099664", | |
"ids": ",ci38099664,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 32, | |
"dmin": 0.06961, | |
"rms": 0.17, | |
"gap": 38, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.8 - 10km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7943333, 33.5145, 4.42] | |
} | |
}, | |
{ | |
"id": "ak18337818", | |
"mag": 0.1, | |
"place": "66km S of Cantwell, Alaska", | |
"time": 1517791368863, | |
"updated": 1517857081100, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18337818", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18337818.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "ak", | |
"code": "18337818", | |
"ids": ",ak18337818,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.45, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.1 - 66km S of Cantwell, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-148.7359, 62.8003, 10.7]} | |
}, | |
{ | |
"id": "ak18354664", | |
"mag": 0.5, | |
"place": "21km NE of North Nenana, Alaska", | |
"time": 1517791351711, | |
"updated": 1517857313518, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18354664", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18354664.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 4, | |
"net": "ak", | |
"code": "18354664", | |
"ids": ",ak18354664,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.97, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.5 - 21km NE of North Nenana, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-148.8455, 64.73, 32.7]} | |
}, | |
{ | |
"id": "nn00620719", | |
"mag": 0.6, | |
"place": "34km SE of Bridgeport, California", | |
"time": 1517790249581, | |
"updated": 1517852829267, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620719", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620719.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 6, | |
"net": "nn", | |
"code": "00620719", | |
"ids": ",nn00620719,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 7, | |
"dmin": 0.107, | |
"rms": 0.0784, | |
"gap": 148.04, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.6 - 34km SE of Bridgeport, California", | |
"geometry": {"type": "Point", "coordinates": [-118.9152, 38.0717, 6.2]} | |
}, | |
{ | |
"id": "nn00620677", | |
"mag": 0.7, | |
"place": "55km WNW of Beatty, Nevada", | |
"time": 1517790162982, | |
"updated": 1517845435792, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620677", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620677.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 8, | |
"net": "nn", | |
"code": "00620677", | |
"ids": ",nn00620677,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 20, | |
"dmin": 0.155, | |
"rms": 0.1846, | |
"gap": 96.76, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.7 - 55km WNW of Beatty, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-117.3113, 37.1448, 10.4]} | |
}, | |
{ | |
"id": "nn00620718", | |
"mag": 0.2, | |
"place": "27km S of Hawthorne, Nevada", | |
"time": 1517790021572, | |
"updated": 1517852643491, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620718", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620718.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "nn", | |
"code": "00620718", | |
"ids": ",nn00620718,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 6, | |
"dmin": 0.128, | |
"rms": 0.0491, | |
"gap": 124.45, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.2 - 27km S of Hawthorne, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-118.6623, 38.2825, 12.6]} | |
}, | |
{ | |
"id": "nc72964391", | |
"mag": 2.53, | |
"place": "4km S of Toms Place, CA", | |
"time": 1517788743190, | |
"updated": 1517962804810, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964391", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964391.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 98, | |
"net": "nc", | |
"code": "72964391", | |
"ids": ",nc72964391,", | |
"sources": ",nc,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 43, | |
"dmin": 0.05624, | |
"rms": 0.04, | |
"gap": 61, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 2.5 - 4km S of Toms Place, CA", | |
"geometry": {"type": "Point", "coordinates": [-118.675, 37.53, 7.64]} | |
}, | |
{ | |
"id": "ak18337816", | |
"mag": 1.2, | |
"place": "29km WNW of Willow, Alaska", | |
"time": 1517788690586, | |
"updated": 1517788991373, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18337816", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18337816.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 22, | |
"net": "ak", | |
"code": "18337816", | |
"ids": ",ak18337816,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.41, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.2 - 29km WNW of Willow, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-150.5196, 61.8888, 0]} | |
}, | |
{ | |
"id": "ak18337813", | |
"mag": 1.3, | |
"place": "74km E of Cantwell, Alaska", | |
"time": 1517788380450, | |
"updated": 1517788658872, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18337813", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18337813.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 26, | |
"net": "ak", | |
"code": "18337813", | |
"ids": ",ak18337813,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.76, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.3 - 74km E of Cantwell, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-147.4643, 63.4361, 0]} | |
}, | |
{ | |
"id": "uu60266847", | |
"mag": 1.17, | |
"place": "8km WNW of Lewiston, Utah", | |
"time": 1517787860780, | |
"updated": 1517846551130, | |
"tz": -420, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uu60266847", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60266847.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 21, | |
"net": "uu", | |
"code": "60266847", | |
"ids": ",uu60266847,", | |
"sources": ",uu,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 12, | |
"dmin": 0.2894, | |
"rms": 0.09, | |
"gap": 110, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.2 - 8km WNW of Lewiston, Utah", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-111.9501667, 42.0051667, 4.93] | |
} | |
}, | |
{ | |
"id": "ci38099632", | |
"mag": 1.93, | |
"place": "14km SE of Anza, CA", | |
"time": 1517787511500, | |
"updated": 1517803417100, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099632", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099632.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 57, | |
"net": "ci", | |
"code": "38099632", | |
"ids": ",ci38099632,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 68, | |
"dmin": 0.04557, | |
"rms": 0.21, | |
"gap": 57, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.9 - 14km SE of Anza, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.5488333, 33.4853333, 11.92] | |
} | |
}, | |
{ | |
"id": "nc72964376", | |
"mag": 0.55, | |
"place": "7km NW of The Geysers, CA", | |
"time": 1517787063830, | |
"updated": 1517790181837, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964376", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964376.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 5, | |
"net": "nc", | |
"code": "72964376", | |
"ids": ",nc72964376,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 7, | |
"dmin": 0.005802, | |
"rms": 0.03, | |
"gap": 93, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.6 - 7km NW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.8128357, 38.8180008, 1.88] | |
} | |
}, | |
{ | |
"id": "uw61366796", | |
"mag": 1.27, | |
"place": "1km E of Bremerton, Washington", | |
"time": 1517786059990, | |
"updated": 1517855489980, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uw61366796", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw61366796.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 25, | |
"net": "uw", | |
"code": "61366796", | |
"ids": ",uw61366796,", | |
"sources": ",uw,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 5, | |
"dmin": 0.1239, | |
"rms": 0.07, | |
"gap": 300, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.3 - 1km E of Bremerton, Washington", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.607, 47.5676667, 18.15] | |
} | |
}, | |
{ | |
"id": "uu60266842", | |
"mag": 1.43, | |
"place": "8km WNW of Lewiston, Utah", | |
"time": 1517785928340, | |
"updated": 1517792759840, | |
"tz": -420, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uu60266842", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60266842.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 31, | |
"net": "uu", | |
"code": "60266842", | |
"ids": ",uu60266842,", | |
"sources": ",uu,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 12, | |
"dmin": 0.2844, | |
"rms": 0.09, | |
"gap": 104, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.4 - 8km WNW of Lewiston, Utah", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-111.9553333, 42.0001667, 5.76] | |
} | |
}, | |
{ | |
"id": "nc72964371", | |
"mag": 0.58, | |
"place": "10km NW of The Geysers, CA", | |
"time": 1517785745900, | |
"updated": 1517788442661, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964371", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964371.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 5, | |
"net": "nc", | |
"code": "72964371", | |
"ids": ",nc72964371,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 12, | |
"dmin": 0.005805, | |
"rms": 0.02, | |
"gap": 108, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.6 - 10km NW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.840332, 38.8429985, 1.67] | |
} | |
}, | |
{ | |
"id": "ci38099616", | |
"mag": 1.13, | |
"place": "42km ENE of Trona, CA", | |
"time": 1517785172190, | |
"updated": 1517880486850, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099616", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099616.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 20, | |
"net": "ci", | |
"code": "38099616", | |
"ids": ",ci38099616,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 21, | |
"dmin": 0.2795, | |
"rms": 0.14, | |
"gap": 98, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.1 - 42km ENE of Trona, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.9391667, 35.8915, 2.61] | |
} | |
}, | |
{ | |
"id": "ci38099608", | |
"mag": 2.22, | |
"place": "43km ENE of Trona, CA", | |
"time": 1517784792660, | |
"updated": 1517803362120, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099608", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099608.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 76, | |
"net": "ci", | |
"code": "38099608", | |
"ids": ",ci38099608,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 20, | |
"dmin": 0.2869, | |
"rms": 0.12, | |
"gap": 98, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.2 - 43km ENE of Trona, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.93, 35.8911667, 2.12] | |
} | |
}, | |
{ | |
"id": "ak18336568", | |
"mag": 1.7, | |
"place": "28km SSW of Badger, Alaska", | |
"time": 1517784595445, | |
"updated": 1517785089204, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18336568", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18336568.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 44, | |
"net": "ak", | |
"code": "18336568", | |
"ids": ",ak18336568,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.64, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.7 - 28km SSW of Badger, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-147.8296, 64.5751, 20.2]} | |
}, | |
{ | |
"id": "ci38099600", | |
"mag": 0.94, | |
"place": "9km NE of Aguanga, CA", | |
"time": 1517784427240, | |
"updated": 1517803420030, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099600", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099600.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 14, | |
"net": "ci", | |
"code": "38099600", | |
"ids": ",ci38099600,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 34, | |
"dmin": 0.08585, | |
"rms": 0.14, | |
"gap": 40, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.9 - 9km NE of Aguanga, CA", | |
"geometry": {"type": "Point", "coordinates": [-116.79, 33.4915, 4.46]} | |
}, | |
{ | |
"id": "ak18335375", | |
"mag": 1.2, | |
"place": "108km W of Cantwell, Alaska", | |
"time": 1517784409965, | |
"updated": 1517784703310, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18335375", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18335375.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 22, | |
"net": "ak", | |
"code": "18335375", | |
"ids": ",ak18335375,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.53, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.2 - 108km W of Cantwell, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-151.1107, 63.2922, 10.6]} | |
}, | |
{ | |
"id": "uw61366781", | |
"mag": 3.06, | |
"place": "30km W of Pacific City, Oregon", | |
"time": 1517783852230, | |
"updated": 1517947974136, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uw61366781", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw61366781.geojson", | |
"felt": 7, | |
"cdi": 2.7, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 146, | |
"net": "uw", | |
"code": "61366781", | |
"ids": ",uw61366781,", | |
"sources": ",uw,", | |
"types": ",dyfi,geoserve,origin,phase-data,", | |
"nst": 21, | |
"dmin": 0.3731, | |
"rms": 0.41, | |
"gap": 155, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 3.1 - 30km W of Pacific City, Oregon", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-124.3488333, 45.1558333, 30.15] | |
} | |
}, | |
{ | |
"id": "nc72964361", | |
"mag": -0.05, | |
"place": "8km E of Mammoth Lakes, CA", | |
"time": 1517783759110, | |
"updated": 1517883927397, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964361", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964361.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "nc", | |
"code": "72964361", | |
"ids": ",nc72964361,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,", | |
"nst": 9, | |
"dmin": 0.005759, | |
"rms": 0.02, | |
"gap": 157, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M -0.1 - 8km E of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.8901667, 37.6466667, 3.64] | |
} | |
}, | |
{ | |
"id": "ak18335373", | |
"mag": 2, | |
"place": "84km WNW of Skagway, Alaska", | |
"time": 1517783722693, | |
"updated": 1517784136327, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18335373", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18335373.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 62, | |
"net": "ak", | |
"code": "18335373", | |
"ids": ",ak18335373,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.86, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.0 - 84km WNW of Skagway, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-136.583, 59.8561, 0.1]} | |
}, | |
{ | |
"id": "ci38099576", | |
"mag": 0.27, | |
"place": "10km NE of Aguanga, CA", | |
"time": 1517783099990, | |
"updated": 1517936516883, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099576", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099576.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "ci", | |
"code": "38099576", | |
"ids": ",ci38099576,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 23, | |
"dmin": 0.07943, | |
"rms": 0.11, | |
"gap": 47, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.3 - 10km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7863333, 33.4971667, 5.65] | |
} | |
}, | |
{ | |
"id": "nc72964346", | |
"mag": 0.57, | |
"place": "10km NW of The Geysers, CA", | |
"time": 1517782704300, | |
"updated": 1517784062509, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964346", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964346.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 5, | |
"net": "nc", | |
"code": "72964346", | |
"ids": ",nc72964346,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 8, | |
"dmin": 0.004043, | |
"rms": 0.04, | |
"gap": 102, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.6 - 10km NW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.8368301, 38.8424988, 3.59] | |
} | |
}, | |
{ | |
"id": "nc72964341", | |
"mag": 0.65, | |
"place": "14km W of Toms Place, CA", | |
"time": 1517782564250, | |
"updated": 1517939882262, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964341", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964341.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 6, | |
"net": "nc", | |
"code": "72964341", | |
"ids": ",nc72964341,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 19, | |
"dmin": 0.02446, | |
"rms": 0.05, | |
"gap": 194, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.7 - 14km W of Toms Place, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.8351667, 37.566, 1.69] | |
} | |
}, | |
{ | |
"id": "ci38099568", | |
"mag": 0.85, | |
"place": "10km NE of Coachella, CA", | |
"time": 1517782237540, | |
"updated": 1517935602805, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099568", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099568.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 11, | |
"net": "ci", | |
"code": "38099568", | |
"ids": ",ci38099568,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 30, | |
"dmin": 0.08877, | |
"rms": 0.18, | |
"gap": 92, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.9 - 10km NE of Coachella, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.0918333, 33.7388333, 6.3] | |
} | |
}, | |
{ | |
"id": "ci37178756", | |
"mag": 2.15, | |
"place": "42km ENE of Trona, CA", | |
"time": 1517782130700, | |
"updated": 1517961402993, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci37178756", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci37178756.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 71, | |
"net": "ci", | |
"code": "37178756", | |
"ids": ",ci37178756,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 22, | |
"dmin": 0.2749, | |
"rms": 0.26, | |
"gap": 98, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.2 - 42km ENE of Trona, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.9448333, 35.8878333, 3.19] | |
} | |
}, | |
{ | |
"id": "ci38099560", | |
"mag": 2.31, | |
"place": "43km ENE of Trona, CA", | |
"time": 1517782116130, | |
"updated": 1517945528500, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099560", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099560.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 82, | |
"net": "ci", | |
"code": "38099560", | |
"ids": ",ci38099560,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 30, | |
"dmin": 0.2869, | |
"rms": 0.12, | |
"gap": 53, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.3 - 43km ENE of Trona, CA", | |
"geometry": {"type": "Point", "coordinates": [-116.93, 35.891, 2.72]} | |
}, | |
{ | |
"id": "ak18335328", | |
"mag": 1.5, | |
"place": "103km WNW of Talkeetna, Alaska", | |
"time": 1517781975494, | |
"updated": 1517782895793, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18335328", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18335328.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 35, | |
"net": "ak", | |
"code": "18335328", | |
"ids": ",ak18335328,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.48, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.5 - 103km WNW of Talkeetna, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-151.8958, 62.7579, 9.3]} | |
}, | |
{ | |
"id": "ci38099552", | |
"mag": 1.48, | |
"place": "17km ESE of Julian, CA", | |
"time": 1517781786650, | |
"updated": 1517934911741, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099552", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099552.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 34, | |
"net": "ci", | |
"code": "38099552", | |
"ids": ",ci38099552,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 64, | |
"dmin": 0.1485, | |
"rms": 0.19, | |
"gap": 33, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.5 - 17km ESE of Julian, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.4265, 33.0408333, 5.45] | |
} | |
}, | |
{ | |
"id": "uw61366766", | |
"mag": 1.71, | |
"place": "14km NW of Carson, Washington", | |
"time": 1517781714260, | |
"updated": 1517872471770, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uw61366766", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw61366766.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 45, | |
"net": "uw", | |
"code": "61366766", | |
"ids": ",uw61366766,", | |
"sources": ",uw,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 16, | |
"dmin": 0.199, | |
"rms": 0.13, | |
"gap": 119, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.7 - 14km NW of Carson, Washington", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-121.9353333, 45.826, 11.34] | |
} | |
}, | |
{ | |
"id": "nc72964321", | |
"mag": 1.94, | |
"place": "14km W of Toms Place, CA", | |
"time": 1517781395000, | |
"updated": 1517785681561, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964321", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964321.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 58, | |
"net": "nc", | |
"code": "72964321", | |
"ids": ",nc72964321,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 29, | |
"dmin": 0.01857, | |
"rms": 0.04, | |
"gap": 130, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.9 - 14km W of Toms Place, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.8363342, 37.5723343, 1.8] | |
} | |
}, | |
{ | |
"id": "nc72964326", | |
"mag": 0.44, | |
"place": "10km S of Mammoth Lakes, CA", | |
"time": 1517781214250, | |
"updated": 1517883963380, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964326", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964326.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 3, | |
"net": "nc", | |
"code": "72964326", | |
"ids": ",nc72964326,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 9, | |
"dmin": 0.07179, | |
"rms": 0.04, | |
"gap": 239, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.4 - 10km S of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9745, 37.5461667, 4.21] | |
} | |
}, | |
{ | |
"id": "us1000cfvu", | |
"mag": 1.6, | |
"place": "9km N of Sangerville, Maine", | |
"time": 1517781133470, | |
"updated": 1517805411040, | |
"tz": -300, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfvu", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfvu.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 39, | |
"net": "us", | |
"code": "1000cfvu", | |
"ids": ",us1000cfvu,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 0.06, | |
"rms": 0.55, | |
"gap": 125, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.6 - 9km N of Sangerville, Maine", | |
"geometry": {"type": "Point", "coordinates": [-69.3737, 45.2457, 5]} | |
}, | |
{ | |
"id": "us1000cft6", | |
"mag": 4.7, | |
"place": "24km W of Ilabaya, Peru", | |
"time": 1517780849550, | |
"updated": 1517799069849, | |
"tz": -300, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cft6", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cft6.geojson", | |
"felt": 11, | |
"cdi": 4.2, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 344, | |
"net": "us", | |
"code": "1000cft6", | |
"ids": ",us1000cft6,", | |
"sources": ",us,", | |
"types": ",dyfi,geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 1.027, | |
"rms": 1.14, | |
"gap": 130, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.7 - 24km W of Ilabaya, Peru", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-70.7435, -17.4117, 52.95] | |
} | |
}, | |
{ | |
"id": "ci38099544", | |
"mag": 1.22, | |
"place": "7km W of Progreso, B.C., MX", | |
"time": 1517779380300, | |
"updated": 1517933989146, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099544", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099544.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 23, | |
"net": "ci", | |
"code": "38099544", | |
"ids": ",ci38099544,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 19, | |
"dmin": 0.08803, | |
"rms": 0.2, | |
"gap": 129, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.2 - 7km W of Progreso, B.C., MX", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-115.6633333, 32.579, 9.84] | |
} | |
}, | |
{ | |
"id": "nc72964306", | |
"mag": 0.57, | |
"place": "16km SW of Toms Place, CA", | |
"time": 1517779374440, | |
"updated": 1517884683403, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964306", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964306.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 5, | |
"net": "nc", | |
"code": "72964306", | |
"ids": ",nc72964306,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 10, | |
"dmin": 0.1312, | |
"rms": 0.06, | |
"gap": 173, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.6 - 16km SW of Toms Place, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.8058333, 37.4568333, 0.26] | |
} | |
}, | |
{ | |
"id": "ci38099536", | |
"mag": 2.13, | |
"place": "43km ENE of Trona, CA", | |
"time": 1517778825650, | |
"updated": 1517945340520, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099536", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099536.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 70, | |
"net": "ci", | |
"code": "38099536", | |
"ids": ",ci38099536,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 25, | |
"dmin": 0.2877, | |
"rms": 0.1, | |
"gap": 81, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.1 - 43km ENE of Trona, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.929, 35.8921667, 2.68] | |
} | |
}, | |
{ | |
"id": "ci38099528", | |
"mag": 0.23, | |
"place": "10km NE of Aguanga, CA", | |
"time": 1517778817050, | |
"updated": 1517933791501, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099528", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099528.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "ci", | |
"code": "38099528", | |
"ids": ",ci38099528,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 25, | |
"dmin": 0.06991, | |
"rms": 0.11, | |
"gap": 43, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.2 - 10km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7933333, 33.5133333, 5.21] | |
} | |
}, | |
{ | |
"id": "ak18334091", | |
"mag": 3.1, | |
"place": "256km SE of Kodiak, Alaska", | |
"time": 1517778306796, | |
"updated": 1517780874242, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18334091", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18334091.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 148, | |
"net": "ak", | |
"code": "18334091", | |
"ids": ",ak18334091,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.92, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 3.1 - 256km SE of Kodiak, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-149.5631, 56.0937, 3.3]} | |
}, | |
{ | |
"id": "nc72964296", | |
"mag": 0.76, | |
"place": "10km NW of The Geysers, CA", | |
"time": 1517777918500, | |
"updated": 1517782382161, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964296", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964296.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 9, | |
"net": "nc", | |
"code": "72964296", | |
"ids": ",nc72964296,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 5, | |
"dmin": 0.0006674, | |
"rms": 0.01, | |
"gap": 159, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.8 - 10km NW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.8363342, 38.838501, 1.64] | |
} | |
}, | |
{ | |
"id": "nc72964291", | |
"mag": 0.25, | |
"place": "6km E of Mammoth Lakes, CA", | |
"time": 1517777454380, | |
"updated": 1517884084727, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964291", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964291.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "nc", | |
"code": "72964291", | |
"ids": ",nc72964291,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 14, | |
"dmin": 0.01397, | |
"rms": 0.02, | |
"gap": 64, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.3 - 6km E of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9155, 37.6358333, 5.71] | |
} | |
}, | |
{ | |
"id": "ci38099512", | |
"mag": 0.44, | |
"place": "9km NE of Aguanga, CA", | |
"time": 1517776817730, | |
"updated": 1517933156342, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099512", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099512.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 3, | |
"net": "ci", | |
"code": "38099512", | |
"ids": ",ci38099512,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 28, | |
"dmin": 0.07771, | |
"rms": 0.11, | |
"gap": 36, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.4 - 9km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7986667, 33.5068333, 4.92] | |
} | |
}, | |
{ | |
"id": "nc72964286", | |
"mag": 0.31, | |
"place": "5km E of Mammoth Lakes, CA", | |
"time": 1517776627230, | |
"updated": 1517883422359, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964286", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964286.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "nc", | |
"code": "72964286", | |
"ids": ",nc72964286,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 6, | |
"dmin": 0.0195, | |
"rms": 0.01, | |
"gap": 164, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.3 - 5km E of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9216667, 37.6386667, 5.47] | |
} | |
}, | |
{ | |
"id": "nn00620640", | |
"mag": 0.8, | |
"place": "52km ENE of Searles Valley, California", | |
"time": 1517776276527, | |
"updated": 1517777492657, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620640", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620640.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 10, | |
"net": "nn", | |
"code": "00620640", | |
"ids": ",nn00620640,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 16, | |
"dmin": 0.274, | |
"rms": 0.2315, | |
"gap": 319.5, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.8 - 52km ENE of Searles Valley, California", | |
"geometry": {"type": "Point", "coordinates": [-116.8783, 35.9697, 0]} | |
}, | |
{ | |
"id": "uw61366741", | |
"mag": 1.14, | |
"place": "9km SE of Desert Aire, Washington", | |
"time": 1517775974600, | |
"updated": 1517947175130, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uw61366741", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw61366741.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 20, | |
"net": "uw", | |
"code": "61366741", | |
"ids": ",uw61366741,", | |
"sources": ",uw,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 10, | |
"dmin": 0.05125, | |
"rms": 0.07, | |
"gap": 89, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.1 - 9km SE of Desert Aire, Washington", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-119.8476667, 46.6095, 6.66] | |
} | |
}, | |
{ | |
"id": "nn00620638", | |
"mag": 0.8, | |
"place": "56km WNW of Beatty, Nevada", | |
"time": 1517775649899, | |
"updated": 1517776558718, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620638", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620638.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 10, | |
"net": "nn", | |
"code": "00620638", | |
"ids": ",nn00620638,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 16, | |
"dmin": 0.157, | |
"rms": 0.2085, | |
"gap": 97.88, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.8 - 56km WNW of Beatty, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-117.3148, 37.1476, 8.7]} | |
}, | |
{ | |
"id": "nc72964281", | |
"mag": 0.49, | |
"place": "12km S of Mammoth Lakes, CA", | |
"time": 1517775332410, | |
"updated": 1517876282878, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964281", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964281.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 4, | |
"net": "nc", | |
"code": "72964281", | |
"ids": ",nc72964281,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 13, | |
"dmin": 0.0851, | |
"rms": 0.05, | |
"gap": 251, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.5 - 12km S of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9771667, 37.533, 2.61] | |
} | |
}, | |
{ | |
"id": "nn00620921", | |
"mag": 0.3, | |
"place": "55km WNW of Beatty, Nevada", | |
"time": 1517775239453, | |
"updated": 1517960335005, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620921", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620921.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "nn", | |
"code": "00620921", | |
"ids": ",nn00620921,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 8, | |
"dmin": 0.157, | |
"rms": 0.14, | |
"gap": 94.49, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.3 - 55km WNW of Beatty, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-117.3038, 37.147, 10.3]} | |
}, | |
{ | |
"id": "nc72964276", | |
"mag": 0.14, | |
"place": "13km W of Toms Place, CA", | |
"time": 1517774680050, | |
"updated": 1517875682861, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964276", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964276.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "nc", | |
"code": "72964276", | |
"ids": ",nc72964276,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 9, | |
"dmin": 0.01484, | |
"rms": 0.03, | |
"gap": 293, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.1 - 13km W of Toms Place, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.8288333, 37.5751667, 2.56] | |
} | |
}, | |
{ | |
"id": "nc72964271", | |
"mag": 1.44, | |
"place": "6km NW of The Geysers, CA", | |
"time": 1517774626080, | |
"updated": 1517780704103, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964271", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964271.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 32, | |
"net": "nc", | |
"code": "72964271", | |
"ids": ",nc72964271,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 21, | |
"dmin": 0.007299, | |
"rms": 0.03, | |
"gap": 75, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.4 - 6km NW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.7994995, 38.8144989, 2.32] | |
} | |
}, | |
{ | |
"id": "hv70028842", | |
"mag": 1.05, | |
"place": "24km ESE of Honaunau-Napoopoo, Hawaii", | |
"time": 1517774294870, | |
"updated": 1517877131550, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/hv70028842", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv70028842.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 17, | |
"net": "hv", | |
"code": "70028842", | |
"ids": ",hv70028842,", | |
"sources": ",hv,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 15, | |
"dmin": 0.007778, | |
"rms": 0.11, | |
"gap": 147, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.1 - 24km ESE of Honaunau-Napoopoo, Hawaii", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-155.6358333, 19.4025, 0.14] | |
} | |
}, | |
{ | |
"id": "nc72964266", | |
"mag": 0.52, | |
"place": "7km NW of The Geysers, CA", | |
"time": 1517774202350, | |
"updated": 1517778963037, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964266", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964266.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 4, | |
"net": "nc", | |
"code": "72964266", | |
"ids": ",nc72964266,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 8, | |
"dmin": 0.01032, | |
"rms": 0.05, | |
"gap": 161, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.5 - 7km NW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.8183365, 38.8153343, 2.56] | |
} | |
}, | |
{ | |
"id": "us1000cfsg", | |
"mag": 5.2, | |
"place": "42km SSE of Habibola, Indonesia", | |
"time": 1517774105120, | |
"updated": 1517774885040, | |
"tz": 480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfsg", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfsg.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 416, | |
"net": "us", | |
"code": "1000cfsg", | |
"ids": ",us1000cfsg,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 0.536, | |
"rms": 0.95, | |
"gap": 54, | |
"magType": "mww", | |
"type": "Feature", | |
"title": "M 5.2 - 42km SSE of Habibola, Indonesia", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [122.4742, -9.1216, 142.29] | |
} | |
}, | |
{ | |
"id": "nn00620920", | |
"mag": 0.5, | |
"place": "34km SE of Bridgeport, California", | |
"time": 1517773957082, | |
"updated": 1517960150754, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620920", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620920.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 4, | |
"net": "nn", | |
"code": "00620920", | |
"ids": ",nn00620920,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 6, | |
"dmin": 0.111, | |
"rms": 0.1119, | |
"gap": 294.76, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.5 - 34km SE of Bridgeport, California", | |
"geometry": {"type": "Point", "coordinates": [-118.9207, 38.072, 4.4]} | |
}, | |
{ | |
"id": "nn00620918", | |
"mag": 0.1, | |
"place": "55km WNW of Beatty, Nevada", | |
"time": 1517773806524, | |
"updated": 1517959596921, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620918", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620918.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "nn", | |
"code": "00620918", | |
"ids": ",nn00620918,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 8, | |
"dmin": 0.132, | |
"rms": 0.124, | |
"gap": 209.92, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.1 - 55km WNW of Beatty, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-117.2852, 37.1697, 12.4]} | |
}, | |
{ | |
"id": "ci38099464", | |
"mag": 1.63, | |
"place": "9km NE of Aguanga, CA", | |
"time": 1517773321670, | |
"updated": 1517803627950, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099464", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099464.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 41, | |
"net": "ci", | |
"code": "38099464", | |
"ids": ",ci38099464,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 62, | |
"dmin": 0.07913, | |
"rms": 0.24, | |
"gap": 30, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.6 - 9km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.8003333, 33.5061667, 3.62] | |
} | |
}, | |
{ | |
"id": "nn00620917", | |
"mag": 0.6, | |
"place": "28km SSW of Smith Valley, Nevada", | |
"time": 1517772761662, | |
"updated": 1517959226962, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620917", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620917.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 6, | |
"net": "nn", | |
"code": "00620917", | |
"ids": ",nn00620917,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 11, | |
"dmin": 0.062, | |
"rms": 0.0993, | |
"gap": 151.81, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.6 - 28km SSW of Smith Valley, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-119.4834, 38.555, 5.3]} | |
}, | |
{ | |
"id": "nn00620916", | |
"mag": 0.7, | |
"place": "35km SE of Bridgeport, California", | |
"time": 1517771589744, | |
"updated": 1517958856643, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620916", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620916.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 8, | |
"net": "nn", | |
"code": "00620916", | |
"ids": ",nn00620916,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 10, | |
"dmin": 0.094, | |
"rms": 0.1804, | |
"gap": 118.09, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.7 - 35km SE of Bridgeport, California", | |
"geometry": {"type": "Point", "coordinates": [-118.8998, 38.0645, 10.1]} | |
}, | |
{ | |
"id": "nc72964251", | |
"mag": 0.88, | |
"place": "3km NNW of The Geysers, CA", | |
"time": 1517771515460, | |
"updated": 1517775961924, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964251", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964251.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 12, | |
"net": "nc", | |
"code": "72964251", | |
"ids": ",nc72964251,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 14, | |
"dmin": 0.01242, | |
"rms": 0.03, | |
"gap": 68, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.9 - 3km NNW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.7734985, 38.802166, 1.04] | |
} | |
}, | |
{ | |
"id": "ci38099456", | |
"mag": 0.98, | |
"place": "9km NE of Aguanga, CA", | |
"time": 1517771127960, | |
"updated": 1517803692040, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099456", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099456.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 15, | |
"net": "ci", | |
"code": "38099456", | |
"ids": ",ci38099456,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 41, | |
"dmin": 0.08314, | |
"rms": 0.21, | |
"gap": 35, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.0 - 9km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7876667, 33.4935, 4.38] | |
} | |
}, | |
{ | |
"id": "nn00620915", | |
"mag": 0.3, | |
"place": "12km NW of Virginia City, Nevada", | |
"time": 1517770810270, | |
"updated": 1517957933774, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620915", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620915.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "nn", | |
"code": "00620915", | |
"ids": ",nn00620915,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 8, | |
"dmin": 0.012, | |
"rms": 0.1709, | |
"gap": 117.14, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.3 - 12km NW of Virginia City, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-119.7534, 39.3825, 6.8]} | |
}, | |
{ | |
"id": "ci38099432", | |
"mag": 1.16, | |
"place": "8km NE of Aguanga, CA", | |
"time": 1517770346490, | |
"updated": 1517803694730, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099432", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099432.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 21, | |
"net": "ci", | |
"code": "38099432", | |
"ids": ",ci38099432,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 45, | |
"dmin": 0.08935, | |
"rms": 0.2, | |
"gap": 37, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.2 - 8km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7925, 33.4886667, 4.97] | |
} | |
}, | |
{ | |
"id": "nn00620630", | |
"mag": 0.4, | |
"place": "73km NNE of Pahrump, Nevada", | |
"time": 1517770235811, | |
"updated": 1517774516451, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620630", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620630.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "nn", | |
"code": "00620630", | |
"ids": ",nn00620630,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 14, | |
"dmin": 0.321, | |
"rms": 0.1558, | |
"gap": 176.35, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.4 - 73km NNE of Pahrump, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-115.593, 36.7931, 0]} | |
}, | |
{ | |
"id": "nn00620913", | |
"mag": 0.7, | |
"place": "36km SE of Bridgeport, California", | |
"time": 1517769990966, | |
"updated": 1517957561848, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620913", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620913.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 8, | |
"net": "nn", | |
"code": "00620913", | |
"ids": ",nn00620913,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 10, | |
"dmin": 0.085, | |
"rms": 0.2081, | |
"gap": 116.37, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.7 - 36km SE of Bridgeport, California", | |
"geometry": {"type": "Point", "coordinates": [-118.8884, 38.0662, 9.8]} | |
}, | |
{ | |
"id": "ci38099424", | |
"mag": 0.9, | |
"place": "3km NNW of San Jacinto, CA", | |
"time": 1517769493410, | |
"updated": 1517932672149, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099424", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099424.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 12, | |
"net": "ci", | |
"code": "38099424", | |
"ids": ",ci38099424,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 43, | |
"dmin": 0.003906, | |
"rms": 0.15, | |
"gap": 47, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.9 - 3km NNW of San Jacinto, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.9703333, 33.8046667, 13.76] | |
} | |
}, | |
{ | |
"id": "nn00620906", | |
"mag": 1.5, | |
"place": "36km SE of Bridgeport, California", | |
"time": 1517769426355, | |
"updated": 1517954759602, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620906", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620906.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 35, | |
"net": "nn", | |
"code": "00620906", | |
"ids": ",nn00620906,", | |
"sources": ",nn,", | |
"types": ",focal-mechanism,geoserve,origin,phase-data,", | |
"nst": 27, | |
"dmin": 0.083, | |
"rms": 0.1922, | |
"gap": 69.41, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.5 - 36km SE of Bridgeport, California", | |
"geometry": {"type": "Point", "coordinates": [-118.8851, 38.0654, 11.1]} | |
}, | |
{ | |
"id": "nn00620629", | |
"mag": 1.4, | |
"place": "55km WNW of Beatty, Nevada", | |
"time": 1517769384261, | |
"updated": 1517774135119, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620629", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620629.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 30, | |
"net": "nn", | |
"code": "00620629", | |
"ids": ",nn00620629,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 31, | |
"dmin": 0.158, | |
"rms": 0.2522, | |
"gap": 94.71, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.4 - 55km WNW of Beatty, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-117.3046, 37.1457, 8]} | |
}, | |
{ | |
"id": "ci38099416", | |
"mag": 1.05, | |
"place": "9km NE of Ocotillo Wells, CA", | |
"time": 1517769167840, | |
"updated": 1517931473703, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099416", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099416.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 17, | |
"net": "ci", | |
"code": "38099416", | |
"ids": ",ci38099416,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 41, | |
"dmin": 0.09907, | |
"rms": 0.22, | |
"gap": 74, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.1 - 9km NE of Ocotillo Wells, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.0608333, 33.1976667, 5.9] | |
} | |
}, | |
{ | |
"id": "ak18331604", | |
"mag": 2, | |
"place": "98km WNW of Talkeetna, Alaska", | |
"time": 1517768672005, | |
"updated": 1517768922605, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18331604", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18331604.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 62, | |
"net": "ak", | |
"code": "18331604", | |
"ids": ",ak18331604,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.28, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.0 - 98km WNW of Talkeetna, Alaska", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-151.9275, 62.5999, 103.1] | |
} | |
}, | |
{ | |
"id": "nc72964226", | |
"mag": 1.57, | |
"place": "24km ENE of Lee Vining, CA", | |
"time": 1517768145800, | |
"updated": 1517772541776, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964226", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964226.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 38, | |
"net": "nc", | |
"code": "72964226", | |
"ids": ",nc72964226,nn00620628,", | |
"sources": ",nc,nn,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 15, | |
"dmin": 0.1126, | |
"rms": 0.16, | |
"gap": 228, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.6 - 24km ENE of Lee Vining, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.8511658, 38.0024986, 5.73] | |
} | |
}, | |
{ | |
"id": "us1000cfqv", | |
"mag": 4.5, | |
"place": "18km ESE of Wairoa, New Zealand", | |
"time": 1517768123930, | |
"updated": 1517847776995, | |
"tz": 720, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfqv", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfqv.geojson", | |
"felt": 1, | |
"cdi": 2, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 312, | |
"net": "us", | |
"code": "1000cfqv", | |
"ids": ",us1000cfqv,", | |
"sources": ",us,", | |
"types": ",dyfi,geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 0.655, | |
"rms": 0.91, | |
"gap": 118, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.5 - 18km ESE of Wairoa, New Zealand", | |
"geometry": {"type": "Point", "coordinates": [177.572, -39.0812, 10]} | |
}, | |
{ | |
"id": "us1000cfqp", | |
"mag": 4, | |
"place": "164km SE of Akutan, Alaska", | |
"time": 1517767615150, | |
"updated": 1517768927040, | |
"tz": -660, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfqp", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfqp.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 246, | |
"net": "us", | |
"code": "1000cfqp", | |
"ids": ",us1000cfqp,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 1.478, | |
"rms": 1.46, | |
"gap": 209, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.0 - 164km SE of Akutan, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-163.9068, 53.1607, 12.5]} | |
}, | |
{ | |
"id": "ak18330415", | |
"mag": 2.1, | |
"place": "38km NNW of Valdez, Alaska", | |
"time": 1517767440980, | |
"updated": 1517768198508, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18330415", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18330415.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 68, | |
"net": "ak", | |
"code": "18330415", | |
"ids": ",ak18330415,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.76, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.1 - 38km NNW of Valdez, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-146.5703, 61.4602, 18.6]} | |
}, | |
{ | |
"id": "ak18330411", | |
"mag": 1.6, | |
"place": "13km NNW of North Nenana, Alaska", | |
"time": 1517767395465, | |
"updated": 1517768198755, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18330411", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18330411.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 39, | |
"net": "ak", | |
"code": "18330411", | |
"ids": ",ak18330411,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.49, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.6 - 13km NNW of North Nenana, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-149.243, 64.6852, 18.9]} | |
}, | |
{ | |
"id": "nn00620904", | |
"mag": 0.4, | |
"place": "30km WSW of Hawthorne, Nevada", | |
"time": 1517767018457, | |
"updated": 1517954014923, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620904", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620904.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "nn", | |
"code": "00620904", | |
"ids": ",nn00620904,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 7, | |
"dmin": 0.387, | |
"rms": 0.125, | |
"gap": 141.66, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.4 - 30km WSW of Hawthorne, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-118.9532, 38.429, 11.8]} | |
}, | |
{ | |
"id": "nc72964216", | |
"mag": 0.52, | |
"place": "12km S of Mammoth Lakes, CA", | |
"time": 1517766645480, | |
"updated": 1517874422819, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964216", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964216.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 4, | |
"net": "nc", | |
"code": "72964216", | |
"ids": ",nc72964216,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 12, | |
"dmin": 0.08484, | |
"rms": 0.04, | |
"gap": 190, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.5 - 12km S of Mammoth Lakes, CA", | |
"geometry": {"type": "Point", "coordinates": [-118.975, 37.533, 2.37]} | |
}, | |
{ | |
"id": "ci38099400", | |
"mag": 0.62, | |
"place": "4km SW of Fontana, CA", | |
"time": 1517766581660, | |
"updated": 1517930673624, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099400", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099400.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 6, | |
"net": "ci", | |
"code": "38099400", | |
"ids": ",ci38099400,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 21, | |
"dmin": 0.03168, | |
"rms": 0.12, | |
"gap": 148, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.6 - 4km SW of Fontana, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-117.4898333, 34.0696667, 3.88] | |
} | |
}, | |
{ | |
"id": "ci38099392", | |
"mag": 1.12, | |
"place": "10km NE of Aguanga, CA", | |
"time": 1517766169180, | |
"updated": 1517803757810, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099392", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099392.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 19, | |
"net": "ci", | |
"code": "38099392", | |
"ids": ",ci38099392,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 43, | |
"dmin": 0.07118, | |
"rms": 0.16, | |
"gap": 29, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.1 - 10km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7951667, 33.513, 6.18] | |
} | |
}, | |
{ | |
"id": "ci38099384", | |
"mag": 1.1, | |
"place": "4km SSW of Redlands, CA", | |
"time": 1517765956800, | |
"updated": 1517803820860, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099384", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099384.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 19, | |
"net": "ci", | |
"code": "38099384", | |
"ids": ",ci38099384,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 36, | |
"dmin": 0.07278, | |
"rms": 0.19, | |
"gap": 114, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.1 - 4km SSW of Redlands, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-117.1923333, 34.0185, 14.15] | |
} | |
}, | |
{ | |
"id": "nc72964206", | |
"mag": 0.48, | |
"place": "1km E of Mammoth Lakes, CA", | |
"time": 1517765844700, | |
"updated": 1517938264146, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964206", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964206.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 4, | |
"net": "nc", | |
"code": "72964206", | |
"ids": ",nc72964206,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 18, | |
"dmin": 0.02094, | |
"rms": 0.05, | |
"gap": 85, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.5 - 1km E of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9703333, 37.6363333, 4.41] | |
} | |
}, | |
{ | |
"id": "nn00620902", | |
"mag": 0.4, | |
"place": "56km WNW of Beatty, Nevada", | |
"time": 1517765671198, | |
"updated": 1517953829341, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620902", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620902.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "nn", | |
"code": "00620902", | |
"ids": ",nn00620902,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 9, | |
"dmin": 0.152, | |
"rms": 0.1542, | |
"gap": 186.08, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.4 - 56km WNW of Beatty, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-117.3116, 37.1538, 13.3]} | |
}, | |
{ | |
"id": "nc72964201", | |
"mag": 0.78, | |
"place": "6km E of Round Valley, CA", | |
"time": 1517765311030, | |
"updated": 1517952721624, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964201", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964201.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 9, | |
"net": "nc", | |
"code": "72964201", | |
"ids": ",nc72964201,nn00620898,", | |
"sources": ",nc,nn,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 17, | |
"dmin": 0.0694, | |
"rms": 0.04, | |
"gap": 57, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.8 - 6km E of Round Valley, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.5346667, 37.4188333, 10.59] | |
} | |
}, | |
{ | |
"id": "ci38099368", | |
"mag": 1.1, | |
"place": "7km S of Yucca Valley, CA", | |
"time": 1517764567090, | |
"updated": 1517930399880, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099368", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099368.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 19, | |
"net": "ci", | |
"code": "38099368", | |
"ids": ",ci38099368,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 51, | |
"dmin": 0.0384, | |
"rms": 0.16, | |
"gap": 58, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.1 - 7km S of Yucca Valley, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.4298333, 34.0498333, 9.97] | |
} | |
}, | |
{ | |
"id": "nn00620626", | |
"mag": 1.3, | |
"place": "27km WSW of Hawthorne, Nevada", | |
"time": 1517764231560, | |
"updated": 1517768552317, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620626", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620626.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 26, | |
"net": "nn", | |
"code": "00620626", | |
"ids": ",nn00620626,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 25, | |
"dmin": 0.122, | |
"rms": 0.2044, | |
"gap": 51.44, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.3 - 27km WSW of Hawthorne, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-118.9022, 38.3987, 10.8]} | |
}, | |
{ | |
"id": "ci38099352", | |
"mag": 0.26, | |
"place": "9km NE of Aguanga, CA", | |
"time": 1517763513330, | |
"updated": 1517929924563, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099352", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099352.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "ci", | |
"code": "38099352", | |
"ids": ",ci38099352,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 22, | |
"dmin": 0.08721, | |
"rms": 0.13, | |
"gap": 62, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.3 - 9km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7911667, 33.4905, 6.11] | |
} | |
}, | |
{ | |
"id": "nn00620896", | |
"mag": 0.8, | |
"place": "56km WNW of Beatty, Nevada", | |
"time": 1517763307182, | |
"updated": 1517952350047, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620896", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620896.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 10, | |
"net": "nn", | |
"code": "00620896", | |
"ids": ",nn00620896,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 6, | |
"dmin": 0.156, | |
"rms": 0.13, | |
"gap": 97.55, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.8 - 56km WNW of Beatty, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-117.3137, 37.1503, 11.2]} | |
}, | |
{ | |
"id": "nn00620895", | |
"mag": 0.7, | |
"place": "55km WNW of Beatty, Nevada", | |
"time": 1517763276640, | |
"updated": 1517951981410, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620895", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620895.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 8, | |
"net": "nn", | |
"code": "00620895", | |
"ids": ",nn00620895,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 9, | |
"dmin": 0.151, | |
"rms": 0.1351, | |
"gap": 97.66, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.7 - 55km WNW of Beatty, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-117.3142, 37.1417, 10.2]} | |
}, | |
{ | |
"id": "us1000cfss", | |
"mag": 4.5, | |
"place": "31km NE of Hualian, Taiwan", | |
"time": 1517763262190, | |
"updated": 1517853980040, | |
"tz": 480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfss", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfss.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 312, | |
"net": "us", | |
"code": "1000cfss", | |
"ids": ",us1000cfss,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 0.225, | |
"rms": 0.71, | |
"gap": 75, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.5 - 31km NE of Hualian, Taiwan", | |
"geometry": {"type": "Point", "coordinates": [121.841, 24.1665, 7.05]} | |
}, | |
{ | |
"id": "nn00620892", | |
"mag": 0.6, | |
"place": "55km WNW of Beatty, Nevada", | |
"time": 1517762763709, | |
"updated": 1517951611337, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620892", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620892.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 6, | |
"net": "nn", | |
"code": "00620892", | |
"ids": ",nn00620892,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 12, | |
"dmin": 0.155, | |
"rms": 0.1485, | |
"gap": 97.48, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.6 - 55km WNW of Beatty, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-117.3136, 37.1446, 10.7]} | |
}, | |
{ | |
"id": "pr2018035005", | |
"mag": 3, | |
"place": "130km NNE of Vieques, Puerto Rico", | |
"time": 1517762755760, | |
"updated": 1517852801040, | |
"tz": -240, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/pr2018035005", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr2018035005.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 138, | |
"net": "pr", | |
"code": "2018035005", | |
"ids": ",pr2018035005,us1000cftl,", | |
"sources": ",pr,us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 9, | |
"dmin": 1.4238, | |
"rms": 0.55, | |
"gap": 300, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 3.0 - 130km NNE of Vieques, Puerto Rico", | |
"geometry": {"type": "Point", "coordinates": [-65.3463, 19.5271, 42]} | |
}, | |
{ | |
"id": "ci38099344", | |
"mag": 0.46, | |
"place": "6km E of Palomar Observatory, CA", | |
"time": 1517762503340, | |
"updated": 1517867956263, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099344", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099344.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 3, | |
"net": "ci", | |
"code": "38099344", | |
"ids": ",ci38099344,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 27, | |
"dmin": 0.05057, | |
"rms": 0.15, | |
"gap": 50, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.5 - 6km E of Palomar Observatory, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.8028333, 33.3465, 10.54] | |
} | |
}, | |
{ | |
"id": "nn00620891", | |
"mag": 0.9, | |
"place": "37km SE of Bridgeport, California", | |
"time": 1517762478288, | |
"updated": 1517949950368, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620891", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620891.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 12, | |
"net": "nn", | |
"code": "00620891", | |
"ids": ",nn00620891,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 7, | |
"dmin": 0.228, | |
"rms": 0.2312, | |
"gap": 143.13, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.9 - 37km SE of Bridgeport, California", | |
"geometry": {"type": "Point", "coordinates": [-118.8823, 38.0578, 14.3]} | |
}, | |
{ | |
"id": "nn00620884", | |
"mag": 0.9, | |
"place": "37km SE of Bridgeport, California", | |
"time": 1517762402329, | |
"updated": 1517946060529, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620884", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620884.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 12, | |
"net": "nn", | |
"code": "00620884", | |
"ids": ",nn00620884,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 10, | |
"dmin": 0.083, | |
"rms": 0.1466, | |
"gap": 116.16, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.9 - 37km SE of Bridgeport, California", | |
"geometry": {"type": "Point", "coordinates": [-118.8851, 38.0516, 8.5]} | |
}, | |
{ | |
"id": "nn00620624", | |
"mag": 0.8, | |
"place": "36km SE of Bridgeport, California", | |
"time": 1517762353725, | |
"updated": 1517767611355, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620624", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620624.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 10, | |
"net": "nn", | |
"code": "00620624", | |
"ids": ",nn00620624,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 17, | |
"dmin": 0.084, | |
"rms": 0.2203, | |
"gap": 69.53, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.8 - 36km SE of Bridgeport, California", | |
"geometry": {"type": "Point", "coordinates": [-118.8864, 38.0648, 9.4]} | |
}, | |
{ | |
"id": "ak18329149", | |
"mag": 2.8, | |
"place": "29km SE of Larsen Bay, Alaska", | |
"time": 1517762279148, | |
"updated": 1517762679534, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18329149", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18329149.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 121, | |
"net": "ak", | |
"code": "18329149", | |
"ids": ",ak18329149,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.98, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.8 - 29km SE of Larsen Bay, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-153.6475, 57.3404, 24.4]} | |
}, | |
{ | |
"id": "nc72964181", | |
"mag": 0.56, | |
"place": "8km NW of The Geysers, CA", | |
"time": 1517761851120, | |
"updated": 1517764263459, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964181", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964181.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 5, | |
"net": "nc", | |
"code": "72964181", | |
"ids": ",nc72964181,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 8, | |
"dmin": 0.008302, | |
"rms": 0.04, | |
"gap": 113, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.6 - 8km NW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.8111649, 38.831665, 1.56] | |
} | |
}, | |
{ | |
"id": "nn00620620", | |
"mag": 1, | |
"place": "39km ESE of Big Pine, California", | |
"time": 1517761295589, | |
"updated": 1517766861042, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620620", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620620.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 15, | |
"net": "nn", | |
"code": "00620620", | |
"ids": ",nn00620620,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 19, | |
"dmin": 0.267, | |
"rms": 0.187, | |
"gap": 154.25, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.0 - 39km ESE of Big Pine, California", | |
"geometry": {"type": "Point", "coordinates": [-117.905, 36.9944, 12.2]} | |
}, | |
{ | |
"id": "us1000cfps", | |
"mag": 2.4, | |
"place": "9km NE of Harper, Kansas", | |
"time": 1517761155200, | |
"updated": 1517764552807, | |
"tz": -360, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfps", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfps.geojson", | |
"felt": 1, | |
"cdi": 4.9, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 89, | |
"net": "us", | |
"code": "1000cfps", | |
"ids": ",us1000cfps,", | |
"sources": ",us,", | |
"types": ",dyfi,geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 0.06, | |
"rms": 0.55, | |
"gap": 269, | |
"magType": "mb_lg", | |
"type": "Feature", | |
"title": "M 2.4 - 9km NE of Harper, Kansas", | |
"geometry": {"type": "Point", "coordinates": [-97.9502, 37.3441, 15.4]} | |
}, | |
{ | |
"id": "nn00620883", | |
"mag": 0, | |
"place": "18km NW of Truckee, California", | |
"time": 1517761124097, | |
"updated": 1517945543319, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620883", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620883.geojson", | |
"felt": 1, | |
"cdi": 3.6, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "nn", | |
"code": "00620883", | |
"ids": ",nn00620883,", | |
"sources": ",nn,", | |
"types": ",dyfi,geoserve,origin,phase-data,", | |
"nst": 8, | |
"dmin": 0.033, | |
"rms": 0.1361, | |
"gap": 169.61, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.0 - 18km NW of Truckee, California", | |
"geometry": {"type": "Point", "coordinates": [-120.3195, 39.4586, 12.1]} | |
}, | |
{ | |
"id": "nn00620619", | |
"mag": 0.8, | |
"place": "37km SE of Bridgeport, California", | |
"time": 1517760996070, | |
"updated": 1517764632389, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620619", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620619.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 10, | |
"net": "nn", | |
"code": "00620619", | |
"ids": ",nn00620619,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 11, | |
"dmin": 0.081, | |
"rms": 0.1821, | |
"gap": 106.92, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.8 - 37km SE of Bridgeport, California", | |
"geometry": {"type": "Point", "coordinates": [-118.8826, 38.0673, 7.7]} | |
}, | |
{ | |
"id": "ak18327965", | |
"mag": 1.9, | |
"place": "68km ENE of Kobuk, Alaska", | |
"time": 1517760139263, | |
"updated": 1517761053611, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18327965", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18327965.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 56, | |
"net": "ak", | |
"code": "18327965", | |
"ids": ",ak18327965,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.74, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.9 - 68km ENE of Kobuk, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-155.5177, 67.2085, 0]} | |
}, | |
{ | |
"id": "nn00620882", | |
"mag": 0.7, | |
"place": "55km WNW of Beatty, Nevada", | |
"time": 1517760041378, | |
"updated": 1517944765765, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620882", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620882.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 8, | |
"net": "nn", | |
"code": "00620882", | |
"ids": ",nn00620882,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 12, | |
"dmin": 0.125, | |
"rms": 0.1369, | |
"gap": 99.28, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.7 - 55km WNW of Beatty, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-117.3208, 37.1156, 0]} | |
}, | |
{ | |
"id": "nn00620880", | |
"mag": 0.6, | |
"place": "55km WNW of Beatty, Nevada", | |
"time": 1517759990363, | |
"updated": 1517943840937, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620880", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620880.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 6, | |
"net": "nn", | |
"code": "00620880", | |
"ids": ",nn00620880,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 8, | |
"dmin": 0.175, | |
"rms": 0.0806, | |
"gap": 148.69, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.6 - 55km WNW of Beatty, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-117.3182, 37.1312, 7.5]} | |
}, | |
{ | |
"id": "nn00620881", | |
"mag": 0.5, | |
"place": "55km WNW of Beatty, Nevada", | |
"time": 1517759760501, | |
"updated": 1517944394179, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620881", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620881.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 4, | |
"net": "nn", | |
"code": "00620881", | |
"ids": ",nn00620881,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 9, | |
"dmin": 0.14, | |
"rms": 0.1455, | |
"gap": 98.29, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.5 - 55km WNW of Beatty, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-117.3168, 37.1298, 8.4]} | |
}, | |
{ | |
"id": "nn00620878", | |
"mag": 0.8, | |
"place": "37km SE of Bridgeport, California", | |
"time": 1517759744034, | |
"updated": 1517943468352, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620878", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620878.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 10, | |
"net": "nn", | |
"code": "00620878", | |
"ids": ",nn00620878,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 11, | |
"dmin": 0.081, | |
"rms": 0.2239, | |
"gap": 115.74, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.8 - 37km SE of Bridgeport, California", | |
"geometry": {"type": "Point", "coordinates": [-118.8833, 38.0613, 8.3]} | |
}, | |
{ | |
"id": "ak18327950", | |
"mag": 2.2, | |
"place": "101km WNW of Talkeetna, Alaska", | |
"time": 1517759391187, | |
"updated": 1517760107009, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18327950", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18327950.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 74, | |
"net": "ak", | |
"code": "18327950", | |
"ids": ",ak18327950,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.75, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.2 - 101km WNW of Talkeetna, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-151.8244, 62.7678, 0]} | |
}, | |
{ | |
"id": "nn00620875", | |
"mag": 0.1, | |
"place": "14km NW of Portola, California", | |
"time": 1517759034894, | |
"updated": 1517943097141, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620875", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620875.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "nn", | |
"code": "00620875", | |
"ids": ",nn00620875,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 6, | |
"dmin": 0.053, | |
"rms": 0.1282, | |
"gap": 102.93, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.1 - 14km NW of Portola, California", | |
"geometry": {"type": "Point", "coordinates": [-120.5804, 39.9036, 11.7]} | |
}, | |
{ | |
"id": "ak18327936", | |
"mag": 1.8, | |
"place": "66km W of Big Lake, Alaska", | |
"time": 1517758910396, | |
"updated": 1517759349162, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18327936", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18327936.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 50, | |
"net": "ak", | |
"code": "18327936", | |
"ids": ",ak18327936,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.67, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.8 - 66km W of Big Lake, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-151.2099, 61.5084, 7.7]} | |
}, | |
{ | |
"id": "nc72964176", | |
"mag": 0.6, | |
"place": "14km ESE of Mammoth Lakes, CA", | |
"time": 1517758827860, | |
"updated": 1517936704093, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964176", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964176.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 6, | |
"net": "nc", | |
"code": "72964176", | |
"ids": ",nc72964176,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 18, | |
"dmin": 0.01983, | |
"rms": 0.07, | |
"gap": 106, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.6 - 14km ESE of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.8271667, 37.6098333, 4.47] | |
} | |
}, | |
{ | |
"id": "us1000cfpc", | |
"mag": 4.7, | |
"place": "29km NE of Hualian, Taiwan", | |
"time": 1517758426850, | |
"updated": 1517775688609, | |
"tz": 480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfpc", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfpc.geojson", | |
"felt": 1, | |
"cdi": 4.3, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 340, | |
"net": "us", | |
"code": "1000cfpc", | |
"ids": ",us1000cfpc,", | |
"sources": ",us,", | |
"types": ",dyfi,geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 0.175, | |
"rms": 0.45, | |
"gap": 73, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.7 - 29km NE of Hualian, Taiwan", | |
"geometry": {"type": "Point", "coordinates": [121.7864, 24.1836, 12.54]} | |
}, | |
{ | |
"id": "ak18327913", | |
"mag": 3.9, | |
"place": "106km WNW of Talkeetna, Alaska", | |
"time": 1517758030302, | |
"updated": 1517758963423, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18327913", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18327913.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 234, | |
"net": "ak", | |
"code": "18327913", | |
"ids": ",ak18327913,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.84, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 3.9 - 106km WNW of Talkeetna, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-151.9029, 62.794, 6.2]} | |
}, | |
{ | |
"id": "nn00620873", | |
"mag": 0.3, | |
"place": "18km W of Portola, California", | |
"time": 1517757982468, | |
"updated": 1517942912130, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620873", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620873.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "nn", | |
"code": "00620873", | |
"ids": ",nn00620873,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 8, | |
"dmin": 0.038, | |
"rms": 0.1593, | |
"gap": 100.99, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.3 - 18km W of Portola, California", | |
"geometry": {"type": "Point", "coordinates": [-120.6781, 39.7817, 5.2]} | |
}, | |
{ | |
"id": "nc72964171", | |
"mag": 1.82, | |
"place": "6km W of French Camp, CA", | |
"time": 1517757902520, | |
"updated": 1517898362325, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964171", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964171.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 51, | |
"net": "nc", | |
"code": "72964171", | |
"ids": ",nc72964171,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 24, | |
"dmin": 0.1228, | |
"rms": 0.16, | |
"gap": 103, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.8 - 6km W of French Camp, CA", | |
"geometry": {"type": "Point", "coordinates": [-121.343, 37.8765, 19.52]} | |
}, | |
{ | |
"id": "nc72964166", | |
"mag": 0.87, | |
"place": "6km NW of The Geysers, CA", | |
"time": 1517757173740, | |
"updated": 1517761021309, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964166", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964166.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 12, | |
"net": "nc", | |
"code": "72964166", | |
"ids": ",nc72964166,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 12, | |
"dmin": 0.009, | |
"rms": 0.01, | |
"gap": 94, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.9 - 6km NW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.7991638, 38.8204994, 3.04] | |
} | |
}, | |
{ | |
"id": "us1000cfp3", | |
"mag": 4.5, | |
"place": "5km NE of Aratoca, Colombia", | |
"time": 1517757078290, | |
"updated": 1517761662040, | |
"tz": -300, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfp3", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfp3.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 312, | |
"net": "us", | |
"code": "1000cfp3", | |
"ids": ",us1000cfp3,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 2.289, | |
"rms": 0.71, | |
"gap": 81, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.5 - 5km NE of Aratoca, Colombia", | |
"geometry": {"type": "Point", "coordinates": [-72.9837, 6.7197, 170.74]} | |
}, | |
{ | |
"id": "ak18326745", | |
"mag": 1.9, | |
"place": "24km W of Y, Alaska", | |
"time": 1517756928211, | |
"updated": 1517757211120, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18326745", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18326745.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 56, | |
"net": "ak", | |
"code": "18326745", | |
"ids": ",ak18326745,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.45, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.9 - 24km W of Y, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-150.3119, 62.1221, 13.5]} | |
}, | |
{ | |
"id": "us1000cfnz", | |
"mag": 4.5, | |
"place": "39km SE of Rengo, Chile", | |
"time": 1517756781300, | |
"updated": 1517768004842, | |
"tz": -240, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfnz", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfnz.geojson", | |
"felt": 10, | |
"cdi": 4.1, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 316, | |
"net": "us", | |
"code": "1000cfnz", | |
"ids": ",us1000cfnz,", | |
"sources": ",us,", | |
"types": ",dyfi,geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 0.259, | |
"rms": 0.84, | |
"gap": 56, | |
"magType": "mwr", | |
"type": "Feature", | |
"title": "M 4.5 - 39km SE of Rengo, Chile", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-70.5259, -34.6404, 131.73] | |
} | |
}, | |
{ | |
"id": "ci38099320", | |
"mag": 1.33, | |
"place": "8km NE of Aguanga, CA", | |
"time": 1517755730230, | |
"updated": 1517803884030, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099320", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099320.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 27, | |
"net": "ci", | |
"code": "38099320", | |
"ids": ",ci38099320,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 50, | |
"dmin": 0.09085, | |
"rms": 0.17, | |
"gap": 37, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.3 - 8km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.793, 33.4871667, 4.26] | |
} | |
}, | |
{ | |
"id": "ak18326726", | |
"mag": 1.7, | |
"place": "101km WNW of Talkeetna, Alaska", | |
"time": 1517755718643, | |
"updated": 1517756291402, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18326726", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18326726.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 44, | |
"net": "ak", | |
"code": "18326726", | |
"ids": ",ak18326726,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.55, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.7 - 101km WNW of Talkeetna, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-151.8427, 62.7539, 1.1]} | |
}, | |
{ | |
"id": "ci38099312", | |
"mag": 0.34, | |
"place": "14km SE of Anza, CA", | |
"time": 1517755443040, | |
"updated": 1517867710025, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099312", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099312.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "ci", | |
"code": "38099312", | |
"ids": ",ci38099312,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 24, | |
"dmin": 0.04784, | |
"rms": 0.13, | |
"gap": 114, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.3 - 14km SE of Anza, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.5498333, 33.4753333, 11.69] | |
} | |
}, | |
{ | |
"id": "nn00620871", | |
"mag": 0.7, | |
"place": "37km SE of Bridgeport, California", | |
"time": 1517755230410, | |
"updated": 1517941251218, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620871", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620871.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 8, | |
"net": "nn", | |
"code": "00620871", | |
"ids": ",nn00620871,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 13, | |
"dmin": 0.078, | |
"rms": 0.1989, | |
"gap": 68.92, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.7 - 37km SE of Bridgeport, California", | |
"geometry": {"type": "Point", "coordinates": [-118.8795, 38.0588, 9.9]} | |
}, | |
{ | |
"id": "ak18326716", | |
"mag": 2.4, | |
"place": "106km W of Larsen Bay, Alaska", | |
"time": 1517755174995, | |
"updated": 1517755420208, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18326716", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18326716.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 89, | |
"net": "ak", | |
"code": "18326716", | |
"ids": ",ak18326716,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.59, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.4 - 106km W of Larsen Bay, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-155.7374, 57.6599, 0]} | |
}, | |
{ | |
"id": "nn00620773", | |
"mag": 0.9, | |
"place": "37km SE of Bridgeport, California", | |
"time": 1517754506130, | |
"updated": 1517863218655, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620773", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620773.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 12, | |
"net": "nn", | |
"code": "00620773", | |
"ids": ",nn00620773,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 10, | |
"dmin": 0.079, | |
"rms": 0.1961, | |
"gap": 115.38, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.9 - 37km SE of Bridgeport, California", | |
"geometry": {"type": "Point", "coordinates": [-118.8801, 38.057, 11.7]} | |
}, | |
{ | |
"id": "ak18326680", | |
"mag": 2.9, | |
"place": "6km ENE of Ridgeway, Alaska", | |
"time": 1517754279110, | |
"updated": 1517754827565, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18326680", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18326680.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 129, | |
"net": "ak", | |
"code": "18326680", | |
"ids": ",ak18326680,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.57, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.9 - 6km ENE of Ridgeway, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-150.9799, 60.5537, 76.6]} | |
}, | |
{ | |
"id": "nn00620772", | |
"mag": 1.1, | |
"place": "37km SE of Bridgeport, California", | |
"time": 1517754136060, | |
"updated": 1517863033217, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620772", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620772.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 19, | |
"net": "nn", | |
"code": "00620772", | |
"ids": ",nn00620772,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 8, | |
"dmin": 0.082, | |
"rms": 0.1376, | |
"gap": 117, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.1 - 37km SE of Bridgeport, California", | |
"geometry": {"type": "Point", "coordinates": [-118.8832, 38.0537, 8.9]} | |
}, | |
{ | |
"id": "ci38099304", | |
"mag": 2.7, | |
"place": "35km NW of Fort Irwin, CA", | |
"time": 1517753837600, | |
"updated": 1517854258754, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099304", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099304.geojson", | |
"felt": 2, | |
"cdi": 9.1, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 114, | |
"net": "ci", | |
"code": "38099304", | |
"ids": ",ci38099304,", | |
"sources": ",ci,", | |
"types": ",dyfi,focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 32, | |
"dmin": 0.08053, | |
"rms": 0.12, | |
"gap": 50, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.7 - 35km NW of Fort Irwin, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.9606667, 35.4811667, 6.1] | |
} | |
}, | |
{ | |
"id": "us1000cfnw", | |
"mag": 5.2, | |
"place": "18km NE of Hualian, Taiwan", | |
"time": 1517753815050, | |
"updated": 1517944519040, | |
"tz": 480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfnw", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfnw.geojson", | |
"felt": 3, | |
"cdi": 3.8, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 417, | |
"net": "us", | |
"code": "1000cfnw", | |
"ids": ",us1000cfnw,", | |
"sources": ",us,", | |
"types": ",dyfi,geoserve,moment-tensor,origin,phase-data,", | |
"nst": null, | |
"dmin": 0.142, | |
"rms": 1.33, | |
"gap": 76, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 5.2 - 18km NE of Hualian, Taiwan", | |
"geometry": {"type": "Point", "coordinates": [121.7267, 24.0972, 9.42]} | |
}, | |
{ | |
"id": "us1000cfnf", | |
"mag": 5.3, | |
"place": "22km NE of Hualian, Taiwan", | |
"time": 1517753592150, | |
"updated": 1517944602040, | |
"tz": 480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfnf", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfnf.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 432, | |
"net": "us", | |
"code": "1000cfnf", | |
"ids": ",us1000cfnf,", | |
"sources": ",us,", | |
"types": ",geoserve,moment-tensor,origin,phase-data,", | |
"nst": null, | |
"dmin": 0.16, | |
"rms": 0.55, | |
"gap": 75, | |
"magType": "mww", | |
"type": "Feature", | |
"title": "M 5.3 - 22km NE of Hualian, Taiwan", | |
"geometry": {"type": "Point", "coordinates": [121.7624, 24.1247, 8.71]} | |
}, | |
{ | |
"id": "us1000cfns", | |
"mag": 4.9, | |
"place": "23km NE of Hualian, Taiwan", | |
"time": 1517753451660, | |
"updated": 1517933956078, | |
"tz": 480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfns", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfns.geojson", | |
"felt": 2, | |
"cdi": 4.3, | |
"mmi": 4.35, | |
"alert": "green", | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 370, | |
"net": "us", | |
"code": "1000cfns", | |
"ids": ",us1000cfns,", | |
"sources": ",us,", | |
"types": ",dyfi,geoserve,losspager,origin,phase-data,shakemap,", | |
"nst": null, | |
"dmin": 0.149, | |
"rms": 0.68, | |
"gap": 89, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.9 - 23km NE of Hualian, Taiwan", | |
"geometry": {"type": "Point", "coordinates": [121.7537, 24.137, 9.63]} | |
}, | |
{ | |
"id": "nn00620770", | |
"mag": 0.9, | |
"place": "37km SE of Bridgeport, California", | |
"time": 1517752958864, | |
"updated": 1517862660543, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620770", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620770.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 12, | |
"net": "nn", | |
"code": "00620770", | |
"ids": ",nn00620770,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 8, | |
"dmin": 0.081, | |
"rms": 0.1588, | |
"gap": 227.17, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.9 - 37km SE of Bridgeport, California", | |
"geometry": {"type": "Point", "coordinates": [-118.8827, 38.0612, 9.1]} | |
}, | |
{ | |
"id": "ci38099296", | |
"mag": 0.15, | |
"place": "11km NE of Aguanga, CA", | |
"time": 1517752891550, | |
"updated": 1517761468629, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099296", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099296.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "ci", | |
"code": "38099296", | |
"ids": ",ci38099296,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 14, | |
"dmin": 0.06394, | |
"rms": 0.08, | |
"gap": 97, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.2 - 11km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7903333, 33.5191667, 6.07] | |
} | |
}, | |
{ | |
"id": "us1000cfn6", | |
"mag": 6.1, | |
"place": "21km NNE of Hualian, Taiwan", | |
"time": 1517752602150, | |
"updated": 1517937727432, | |
"tz": 480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfn6", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfn6.geojson", | |
"felt": 294, | |
"cdi": 5.4, | |
"mmi": 5.12, | |
"alert": "green", | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 731, | |
"net": "us", | |
"code": "1000cfn6", | |
"ids": ",us1000cfn6,", | |
"sources": ",us,", | |
"types": ",dyfi,geoserve,losspager,moment-tensor,origin,phase-data,shakemap,", | |
"nst": null, | |
"dmin": 0.077, | |
"rms": 0.89, | |
"gap": 30, | |
"magType": "mww", | |
"type": "Feature", | |
"title": "M 6.1 - 21km NNE of Hualian, Taiwan", | |
"geometry": {"type": "Point", "coordinates": [121.6777, 24.1595, 11.97]} | |
}, | |
{ | |
"id": "ci38099288", | |
"mag": 2.02, | |
"place": "7km SSW of Borrego Springs, CA", | |
"time": 1517752331430, | |
"updated": 1517943277620, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099288", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099288.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 63, | |
"net": "ci", | |
"code": "38099288", | |
"ids": ",ci38099288,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 82, | |
"dmin": 0.07963, | |
"rms": 0.17, | |
"gap": 33, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.0 - 7km SSW of Borrego Springs, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.3936667, 33.1908333, 9.8] | |
} | |
}, | |
{ | |
"id": "nn00620768", | |
"mag": 1.2, | |
"place": "61km NNW of Austin, Nevada", | |
"time": 1517751926198, | |
"updated": 1517862289512, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620768", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620768.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 22, | |
"net": "nn", | |
"code": "00620768", | |
"ids": ",nn00620768,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 4, | |
"dmin": 0.405, | |
"rms": 0.1453, | |
"gap": 141.1, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.2 - 61km NNW of Austin, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-117.2589, 40.0275, 8.8]} | |
}, | |
{ | |
"id": "nn00620767", | |
"mag": 1, | |
"place": "35km SE of Bridgeport, California", | |
"time": 1517751666000, | |
"updated": 1517862103782, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620767", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620767.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 15, | |
"net": "nn", | |
"code": "00620767", | |
"ids": ",nn00620767,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 8, | |
"dmin": 0.101, | |
"rms": 0.1362, | |
"gap": 146.98, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.0 - 35km SE of Bridgeport, California", | |
"geometry": {"type": "Point", "coordinates": [-118.9078, 38.0706, 7.1]} | |
}, | |
{ | |
"id": "us1000cfn2", | |
"mag": 4.4, | |
"place": "191km NE of Nord, Greenland", | |
"time": 1517751305270, | |
"updated": 1517759887040, | |
"tz": -60, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfn2", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfn2.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 298, | |
"net": "us", | |
"code": "1000cfn2", | |
"ids": ",us1000cfn2,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 4.981, | |
"rms": 0.89, | |
"gap": 96, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.4 - 191km NE of Nord, Greenland", | |
"geometry": {"type": "Point", "coordinates": [-7.9189, 82.7981, 10.02]} | |
}, | |
{ | |
"id": "nc72964136", | |
"mag": 0.39, | |
"place": "10km S of Mammoth Lakes, CA", | |
"time": 1517751243970, | |
"updated": 1517866383526, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964136", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964136.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "nc", | |
"code": "72964136", | |
"ids": ",nc72964136,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 13, | |
"dmin": 0.07461, | |
"rms": 0.07, | |
"gap": 242, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.4 - 10km S of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9771667, 37.5436667, 4.37] | |
} | |
}, | |
{ | |
"id": "nc72964131", | |
"mag": 1.17, | |
"place": "18km ENE of Lee Vining, CA", | |
"time": 1517751139280, | |
"updated": 1517875321850, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964131", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964131.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 21, | |
"net": "nc", | |
"code": "72964131", | |
"ids": ",nn00620605,nc72964131,", | |
"sources": ",nn,nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 16, | |
"dmin": 0.3212, | |
"rms": 0.04, | |
"gap": 327, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.2 - 18km ENE of Lee Vining, CA", | |
"geometry": {"type": "Point", "coordinates": [-118.937, 38.0205, 2.52]} | |
}, | |
{ | |
"id": "ci38099272", | |
"mag": 1.07, | |
"place": "15km NNW of Mojave, CA", | |
"time": 1517751124350, | |
"updated": 1517867465280, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099272", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099272.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 18, | |
"net": "ci", | |
"code": "38099272", | |
"ids": ",ci38099272,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 27, | |
"dmin": 0.1739, | |
"rms": 0.17, | |
"gap": 57, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.1 - 15km NNW of Mojave, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.2258333, 35.1813333, 2.19] | |
} | |
}, | |
{ | |
"id": "ak18325482", | |
"mag": 1.3, | |
"place": "23km W of Anchorage, Alaska", | |
"time": 1517751053833, | |
"updated": 1517751624062, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18325482", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18325482.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 26, | |
"net": "ak", | |
"code": "18325482", | |
"ids": ",ak18325482,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.12, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.3 - 23km W of Anchorage, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-150.346, 61.2265, 61.3]} | |
}, | |
{ | |
"id": "nc72964121", | |
"mag": 2.49, | |
"place": "20km SE of Bodie, CA", | |
"time": 1517751016630, | |
"updated": 1517964181594, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964121", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964121.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 95, | |
"net": "nc", | |
"code": "72964121", | |
"ids": ",nc72964121,nn00620604,", | |
"sources": ",nc,nn,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 38, | |
"dmin": 0.08138, | |
"rms": 0.05, | |
"gap": 67, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 2.5 - 20km SE of Bodie, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.8783333, 38.063, 5.43] | |
} | |
}, | |
{ | |
"id": "nn00620603", | |
"mag": 3.4, | |
"place": "57km N of Austin, Nevada", | |
"time": 1517750864311, | |
"updated": 1517760517831, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620603", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620603.geojson", | |
"felt": 1, | |
"cdi": 2.2, | |
"mmi": 3.25, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 178, | |
"net": "nn", | |
"code": "00620603", | |
"ids": ",nn00620603,us1000cfmw,", | |
"sources": ",nn,us,", | |
"types": ",dyfi,geoserve,moment-tensor,origin,phase-data,shakemap,", | |
"nst": 50, | |
"dmin": 0.428, | |
"rms": 0.183, | |
"gap": 89.94, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 3.4 - 57km N of Austin, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-117.1986, 40.0035, 9.4]} | |
}, | |
{ | |
"id": "ci38099264", | |
"mag": 0.28, | |
"place": "9km ENE of Aguanga, CA", | |
"time": 1517750845330, | |
"updated": 1517880059430, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099264", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099264.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "ci", | |
"code": "38099264", | |
"ids": ",ci38099264,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 17, | |
"dmin": 0.08438, | |
"rms": 0.11, | |
"gap": 84, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.3 - 9km ENE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7798333, 33.4886667, 4.82] | |
} | |
}, | |
{ | |
"id": "ak18325467", | |
"mag": 3.1, | |
"place": "25km W of Anchorage, Alaska", | |
"time": 1517750807403, | |
"updated": 1517765768505, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18325467", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18325467.geojson", | |
"felt": 6, | |
"cdi": 2.2, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 149, | |
"net": "ak", | |
"code": "18325467", | |
"ids": ",ak18325467,", | |
"sources": ",ak,", | |
"types": ",dyfi,geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.7, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 3.1 - 25km W of Anchorage, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-150.3688, 61.1794, 49.5]} | |
}, | |
{ | |
"id": "us1000cfmz", | |
"mag": 5.2, | |
"place": "220km NE of Nord, Greenland", | |
"time": 1517750672600, | |
"updated": 1517758733040, | |
"tz": 0, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfmz", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfmz.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 416, | |
"net": "us", | |
"code": "1000cfmz", | |
"ids": ",us1000cfmz,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 4.98, | |
"rms": 0.77, | |
"gap": 48, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 5.2 - 220km NE of Nord, Greenland", | |
"geometry": {"type": "Point", "coordinates": [-6.4127, 82.9954, 10]} | |
}, | |
{ | |
"id": "us1000cfmx", | |
"mag": 5.2, | |
"place": "219km NE of Nord, Greenland", | |
"time": 1517750588530, | |
"updated": 1517757749040, | |
"tz": 0, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfmx", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfmx.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 416, | |
"net": "us", | |
"code": "1000cfmx", | |
"ids": ",us1000cfmx,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 5.042, | |
"rms": 0.95, | |
"gap": 50, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 5.2 - 219km NE of Nord, Greenland", | |
"geometry": {"type": "Point", "coordinates": [-6.7549, 83.0422, 10]} | |
}, | |
{ | |
"id": "us1000cfna", | |
"mag": 3.5, | |
"place": "8km NNW of Gura Teghii, Romania", | |
"time": 1517750104190, | |
"updated": 1517757145040, | |
"tz": 120, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfna", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfna.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 188, | |
"net": "us", | |
"code": "1000cfna", | |
"ids": ",us1000cfna,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 0.134, | |
"rms": 0.65, | |
"gap": 40, | |
"magType": "mwr", | |
"type": "Feature", | |
"title": "M 3.5 - 8km NNW of Gura Teghii, Romania", | |
"geometry": {"type": "Point", "coordinates": [26.3751, 45.5492, 152.35]} | |
}, | |
{ | |
"id": "ak18325461", | |
"mag": 1.2, | |
"place": "48km E of Manley Hot Springs, Alaska", | |
"time": 1517750086736, | |
"updated": 1517750623829, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18325461", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18325461.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 22, | |
"net": "ak", | |
"code": "18325461", | |
"ids": ",ak18325461,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.59, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.2 - 48km E of Manley Hot Springs, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-149.6153, 65.0225, 9.9]} | |
}, | |
{ | |
"id": "us1000cfmu", | |
"mag": 5.3, | |
"place": "24km NNE of Hualian, Taiwan", | |
"time": 1517749972130, | |
"updated": 1517949946040, | |
"tz": 480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfmu", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfmu.geojson", | |
"felt": 10, | |
"cdi": 5.2, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 437, | |
"net": "us", | |
"code": "1000cfmu", | |
"ids": ",us1000cfmu,", | |
"sources": ",us,", | |
"types": ",dyfi,geoserve,moment-tensor,origin,phase-data,", | |
"nst": null, | |
"dmin": 0.113, | |
"rms": 0.82, | |
"gap": 57, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 5.3 - 24km NNE of Hualian, Taiwan", | |
"geometry": {"type": "Point", "coordinates": [121.7191, 24.1692, 11.77]} | |
}, | |
{ | |
"id": "ci38099256", | |
"mag": 0.91, | |
"place": "9km NE of Aguanga, CA", | |
"time": 1517748744410, | |
"updated": 1517761577410, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099256", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099256.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 13, | |
"net": "ci", | |
"code": "38099256", | |
"ids": ",ci38099256,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 37, | |
"dmin": 0.088, | |
"rms": 0.19, | |
"gap": 36, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.9 - 9km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7923333, 33.4901667, 4.46] | |
} | |
}, | |
{ | |
"id": "nn00620761", | |
"mag": 0.4, | |
"place": "19km NNE of Pahrump, Nevada", | |
"time": 1517747311384, | |
"updated": 1517860804963, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620761", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620761.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "nn", | |
"code": "00620761", | |
"ids": ",nn00620761,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 11, | |
"dmin": 0.312, | |
"rms": 0.1723, | |
"gap": 146.51, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.4 - 19km NNE of Pahrump, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-115.8665, 36.3596, 8.9]} | |
}, | |
{ | |
"id": "pr2018035004", | |
"mag": 3.24, | |
"place": "20km SSW of San Rafael del Yuma, Dominican Republic", | |
"time": 1517746986320, | |
"updated": 1517759008166, | |
"tz": -240, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/pr2018035004", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr2018035004.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 162, | |
"net": "pr", | |
"code": "2018035004", | |
"ids": ",pr2018035004,", | |
"sources": ",pr,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 10, | |
"dmin": 0.4496, | |
"rms": 0.16, | |
"gap": 148, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 3.2 - 20km SSW of San Rafael del Yuma, Dominican Republic", | |
"geometry": {"type": "Point", "coordinates": [-68.7521, 18.2595, 141]} | |
}, | |
{ | |
"id": "ci38099248", | |
"mag": 0.36, | |
"place": "7km SE of Valle Vista, CA", | |
"time": 1517745727030, | |
"updated": 1517761558883, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099248", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099248.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "ci", | |
"code": "38099248", | |
"ids": ",ci38099248,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 23, | |
"dmin": 0.08114, | |
"rms": 0.17, | |
"gap": 96, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.4 - 7km SE of Valle Vista, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.8301667, 33.71, 14.47] | |
} | |
}, | |
{ | |
"id": "nn00620675", | |
"mag": -0.3, | |
"place": "46km ESE of Beatty, Nevada", | |
"time": 1517745690281, | |
"updated": 1517787210803, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620675", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620675.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "nn", | |
"code": "00620675", | |
"ids": ",nn00620675,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 5, | |
"dmin": 0.061, | |
"rms": 0.0841, | |
"gap": 232, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M -0.3 - 46km ESE of Beatty, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-116.2732, 36.7639, 7.4]} | |
}, | |
{ | |
"id": "ci38099240", | |
"mag": 0.98, | |
"place": "10km N of Cabazon, CA", | |
"time": 1517745594830, | |
"updated": 1517761575040, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099240", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099240.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 15, | |
"net": "ci", | |
"code": "38099240", | |
"ids": ",ci38099240,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 39, | |
"dmin": 0.03516, | |
"rms": 0.18, | |
"gap": 39, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.0 - 10km N of Cabazon, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7918333, 34.0025, 10.19] | |
} | |
}, | |
{ | |
"id": "ak18324305", | |
"mag": 2.4, | |
"place": "41km SSE of Middleton Island, Alaska", | |
"time": 1517745373760, | |
"updated": 1517745587793, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18324305", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18324305.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 89, | |
"net": "ak", | |
"code": "18324305", | |
"ids": ",ak18324305,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.89, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.4 - 41km SSE of Middleton Island, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-146.1806, 59.0719, 41.1]} | |
}, | |
{ | |
"id": "nc72964101", | |
"mag": 0.9, | |
"place": "5km E of Mammoth Lakes, CA", | |
"time": 1517744530100, | |
"updated": 1517744881702, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964101", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964101.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 12, | |
"net": "nc", | |
"code": "72964101", | |
"ids": ",nc72964101,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 10, | |
"dmin": 0.01644, | |
"rms": 0.03, | |
"gap": 82, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.9 - 5km E of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9215012, 37.644165, 5.15] | |
} | |
}, | |
{ | |
"id": "nc72964091", | |
"mag": 0.28, | |
"place": "6km ENE of Mammoth Lakes, CA", | |
"time": 1517744423850, | |
"updated": 1517865783621, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964091", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964091.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "nc", | |
"code": "72964091", | |
"ids": ",nc72964091,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 13, | |
"dmin": 0.005126, | |
"rms": 0.07, | |
"gap": 59, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.3 - 6km ENE of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.907, 37.6498333, 4.64] | |
} | |
}, | |
{ | |
"id": "nc72964096", | |
"mag": -0.24, | |
"place": "8km E of Mammoth Lakes, CA", | |
"time": 1517744347820, | |
"updated": 1517864547199, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964096", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964096.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "nc", | |
"code": "72964096", | |
"ids": ",nc72964096,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,", | |
"nst": 10, | |
"dmin": 0.0123, | |
"rms": 0.09, | |
"gap": 94, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M -0.2 - 8km E of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.8863333, 37.6353333, -0.33] | |
} | |
}, | |
{ | |
"id": "ci38099232", | |
"mag": 0.64, | |
"place": "5km NNW of Valle Vista, CA", | |
"time": 1517744251960, | |
"updated": 1517761586887, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099232", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099232.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 6, | |
"net": "ci", | |
"code": "38099232", | |
"ids": ",ci38099232,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 28, | |
"dmin": 0.09951, | |
"rms": 0.22, | |
"gap": 126, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.6 - 5km NNW of Valle Vista, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.9051667, 33.7905, 6.96] | |
} | |
}, | |
{ | |
"id": "nc72964086", | |
"mag": 1.04, | |
"place": "5km ENE of Mammoth Lakes, CA", | |
"time": 1517744209660, | |
"updated": 1517746441759, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964086", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964086.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 17, | |
"net": "nc", | |
"code": "72964086", | |
"ids": ",nc72964086,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 11, | |
"dmin": 0.01321, | |
"rms": 0.05, | |
"gap": 105, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.0 - 5km ENE of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9206696, 37.6489983, 3.44] | |
} | |
}, | |
{ | |
"id": "ak18323157", | |
"mag": 1, | |
"place": "14km ENE of Eielson Air Force Base, Alaska", | |
"time": 1517743509678, | |
"updated": 1517743878100, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18323157", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18323157.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 15, | |
"net": "ak", | |
"code": "18323157", | |
"ids": ",ak18323157,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 1.48, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.0 - 14km ENE of Eielson Air Force Base, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-146.7642, 64.7064, 16.5]} | |
}, | |
{ | |
"id": "hv70028547", | |
"mag": 1.75, | |
"place": "32km SSE of Waimea, Hawaii", | |
"time": 1517743173850, | |
"updated": 1517743361930, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/hv70028547", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv70028547.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 47, | |
"net": "hv", | |
"code": "70028547", | |
"ids": ",hv70028547,", | |
"sources": ",hv,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 24, | |
"dmin": 0.003836, | |
"rms": 0.26, | |
"gap": 84, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.8 - 32km SSE of Waimea, Hawaii", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-155.5355072, 19.7600002, 14.53] | |
} | |
}, | |
{ | |
"id": "us1000cfm4", | |
"mag": 4.2, | |
"place": "119km WNW of Copiapo, Chile", | |
"time": 1517743128000, | |
"updated": 1517774720305, | |
"tz": -300, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfm4", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfm4.geojson", | |
"felt": 1, | |
"cdi": 1, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 271, | |
"net": "us", | |
"code": "1000cfm4", | |
"ids": ",us1000cfm4,", | |
"sources": ",us,", | |
"types": ",dyfi,geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 1.124, | |
"rms": 0.66, | |
"gap": 187, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.2 - 119km WNW of Copiapo, Chile", | |
"geometry": {"type": "Point", "coordinates": [-71.4558, -26.9732, 10]} | |
}, | |
{ | |
"id": "ci38099224", | |
"mag": 0.57, | |
"place": "7km S of Idyllwild, CA", | |
"time": 1517742416570, | |
"updated": 1517761582063, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099224", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099224.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 5, | |
"net": "ci", | |
"code": "38099224", | |
"ids": ",ci38099224,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 23, | |
"dmin": 0.03466, | |
"rms": 0.11, | |
"gap": 71, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.6 - 7km S of Idyllwild, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7308333, 33.6793333, 15.33] | |
} | |
}, | |
{ | |
"id": "hv70028532", | |
"mag": 1.34, | |
"place": "8km SSE of Volcano, Hawaii", | |
"time": 1517742083130, | |
"updated": 1517875991590, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/hv70028532", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv70028532.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 28, | |
"net": "hv", | |
"code": "70028532", | |
"ids": ",hv70028532,", | |
"sources": ",hv,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 30, | |
"dmin": 0.01799, | |
"rms": 0.1, | |
"gap": 62, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.3 - 8km SSE of Volcano, Hawaii", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-155.1988333, 19.365, 2.09] | |
} | |
}, | |
{ | |
"id": "ci38099216", | |
"mag": 1.78, | |
"place": "16km SE of Ocotillo Wells, CA", | |
"time": 1517741564420, | |
"updated": 1517864508870, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099216", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099216.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 49, | |
"net": "ci", | |
"code": "38099216", | |
"ids": ",ci38099216,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 52, | |
"dmin": 0.1529, | |
"rms": 0.22, | |
"gap": 31, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.8 - 16km SE of Ocotillo Wells, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.0283333, 33.0318333, 0.61] | |
} | |
}, | |
{ | |
"id": "ci38099208", | |
"mag": 0.95, | |
"place": "13km NE of Coso Junction, CA", | |
"time": 1517741406090, | |
"updated": 1517867198172, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099208", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099208.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 14, | |
"net": "ci", | |
"code": "38099208", | |
"ids": ",ci38099208,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 21, | |
"dmin": 0.02072, | |
"rms": 0.13, | |
"gap": 89, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.0 - 13km NE of Coso Junction, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-117.8541667, 36.1383333, 2.7] | |
} | |
}, | |
{ | |
"id": "uu60266817", | |
"mag": 1, | |
"place": "33km NNW of Gunnison, Utah", | |
"time": 1517741158720, | |
"updated": 1517859890730, | |
"tz": -420, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uu60266817", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60266817.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 15, | |
"net": "uu", | |
"code": "60266817", | |
"ids": ",uu60266817,", | |
"sources": ",uu,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 5, | |
"dmin": 0.1218, | |
"rms": 0.04, | |
"gap": 152, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.0 - 33km NNW of Gunnison, Utah", | |
"geometry": {"type": "Point", "coordinates": [-112.02, 39.4105, 3.82]} | |
}, | |
{ | |
"id": "nn00620669", | |
"mag": 0.9, | |
"place": "17km SW of Smith Valley, Nevada", | |
"time": 1517741115431, | |
"updated": 1517786097474, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620669", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620669.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 12, | |
"net": "nn", | |
"code": "00620669", | |
"ids": ",nn00620669,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 7, | |
"dmin": 0.172, | |
"rms": 0.1064, | |
"gap": 140.6, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.9 - 17km SW of Smith Valley, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-119.4859, 38.6722, 6.9]} | |
}, | |
{ | |
"id": "nc71108289", | |
"mag": 0.25, | |
"place": "11km ENE of Mammoth Lakes, CA", | |
"time": 1517740408220, | |
"updated": 1517864223149, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc71108289", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc71108289.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "nc", | |
"code": "71108289", | |
"ids": ",nc71108289,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 7, | |
"dmin": 0.02934, | |
"rms": 0.04, | |
"gap": 95, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.3 - 11km ENE of Mammoth Lakes, CA", | |
"geometry": {"type": "Point", "coordinates": [-118.8603333, 37.66, 2.7]} | |
}, | |
{ | |
"id": "nc72964076", | |
"mag": 0.18, | |
"place": "11km ENE of Mammoth Lakes, CA", | |
"time": 1517740399650, | |
"updated": 1517864944166, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964076", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964076.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "nc", | |
"code": "72964076", | |
"ids": ",nc72964076,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 9, | |
"dmin": 0.02966, | |
"rms": 0.04, | |
"gap": 94, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.2 - 11km ENE of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.8618333, 37.6593333, 1.47] | |
} | |
}, | |
{ | |
"id": "nc72964066", | |
"mag": 0.4, | |
"place": "11km S of Mammoth Lakes, CA", | |
"time": 1517739642360, | |
"updated": 1517860862046, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964066", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964066.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "nc", | |
"code": "72964066", | |
"ids": ",nc72964066,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 13, | |
"dmin": 0.07629, | |
"rms": 0.06, | |
"gap": 248, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.4 - 11km S of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9796667, 37.5385, 3.71] | |
} | |
}, | |
{ | |
"id": "nc72964061", | |
"mag": 0.48, | |
"place": "2km NNE of The Geysers, CA", | |
"time": 1517739556820, | |
"updated": 1517743143644, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964061", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964061.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 4, | |
"net": "nc", | |
"code": "72964061", | |
"ids": ",nc72964061,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 8, | |
"dmin": 0.0108, | |
"rms": 0.02, | |
"gap": 123, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.5 - 2km NNE of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.7473297, 38.7901649, 2.46] | |
} | |
}, | |
{ | |
"id": "nc72964056", | |
"mag": 1.53, | |
"place": "6km WNW of Cobb, CA", | |
"time": 1517739485870, | |
"updated": 1517741464579, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964056", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964056.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 36, | |
"net": "nc", | |
"code": "72964056", | |
"ids": ",nc72964056,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 27, | |
"dmin": 0.003945, | |
"rms": 0.04, | |
"gap": 63, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.5 - 6km WNW of Cobb, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.7871704, 38.8353348, 1.77] | |
} | |
}, | |
{ | |
"id": "ci38099200", | |
"mag": 0.28, | |
"place": "9km SW of Idyllwild, CA", | |
"time": 1517739216810, | |
"updated": 1517761603731, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099200", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099200.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "ci", | |
"code": "38099200", | |
"ids": ",ci38099200,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 11, | |
"dmin": 0.07475, | |
"rms": 0.14, | |
"gap": 82, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.3 - 9km SW of Idyllwild, CA", | |
"geometry": {"type": "Point", "coordinates": [-116.7955, 33.687, 16.84]} | |
}, | |
{ | |
"id": "uw61366666", | |
"mag": 1.05, | |
"place": "17km SW of Ashland, Oregon", | |
"time": 1517738993270, | |
"updated": 1517763693620, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uw61366666", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw61366666.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 17, | |
"net": "uw", | |
"code": "61366666", | |
"ids": ",uw61366666,", | |
"sources": ",uw,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 12, | |
"dmin": 0.1536, | |
"rms": 0.27, | |
"gap": 85, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.1 - 17km SW of Ashland, Oregon", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.8376667, 42.0715, 6.67] | |
} | |
}, | |
{ | |
"id": "nn00620667", | |
"mag": 0.1, | |
"place": "13km SW of Hawthorne, Nevada", | |
"time": 1517738319356, | |
"updated": 1517785716731, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620667", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620667.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "nn", | |
"code": "00620667", | |
"ids": ",nn00620667,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 5, | |
"dmin": 0.25, | |
"rms": 0.077, | |
"gap": 263.58, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.1 - 13km SW of Hawthorne, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-118.7283, 38.4294, 11.8]} | |
}, | |
{ | |
"id": "nn00620599", | |
"mag": -0.1, | |
"place": "14km SSE of Mogul, Nevada", | |
"time": 1517738308019, | |
"updated": 1517755790242, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620599", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620599.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "nn", | |
"code": "00620599", | |
"ids": ",nn00620599,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 14, | |
"dmin": 0.072, | |
"rms": 0.1734, | |
"gap": 57.08, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M -0.1 - 14km SSE of Mogul, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-119.8574, 39.3902, 10]} | |
}, | |
{ | |
"id": "ak18323154", | |
"mag": 2.7, | |
"place": "198km SE of Kodiak, Alaska", | |
"time": 1517737996308, | |
"updated": 1517778554444, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18323154", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18323154.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 112, | |
"net": "ak", | |
"code": "18323154", | |
"ids": ",ak18323154,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.9, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.7 - 198km SE of Kodiak, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-150.2821, 56.4338, 10]} | |
}, | |
{ | |
"id": "ci38099192", | |
"mag": 0.45, | |
"place": "10km NE of Aguanga, CA", | |
"time": 1517737886660, | |
"updated": 1517761619367, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099192", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099192.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 3, | |
"net": "ci", | |
"code": "38099192", | |
"ids": ",ci38099192,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 19, | |
"dmin": 0.07159, | |
"rms": 0.13, | |
"gap": 81, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.5 - 10km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7983333, 33.515, 4.45] | |
} | |
}, | |
{ | |
"id": "ak18323153", | |
"mag": 0.7, | |
"place": "137km NW of Talkeetna, Alaska", | |
"time": 1517737718224, | |
"updated": 1517777805682, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18323153", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18323153.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 8, | |
"net": "ak", | |
"code": "18323153", | |
"ids": ",ak18323153,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.5, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.7 - 137km NW of Talkeetna, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-151.7336, 63.3144, 3.2]} | |
}, | |
{ | |
"id": "nn00620664", | |
"mag": 0.3, | |
"place": "26km SW of Hawthorne, Nevada", | |
"time": 1517737319318, | |
"updated": 1517785343032, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620664", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620664.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "nn", | |
"code": "00620664", | |
"ids": ",nn00620664,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 4, | |
"dmin": 0.314, | |
"rms": 0.0638, | |
"gap": 172.04, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.3 - 26km SW of Hawthorne, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-118.8704, 38.3789, 6.4]} | |
}, | |
{ | |
"id": "ak18323148", | |
"mag": 2.5, | |
"place": "80km NW of Yakutat, Alaska", | |
"time": 1517737202235, | |
"updated": 1517737847677, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18323148", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18323148.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 96, | |
"net": "ak", | |
"code": "18323148", | |
"ids": ",ak18323148,us1000cflr,", | |
"sources": ",ak,us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.69, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.5 - 80km NW of Yakutat, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-140.6694, 60.094, 0]} | |
}, | |
{ | |
"id": "us1000cflq", | |
"mag": 3.1, | |
"place": "18km SSE of Lindsay, Oklahoma", | |
"time": 1517737176870, | |
"updated": 1517820102800, | |
"tz": -360, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cflq", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cflq.geojson", | |
"felt": 7, | |
"cdi": 4.8, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 151, | |
"net": "us", | |
"code": "1000cflq", | |
"ids": ",us1000cflq,", | |
"sources": ",us,", | |
"types": ",dyfi,geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 0.668, | |
"rms": 0.66, | |
"gap": 109, | |
"magType": "mb_lg", | |
"type": "Feature", | |
"title": "M 3.1 - 18km SSE of Lindsay, Oklahoma", | |
"geometry": {"type": "Point", "coordinates": [-97.517, 34.6823, 5]} | |
}, | |
{ | |
"id": "pr2018035003", | |
"mag": 2.83, | |
"place": "51km NW of Aguadilla, Puerto Rico", | |
"time": 1517736954910, | |
"updated": 1517744749713, | |
"tz": -300, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/pr2018035003", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr2018035003.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 123, | |
"net": "pr", | |
"code": "2018035003", | |
"ids": ",pr2018035003,", | |
"sources": ",pr,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 7, | |
"dmin": 0.4977, | |
"rms": 0.56, | |
"gap": 326, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 2.8 - 51km NW of Aguadilla, Puerto Rico", | |
"geometry": {"type": "Point", "coordinates": [-67.546, 18.7096, 8]} | |
}, | |
{ | |
"id": "nn00620663", | |
"mag": 0.1, | |
"place": "42km SW of Beatty, Nevada", | |
"time": 1517736675023, | |
"updated": 1517784415526, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620663", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620663.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "nn", | |
"code": "00620663", | |
"ids": ",nn00620663,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 4, | |
"dmin": 0.132, | |
"rms": 0.0997, | |
"gap": 287.66, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.1 - 42km SW of Beatty, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-117.1128, 36.6523, 10.2]} | |
}, | |
{ | |
"id": "nn00620662", | |
"mag": -0.1, | |
"place": "45km SSE of Hawthorne, Nevada", | |
"time": 1517736327922, | |
"updated": 1517784039867, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620662", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620662.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "nn", | |
"code": "00620662", | |
"ids": ",nn00620662,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 4, | |
"dmin": 0.126, | |
"rms": 0.0721, | |
"gap": 326.89, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M -0.1 - 45km SSE of Hawthorne, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-118.4819, 38.1268, 8.2]} | |
}, | |
{ | |
"id": "hv70028497", | |
"mag": 2.04, | |
"place": "21km S of Volcano, Hawaii", | |
"time": 1517735939620, | |
"updated": 1517736142090, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/hv70028497", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv70028497.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 64, | |
"net": "hv", | |
"code": "70028497", | |
"ids": ",hv70028497,", | |
"sources": ",hv,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 36, | |
"dmin": 0.05065, | |
"rms": 0.15, | |
"gap": 211, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 2.0 - 21km S of Volcano, Hawaii", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-155.2389984, 19.2321663, 49.4] | |
} | |
}, | |
{ | |
"id": "ak18323144", | |
"mag": 1.3, | |
"place": "1km ENE of Houston, Alaska", | |
"time": 1517735275076, | |
"updated": 1517735541204, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18323144", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18323144.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 26, | |
"net": "ak", | |
"code": "18323144", | |
"ids": ",ak18323144,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.26, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.3 - 1km ENE of Houston, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-149.7842, 61.6335, 49]} | |
}, | |
{ | |
"id": "us1000cflk", | |
"mag": 5, | |
"place": "Southern Mid-Atlantic Ridge", | |
"time": 1517735210880, | |
"updated": 1517736870040, | |
"tz": -60, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cflk", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cflk.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 385, | |
"net": "us", | |
"code": "1000cflk", | |
"ids": ",us1000cflk,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 7.631, | |
"rms": 0.86, | |
"gap": 83, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 5.0 - Southern Mid-Atlantic Ridge", | |
"geometry": {"type": "Point", "coordinates": [-13.6696, -29.5013, 10]} | |
}, | |
{ | |
"id": "ak18323142", | |
"mag": 1.7, | |
"place": "15km ESE of Y, Alaska", | |
"time": 1517734946110, | |
"updated": 1517735241960, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18323142", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18323142.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 44, | |
"net": "ak", | |
"code": "18323142", | |
"ids": ",ak18323142,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.73, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.7 - 15km ESE of Y, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-149.5835, 62.1091, 34.8]} | |
}, | |
{ | |
"id": "uw61366656", | |
"mag": 1.03, | |
"place": "20km ESE of Molalla, Oregon", | |
"time": 1517734613040, | |
"updated": 1517763231330, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uw61366656", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw61366656.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 16, | |
"net": "uw", | |
"code": "61366656", | |
"ids": ",uw61366656,", | |
"sources": ",uw,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 6, | |
"dmin": 0.1636, | |
"rms": 0.05, | |
"gap": 107, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.0 - 20km ESE of Molalla, Oregon", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.3433333, 45.0731667, 10.15] | |
} | |
}, | |
{ | |
"id": "ci38099184", | |
"mag": 0.17, | |
"place": "7km S of Idyllwild, CA", | |
"time": 1517733842560, | |
"updated": 1517866910141, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099184", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099184.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "ci", | |
"code": "38099184", | |
"ids": ",ci38099184,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 19, | |
"dmin": 0.03459, | |
"rms": 0.12, | |
"gap": 92, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.2 - 7km S of Idyllwild, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7146667, 33.6748333, 15.78] | |
} | |
}, | |
{ | |
"id": "ak18321993", | |
"mag": 2.2, | |
"place": "21km W of Anchor Point, Alaska", | |
"time": 1517733824086, | |
"updated": 1517735252040, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18321993", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18321993.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 74, | |
"net": "ak", | |
"code": "18321993", | |
"ids": ",ak18321993,us1000cfle,", | |
"sources": ",ak,us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.56, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.2 - 21km W of Anchor Point, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-152.2167, 59.7443, 66.3]} | |
}, | |
{ | |
"id": "ci38099176", | |
"mag": 0.61, | |
"place": "7km S of Idyllwild, CA", | |
"time": 1517733779460, | |
"updated": 1517761651260, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099176", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099176.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 6, | |
"net": "ci", | |
"code": "38099176", | |
"ids": ",ci38099176,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 23, | |
"dmin": 0.03774, | |
"rms": 0.09, | |
"gap": 58, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.6 - 7km S of Idyllwild, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7135, 33.6733333, 15.53] | |
} | |
}, | |
{ | |
"id": "us1000cfu3", | |
"mag": 4.1, | |
"place": "60km S of Thongwa, Burma", | |
"time": 1517733722470, | |
"updated": 1517834693535, | |
"tz": 360, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfu3", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfu3.geojson", | |
"felt": 4, | |
"cdi": 2.9, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 260, | |
"net": "us", | |
"code": "1000cfu3", | |
"ids": ",us1000cfu3,", | |
"sources": ",us,", | |
"types": ",dyfi,geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 3.199, | |
"rms": 0.42, | |
"gap": 279, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.1 - 60km S of Thongwa, Burma", | |
"geometry": {"type": "Point", "coordinates": [96.5388, 16.2174, 10]} | |
}, | |
{ | |
"id": "ci38099168", | |
"mag": 0.41, | |
"place": "9km NE of Aguanga, CA", | |
"time": 1517733653400, | |
"updated": 1517761669045, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099168", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099168.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 3, | |
"net": "ci", | |
"code": "38099168", | |
"ids": ",ci38099168,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 18, | |
"dmin": 0.08278, | |
"rms": 0.1, | |
"gap": 91, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.4 - 9km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7916667, 33.496, 4.32] | |
} | |
}, | |
{ | |
"id": "nn00620657", | |
"mag": 0.8, | |
"place": "29km SSE of Goldfield, Nevada", | |
"time": 1517733621177, | |
"updated": 1517783298121, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620657", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620657.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 10, | |
"net": "nn", | |
"code": "00620657", | |
"ids": ",nn00620657,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 6, | |
"dmin": 0.446, | |
"rms": 0.2217, | |
"gap": 308.09, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.8 - 29km SSE of Goldfield, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-117.1085, 37.4661, 15.2]} | |
}, | |
{ | |
"id": "nn00620598", | |
"mag": 0.5, | |
"place": "13km ESE of Portola, California", | |
"time": 1517733288423, | |
"updated": 1517760372039, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620598", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620598.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 4, | |
"net": "nn", | |
"code": "00620598", | |
"ids": ",nn00620598,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 16, | |
"dmin": 0.113, | |
"rms": 0.1997, | |
"gap": 87.87, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.5 - 13km ESE of Portola, California", | |
"geometry": {"type": "Point", "coordinates": [-120.33, 39.7455, 12.5]} | |
}, | |
{ | |
"id": "ci38099160", | |
"mag": 0.83, | |
"place": "7km S of Idyllwild, CA", | |
"time": 1517733151800, | |
"updated": 1517761715350, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099160", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099160.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 11, | |
"net": "ci", | |
"code": "38099160", | |
"ids": ",ci38099160,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 38, | |
"dmin": 0.03751, | |
"rms": 0.18, | |
"gap": 41, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.8 - 7km S of Idyllwild, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7175, 33.6736667, 15.67] | |
} | |
}, | |
{ | |
"id": "ak18321986", | |
"mag": 1.7, | |
"place": "35km E of Sutton-Alpine, Alaska", | |
"time": 1517733129691, | |
"updated": 1517733474345, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18321986", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18321986.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 44, | |
"net": "ak", | |
"code": "18321986", | |
"ids": ",ak18321986,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.74, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.7 - 35km E of Sutton-Alpine, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-148.1814, 61.7494, 7.6]} | |
}, | |
{ | |
"id": "ci38099152", | |
"mag": 0.3, | |
"place": "4km ENE of Banning, CA", | |
"time": 1517733055500, | |
"updated": 1517761686003, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099152", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099152.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "ci", | |
"code": "38099152", | |
"ids": ",ci38099152,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 17, | |
"dmin": 0.1038, | |
"rms": 0.11, | |
"gap": 112, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.3 - 4km ENE of Banning, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.8385, 33.9343333, 4.39] | |
} | |
}, | |
{ | |
"id": "hv70028462", | |
"mag": 2.21, | |
"place": "1km WSW of Pahala, Hawaii", | |
"time": 1517733023610, | |
"updated": 1517733356730, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/hv70028462", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv70028462.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 75, | |
"net": "hv", | |
"code": "70028462", | |
"ids": ",hv70028462,", | |
"sources": ",hv,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 51, | |
"dmin": 0.0463, | |
"rms": 0.15, | |
"gap": 67, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.2 - 1km WSW of Pahala, Hawaii", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-155.4983368, 19.2018337, 33.14] | |
} | |
}, | |
{ | |
"id": "us1000cfl3", | |
"mag": 4.3, | |
"place": "72km SSW of Little Sitkin Island, Alaska", | |
"time": 1517732627620, | |
"updated": 1517734728040, | |
"tz": 720, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfl3", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfl3.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 284, | |
"net": "us", | |
"code": "1000cfl3", | |
"ids": ",us1000cfl3,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 2.912, | |
"rms": 1.11, | |
"gap": 203, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.3 - 72km SSW of Little Sitkin Island, Alaska", | |
"geometry": {"type": "Point", "coordinates": [178.2571, 51.3199, 32.41]} | |
}, | |
{ | |
"id": "ak18321982", | |
"mag": 2.4, | |
"place": "130km SSE of Akutan, Alaska", | |
"time": 1517731818318, | |
"updated": 1517776896663, | |
"tz": -660, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18321982", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18321982.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 89, | |
"net": "ak", | |
"code": "18321982", | |
"ids": ",ak18321982,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.62, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.4 - 130km SSE of Akutan, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-164.7314, 53.1435, 1]} | |
}, | |
{ | |
"id": "mb80280249", | |
"mag": 1.26, | |
"place": "29km S of Virginia City, Montana", | |
"time": 1517731693280, | |
"updated": 1517848310100, | |
"tz": -420, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/mb80280249", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/mb80280249.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 24, | |
"net": "mb", | |
"code": "80280249", | |
"ids": ",mb80280249,", | |
"sources": ",mb,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 9, | |
"dmin": 0.223, | |
"rms": 0.17, | |
"gap": 118, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.3 - 29km S of Virginia City, Montana", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-111.9133333, 45.029, 10.31] | |
} | |
}, | |
{ | |
"id": "ci38099144", | |
"mag": 1.08, | |
"place": "7km E of North Shore, CA", | |
"time": 1517731501860, | |
"updated": 1517879797381, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099144", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099144.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 18, | |
"net": "ci", | |
"code": "38099144", | |
"ids": ",ci38099144,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 22, | |
"dmin": 0.1422, | |
"rms": 0.13, | |
"gap": 236, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.1 - 7km E of North Shore, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-115.8646667, 33.5348333, 9.54] | |
} | |
}, | |
{ | |
"id": "nn00620653", | |
"mag": 0, | |
"place": "73km WSW of Alamo, Nevada", | |
"time": 1517731111389, | |
"updated": 1517782546831, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620653", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620653.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "nn", | |
"code": "00620653", | |
"ids": ",nn00620653,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 12, | |
"dmin": 0.071, | |
"rms": 0.1982, | |
"gap": 257.54, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.0 - 73km WSW of Alamo, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-115.9804, 37.2265, 5.5]} | |
}, | |
{ | |
"id": "ci38099136", | |
"mag": 0.8, | |
"place": "18km NNE of Glendora, CA", | |
"time": 1517730898250, | |
"updated": 1517866824640, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099136", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099136.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 10, | |
"net": "ci", | |
"code": "38099136", | |
"ids": ",ci38099136,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 29, | |
"dmin": 0.04511, | |
"rms": 0.14, | |
"gap": 46, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.8 - 18km NNE of Glendora, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-117.809, 34.2863333, 8.42] | |
} | |
}, | |
{ | |
"id": "nn00620596", | |
"mag": 0.2, | |
"place": "20km E of Hawthorne, Nevada", | |
"time": 1517730734813, | |
"updated": 1517759979179, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620596", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620596.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "nn", | |
"code": "00620596", | |
"ids": ",nn00620596,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 5, | |
"dmin": 0.072, | |
"rms": 0.1046, | |
"gap": 147.61, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.2 - 20km E of Hawthorne, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-118.3869, 38.4956, 6.7]} | |
}, | |
{ | |
"id": "ci38099128", | |
"mag": 1.21, | |
"place": "8km NE of Aguanga, CA", | |
"time": 1517730274310, | |
"updated": 1517866394960, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099128", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099128.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 23, | |
"net": "ci", | |
"code": "38099128", | |
"ids": ",ci38099128,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 73, | |
"dmin": 0.09313, | |
"rms": 0.19, | |
"gap": 28, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.2 - 8km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7946667, 33.4853333, 4.66] | |
} | |
}, | |
{ | |
"id": "ci38099120", | |
"mag": 1.39, | |
"place": "8km NE of Aguanga, CA", | |
"time": 1517730151310, | |
"updated": 1517761784290, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099120", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099120.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 30, | |
"net": "ci", | |
"code": "38099120", | |
"ids": ",ci38099120,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 56, | |
"dmin": 0.09389, | |
"rms": 0.24, | |
"gap": 37, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.4 - 8km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.798, 33.4861667, 4.07] | |
} | |
}, | |
{ | |
"id": "nn00620648", | |
"mag": 0.3, | |
"place": "16km E of Downieville, California", | |
"time": 1517729542310, | |
"updated": 1517780121356, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620648", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620648.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "nn", | |
"code": "00620648", | |
"ids": ",nn00620648,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 6, | |
"dmin": 0.313, | |
"rms": 0.1457, | |
"gap": 223.47, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.3 - 16km E of Downieville, California", | |
"geometry": {"type": "Point", "coordinates": [-120.6331, 39.5888, 0]} | |
}, | |
{ | |
"id": "ci38099112", | |
"mag": 1.66, | |
"place": "6km NW of Aguanga, CA", | |
"time": 1517729473490, | |
"updated": 1517761781280, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099112", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099112.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 42, | |
"net": "ci", | |
"code": "38099112", | |
"ids": ",ci38099112,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 65, | |
"dmin": 0.1239, | |
"rms": 0.22, | |
"gap": 27, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.7 - 6km NW of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.9163333, 33.476, 10.05] | |
} | |
}, | |
{ | |
"id": "nn00620645", | |
"mag": 0.1, | |
"place": "5km NNE of Verdi, Nevada", | |
"time": 1517729079904, | |
"updated": 1517779191394, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620645", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620645.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "nn", | |
"code": "00620645", | |
"ids": ",nn00620645,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 15, | |
"dmin": 0.049, | |
"rms": 0.104, | |
"gap": 75.63, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.1 - 5km NNE of Verdi, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-119.9559, 39.5585, 6.6]} | |
}, | |
{ | |
"id": "pr2018035002", | |
"mag": 2.17, | |
"place": "13km SSW of Guanica, Puerto Rico", | |
"time": 1517729028720, | |
"updated": 1517743891473, | |
"tz": -240, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/pr2018035002", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr2018035002.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 72, | |
"net": "pr", | |
"code": "2018035002", | |
"ids": ",pr2018035002,", | |
"sources": ",pr,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 6, | |
"dmin": 0.133, | |
"rms": 0.31, | |
"gap": 254, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 2.2 - 13km SSW of Guanica, Puerto Rico", | |
"geometry": {"type": "Point", "coordinates": [-66.9628, 17.8643, 5]} | |
}, | |
{ | |
"id": "hv70028442", | |
"mag": 1.62, | |
"place": "32km SSE of Waimea, Hawaii", | |
"time": 1517728971520, | |
"updated": 1517958755030, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/hv70028442", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv70028442.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 40, | |
"net": "hv", | |
"code": "70028442", | |
"ids": ",hv70028442,", | |
"sources": ",hv,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 16, | |
"dmin": 0.00544, | |
"rms": 0.13, | |
"gap": 101, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.6 - 32km SSE of Waimea, Hawaii", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-155.5373333, 19.7541667, 15.84] | |
} | |
}, | |
{ | |
"id": "ak18321980", | |
"mag": 0.8, | |
"place": "122km W of Talkeetna, Alaska", | |
"time": 1517728846373, | |
"updated": 1517776232592, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18321980", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18321980.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 10, | |
"net": "ak", | |
"code": "18321980", | |
"ids": ",ak18321980,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.6, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.8 - 122km W of Talkeetna, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-152.4606, 62.2905, 5]} | |
}, | |
{ | |
"id": "ak18332898", | |
"mag": 0.5, | |
"place": "77km W of Healy, Alaska", | |
"time": 1517728845985, | |
"updated": 1517776403984, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18332898", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18332898.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 4, | |
"net": "ak", | |
"code": "18332898", | |
"ids": ",ak18332898,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.53, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.5 - 77km W of Healy, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-150.5096, 63.7367, 10.9]} | |
}, | |
{ | |
"id": "nc72964006", | |
"mag": 0.71, | |
"place": "16km SSE of Mammoth Lakes, CA", | |
"time": 1517728730570, | |
"updated": 1517860502034, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72964006", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72964006.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 8, | |
"net": "nc", | |
"code": "72964006", | |
"ids": ",nc72964006,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 18, | |
"dmin": 0.08088, | |
"rms": 0.04, | |
"gap": 269, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.7 - 16km SSE of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.881, 37.5203333, 4.39] | |
} | |
}, | |
{ | |
"id": "ak18321978", | |
"mag": 1.7, | |
"place": "21km ENE of Nikiski, Alaska", | |
"time": 1517728352654, | |
"updated": 1517728603350, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18321978", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18321978.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 44, | |
"net": "ak", | |
"code": "18321978", | |
"ids": ",ak18321978,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.97, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.7 - 21km ENE of Nikiski, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-150.9219, 60.7703, 34.7]} | |
}, | |
{ | |
"id": "mb80280239", | |
"mag": 1.89, | |
"place": "14km ESE of Lincoln, Montana", | |
"time": 1517728126170, | |
"updated": 1517843340180, | |
"tz": -420, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/mb80280239", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/mb80280239.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 55, | |
"net": "mb", | |
"code": "80280239", | |
"ids": ",mb80280239,", | |
"sources": ",mb,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 13, | |
"dmin": 0.114, | |
"rms": 0.12, | |
"gap": 107, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.9 - 14km ESE of Lincoln, Montana", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-112.5215, 46.8888333, 11.49] | |
} | |
}, | |
{ | |
"id": "uw61366651", | |
"mag": 3.12, | |
"place": "12km NNW of Friday Harbor, Washington", | |
"time": 1517727458530, | |
"updated": 1517961968152, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uw61366651", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw61366651.geojson", | |
"felt": 935, | |
"cdi": 3.4, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 468, | |
"net": "uw", | |
"code": "61366651", | |
"ids": ",uw61366651,us1000cfkk,", | |
"sources": ",uw,us,", | |
"types": ",dyfi,geoserve,origin,phase-data,", | |
"nst": 35, | |
"dmin": 0.1118, | |
"rms": 0.28, | |
"gap": 39, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 3.1 - 12km NNW of Friday Harbor, Washington", | |
"geometry": {"type": "Point", "coordinates": [-123.128, 48.6276667, 11]} | |
}, | |
{ | |
"id": "nn00620594", | |
"mag": 0.8, | |
"place": "67km NNW of Nellis Air Force Base, Nevada", | |
"time": 1517727414679, | |
"updated": 1517759791874, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620594", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620594.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 10, | |
"net": "nn", | |
"code": "00620594", | |
"ids": ",nn00620594,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 13, | |
"dmin": 0.343, | |
"rms": 0.1748, | |
"gap": 198.14, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.8 - 67km NNW of Nellis Air Force Base, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-115.4178, 36.7764, 9.9]} | |
}, | |
{ | |
"id": "ci38099104", | |
"mag": 1.2, | |
"place": "11km WSW of Niland, CA", | |
"time": 1517727097180, | |
"updated": 1517879414220, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099104", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099104.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 22, | |
"net": "ci", | |
"code": "38099104", | |
"ids": ",ci38099104,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 22, | |
"dmin": 0.003164, | |
"rms": 0.19, | |
"gap": 108, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.2 - 11km WSW of Niland, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-115.6191667, 33.1845, 2.43] | |
} | |
}, | |
{ | |
"id": "ak18320831", | |
"mag": 1.9, | |
"place": "22km SE of Cohoe, Alaska", | |
"time": 1517726987983, | |
"updated": 1517727427393, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18320831", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18320831.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 56, | |
"net": "ak", | |
"code": "18320831", | |
"ids": ",ak18320831,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.35, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.9 - 22km SE of Cohoe, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-150.9717, 60.2571, 58.8]} | |
}, | |
{ | |
"id": "ak18320827", | |
"mag": 2.4, | |
"place": "74km W of Anchor Point, Alaska", | |
"time": 1517726797610, | |
"updated": 1517727427681, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18320827", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18320827.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 89, | |
"net": "ak", | |
"code": "18320827", | |
"ids": ",ak18320827,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.57, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.4 - 74km W of Anchor Point, Alaska", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-153.1527, 59.7255, 102.6] | |
} | |
}, | |
{ | |
"id": "nn00620593", | |
"mag": 1.4, | |
"place": "28km SE of Austin, Nevada", | |
"time": 1517726700248, | |
"updated": 1517759220723, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620593", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620593.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 30, | |
"net": "nn", | |
"code": "00620593", | |
"ids": ",nn00620593,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 10, | |
"dmin": 0.533, | |
"rms": 0.1425, | |
"gap": 147.56, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.4 - 28km SE of Austin, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-116.851, 39.3004, 14.3]} | |
}, | |
{ | |
"id": "nn00620643", | |
"mag": 0.4, | |
"place": "24km S of Hawthorne, Nevada", | |
"time": 1517725964671, | |
"updated": 1517778616330, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620643", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620643.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "nn", | |
"code": "00620643", | |
"ids": ",nn00620643,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 5, | |
"dmin": 0.128, | |
"rms": 0.0865, | |
"gap": 211.98, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.4 - 24km S of Hawthorne, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-118.6532, 38.3039, 9]} | |
}, | |
{ | |
"id": "ci38099088", | |
"mag": 1.13, | |
"place": "6km SSE of Brawley, CA", | |
"time": 1517725473530, | |
"updated": 1517864931456, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099088", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099088.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 20, | |
"net": "ci", | |
"code": "38099088", | |
"ids": ",ci38099088,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 19, | |
"dmin": 0.04651, | |
"rms": 0.24, | |
"gap": 81, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.1 - 6km SSE of Brawley, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-115.5148333, 32.9275, 3.78] | |
} | |
}, | |
{ | |
"id": "ci38099080", | |
"mag": 0.13, | |
"place": "8km WNW of Little Lake, CA", | |
"time": 1517725068430, | |
"updated": 1517879070190, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099080", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099080.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "ci", | |
"code": "38099080", | |
"ids": ",ci38099080,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 10, | |
"dmin": 0.08152, | |
"rms": 0.08, | |
"gap": 255, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.1 - 8km WNW of Little Lake, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-117.9826667, 35.9753333, 2.83] | |
} | |
}, | |
{ | |
"id": "nc72963966", | |
"mag": 1.05, | |
"place": "18km NW of Parkfield, CA", | |
"time": 1517723887180, | |
"updated": 1517726583055, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963966", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963966.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 17, | |
"net": "nc", | |
"code": "72963966", | |
"ids": ",nc72963966,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 10, | |
"dmin": 0.02993, | |
"rms": 0.03, | |
"gap": 121, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.1 - 18km NW of Parkfield, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-120.572998, 36.0144997, 2.66] | |
} | |
}, | |
{ | |
"id": "nn00620642", | |
"mag": 0.6, | |
"place": "29km WSW of Hawthorne, Nevada", | |
"time": 1517723675617, | |
"updated": 1517778241466, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620642", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620642.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 6, | |
"net": "nn", | |
"code": "00620642", | |
"ids": ",nn00620642,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 10, | |
"dmin": 0.134, | |
"rms": 0.1401, | |
"gap": 122.83, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.6 - 29km WSW of Hawthorne, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-118.919, 38.3982, 7.9]} | |
}, | |
{ | |
"id": "uw61366646", | |
"mag": 0.82, | |
"place": "37km NNE of Amboy, Washington", | |
"time": 1517723421400, | |
"updated": 1517856079050, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uw61366646", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw61366646.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 10, | |
"net": "uw", | |
"code": "61366646", | |
"ids": ",uw61366646,", | |
"sources": ",uw,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 7, | |
"dmin": 0.01576, | |
"rms": 0.07, | |
"gap": 136, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.8 - 37km NNE of Amboy, Washington", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.1908333, 46.1985, 1.47] | |
} | |
}, | |
{ | |
"id": "ci38099064", | |
"mag": 0.27, | |
"place": "9km ENE of Aguanga, CA", | |
"time": 1517723180780, | |
"updated": 1517864733805, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099064", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099064.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "ci", | |
"code": "38099064", | |
"ids": ",ci38099064,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 24, | |
"dmin": 0.08428, | |
"rms": 0.13, | |
"gap": 49, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.3 - 9km ENE of Aguanga, CA", | |
"geometry": {"type": "Point", "coordinates": [-116.78, 33.4888333, 5.7]} | |
}, | |
{ | |
"id": "ci38099056", | |
"mag": 0.58, | |
"place": "17km SW of Oasis, CA", | |
"time": 1517723155400, | |
"updated": 1517873373671, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099056", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099056.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 5, | |
"net": "ci", | |
"code": "38099056", | |
"ids": ",ci38099056,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 25, | |
"dmin": 0.1299, | |
"rms": 0.17, | |
"gap": 151, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.6 - 17km SW of Oasis, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.2145, 33.3503333, 7.02] | |
} | |
}, | |
{ | |
"id": "ci38099048", | |
"mag": 0.96, | |
"place": "19km ESE of Ocotillo, CA", | |
"time": 1517722834720, | |
"updated": 1517761814120, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099048", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099048.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 14, | |
"net": "ci", | |
"code": "38099048", | |
"ids": ",ci38099048,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 19, | |
"dmin": 0.07168, | |
"rms": 0.25, | |
"gap": 81, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.0 - 19km ESE of Ocotillo, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-115.8058333, 32.6748333, 7.57] | |
} | |
}, | |
{ | |
"id": "nc72963956", | |
"mag": 1.4, | |
"place": "14km S of Mammoth Lakes, CA", | |
"time": 1517722384390, | |
"updated": 1517724904985, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963956", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963956.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 30, | |
"net": "nc", | |
"code": "72963956", | |
"ids": ",nc72963956,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 15, | |
"dmin": 0.1047, | |
"rms": 0.05, | |
"gap": 204, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.4 - 14km S of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9806671, 37.512001, -1.08] | |
} | |
}, | |
{ | |
"id": "hv70028402", | |
"mag": 1.72, | |
"place": "13km WSW of Volcano, Hawaii", | |
"time": 1517722236940, | |
"updated": 1517722423190, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/hv70028402", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv70028402.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 46, | |
"net": "hv", | |
"code": "70028402", | |
"ids": ",hv70028402,", | |
"sources": ",hv,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 38, | |
"dmin": 0.02977, | |
"rms": 0.14, | |
"gap": 49, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.7 - 13km WSW of Volcano, Hawaii", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-155.3419952, 19.3666668, 27.32] | |
} | |
}, | |
{ | |
"id": "nc72963951", | |
"mag": 2.09, | |
"place": "13km S of Mammoth Lakes, CA", | |
"time": 1517722201890, | |
"updated": 1517723343930, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963951", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963951.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 67, | |
"net": "nc", | |
"code": "72963951", | |
"ids": ",nc72963951,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 25, | |
"dmin": 0.09728, | |
"rms": 0.04, | |
"gap": 205, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 2.1 - 13km S of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9814987, 37.5168343, 1.46] | |
} | |
}, | |
{ | |
"id": "nn00620590", | |
"mag": 1.4, | |
"place": "29km SW of Hawthorne, Nevada", | |
"time": 1517721638279, | |
"updated": 1517758838857, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620590", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620590.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 30, | |
"net": "nn", | |
"code": "00620590", | |
"ids": ",nn00620590,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 28, | |
"dmin": 0.136, | |
"rms": 0.2005, | |
"gap": 63.51, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.4 - 29km SW of Hawthorne, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-118.9021, 38.3741, 8.9]} | |
}, | |
{ | |
"id": "us1000cfjz", | |
"mag": 3.5, | |
"place": "74km WNW of Skagway, Alaska", | |
"time": 1517721454950, | |
"updated": 1517725561040, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfjz", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfjz.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 188, | |
"net": "us", | |
"code": "1000cfjz", | |
"ids": ",ak18320814,us1000cfjz,", | |
"sources": ",ak,us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 0.643, | |
"rms": 1.01, | |
"gap": 84, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 3.5 - 74km WNW of Skagway, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-136.4927, 59.7535, 10]} | |
}, | |
{ | |
"id": "us1000cfju", | |
"mag": 2.4, | |
"place": "14km W of Union City, Oklahoma", | |
"time": 1517720735930, | |
"updated": 1517724103040, | |
"tz": -360, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfju", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfju.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 89, | |
"net": "us", | |
"code": "1000cfju", | |
"ids": ",us1000cfju,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 0.365, | |
"rms": 0.39, | |
"gap": 78, | |
"magType": "mb_lg", | |
"type": "Feature", | |
"title": "M 2.4 - 14km W of Union City, Oklahoma", | |
"geometry": {"type": "Point", "coordinates": [-98.1038, 35.3763, 6.56]} | |
}, | |
{ | |
"id": "hv70028392", | |
"mag": 1.89, | |
"place": "16km S of Fern Acres, Hawaii", | |
"time": 1517720145420, | |
"updated": 1517874111690, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/hv70028392", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv70028392.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 55, | |
"net": "hv", | |
"code": "70028392", | |
"ids": ",hv70028392,", | |
"sources": ",hv,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 45, | |
"dmin": 0.04098, | |
"rms": 0.14, | |
"gap": 168, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.9 - 16km S of Fern Acres, Hawaii", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-155.051, 19.3681667, 6.03] | |
} | |
}, | |
{ | |
"id": "ci38099032", | |
"mag": 0.76, | |
"place": "27km N of Searles Valley, CA", | |
"time": 1517719700840, | |
"updated": 1517878943180, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099032", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099032.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 9, | |
"net": "ci", | |
"code": "38099032", | |
"ids": ",ci38099032,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 10, | |
"dmin": 0.07096, | |
"rms": 0.09, | |
"gap": 181, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.8 - 27km N of Searles Valley, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-117.4251667, 36.0093333, 7.19] | |
} | |
}, | |
{ | |
"id": "ci38099024", | |
"mag": 0.45, | |
"place": "1km NE of Loma Linda, CA", | |
"time": 1517719072740, | |
"updated": 1517878473993, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099024", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099024.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 3, | |
"net": "ci", | |
"code": "38099024", | |
"ids": ",ci38099024,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 20, | |
"dmin": 0.07402, | |
"rms": 0.15, | |
"gap": 76, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.5 - 1km NE of Loma Linda, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-117.2561667, 34.0538333, 15.76] | |
} | |
}, | |
{ | |
"id": "nc72963946", | |
"mag": 0.32, | |
"place": "10km NW of The Geysers, CA", | |
"time": 1517718143960, | |
"updated": 1517719083775, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963946", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963946.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "nc", | |
"code": "72963946", | |
"ids": ",nc72963946,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 9, | |
"dmin": 0.00672, | |
"rms": 0.01, | |
"gap": 110, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.3 - 10km NW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.8421631, 38.8428345, 1.43] | |
} | |
}, | |
{ | |
"id": "uw61366636", | |
"mag": 1.16, | |
"place": "21km NE of Sweet Home, Oregon", | |
"time": 1517717492390, | |
"updated": 1517856638610, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uw61366636", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw61366636.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 21, | |
"net": "uw", | |
"code": "61366636", | |
"ids": ",uw61366636,", | |
"sources": ",uw,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 11, | |
"dmin": 0.1406, | |
"rms": 0.36, | |
"gap": 80, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.2 - 21km NE of Sweet Home, Oregon", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.5415, 44.5318333, 10.26] | |
} | |
}, | |
{ | |
"id": "ak18320787", | |
"mag": 3.5, | |
"place": "282km ESE of Kodiak, Alaska", | |
"time": 1517716834319, | |
"updated": 1517875085040, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18320787", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18320787.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 188, | |
"net": "ak", | |
"code": "18320787", | |
"ids": ",ak18320787,us1000cfjg,", | |
"sources": ",ak,us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.76, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 3.5 - 282km ESE of Kodiak, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-148.5117, 56.3878, 9.6]} | |
}, | |
{ | |
"id": "nc72963931", | |
"mag": 1.59, | |
"place": "6km ESE of Pinnacles, CA", | |
"time": 1517716601730, | |
"updated": 1517721961881, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963931", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963931.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 39, | |
"net": "nc", | |
"code": "72963931", | |
"ids": ",nc72963931,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 15, | |
"dmin": 0.01079, | |
"rms": 0.02, | |
"gap": 71, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.6 - 6km ESE of Pinnacles, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-121.0899963, 36.5066681, 4.91] | |
} | |
}, | |
{ | |
"id": "nc72963936", | |
"mag": 1.22, | |
"place": "19km ENE of Lee Vining, CA", | |
"time": 1517716533030, | |
"updated": 1517869442644, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963936", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963936.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 23, | |
"net": "nc", | |
"code": "72963936", | |
"ids": ",nc72963936,nn00620589,", | |
"sources": ",nc,nn,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 20, | |
"dmin": 0.2766, | |
"rms": 0.06, | |
"gap": 329, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.2 - 19km ENE of Lee Vining, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9263333, 38.0376667, 4.84] | |
} | |
}, | |
{ | |
"id": "ak18320781", | |
"mag": 1.9, | |
"place": "40km ESE of Cape Yakataga, Alaska", | |
"time": 1517716280044, | |
"updated": 1517716726967, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18320781", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18320781.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 56, | |
"net": "ak", | |
"code": "18320781", | |
"ids": ",ak18320781,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.74, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.9 - 40km ESE of Cape Yakataga, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-141.7992, 59.8879, 5.9]} | |
}, | |
{ | |
"id": "ci38099016", | |
"mag": 1.29, | |
"place": "8km NE of Aguanga, CA", | |
"time": 1517716043520, | |
"updated": 1517761849710, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099016", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099016.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 26, | |
"net": "ci", | |
"code": "38099016", | |
"ids": ",ci38099016,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 58, | |
"dmin": 0.0932, | |
"rms": 0.23, | |
"gap": 38, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.3 - 8km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7948333, 33.4853333, 3.4] | |
} | |
}, | |
{ | |
"id": "ci38099008", | |
"mag": 0.39, | |
"place": "9km NE of Aguanga, CA", | |
"time": 1517715844610, | |
"updated": 1517863656001, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099008", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099008.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "ci", | |
"code": "38099008", | |
"ids": ",ci38099008,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 29, | |
"dmin": 0.08246, | |
"rms": 0.16, | |
"gap": 39, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.4 - 9km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7903333, 33.4956667, 5.8] | |
} | |
}, | |
{ | |
"id": "pr2018035001", | |
"mag": 2.19, | |
"place": "12km S of Ponce, Puerto Rico", | |
"time": 1517715630790, | |
"updated": 1517729565301, | |
"tz": -240, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/pr2018035001", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr2018035001.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 74, | |
"net": "pr", | |
"code": "2018035001", | |
"ids": ",pr2018035001,", | |
"sources": ",pr,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 3, | |
"dmin": 0.1469, | |
"rms": 0.17, | |
"gap": 332, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 2.2 - 12km S of Ponce, Puerto Rico", | |
"geometry": {"type": "Point", "coordinates": [-66.6243, 17.897, 7]} | |
}, | |
{ | |
"id": "nc72963926", | |
"mag": 1.16, | |
"place": "7km ENE of San Martin, CA", | |
"time": 1517715578000, | |
"updated": 1517720461827, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963926", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963926.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 21, | |
"net": "nc", | |
"code": "72963926", | |
"ids": ",nc72963926,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 9, | |
"dmin": 0.07706, | |
"rms": 0.02, | |
"gap": 144, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.2 - 7km ENE of San Martin, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-121.5403366, 37.1183319, 2.53] | |
} | |
}, | |
{ | |
"id": "ci38099000", | |
"mag": -0.11, | |
"place": "9km ENE of Aguanga, CA", | |
"time": 1517715408850, | |
"updated": 1517877773082, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38099000", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38099000.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "ci", | |
"code": "38099000", | |
"ids": ",ci38099000,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 13, | |
"dmin": 0.08855, | |
"rms": 0.07, | |
"gap": 123, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M -0.1 - 9km ENE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7843333, 33.4858333, 5.03] | |
} | |
}, | |
{ | |
"id": "nc72963921", | |
"mag": 0.56, | |
"place": "7km NW of The Geysers, CA", | |
"time": 1517715045910, | |
"updated": 1517718962774, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963921", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963921.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 5, | |
"net": "nc", | |
"code": "72963921", | |
"ids": ",nc72963921,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 6, | |
"dmin": 0.003518, | |
"rms": 0.05, | |
"gap": 95, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.6 - 7km NW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.8138351, 38.8253326, 1.65] | |
} | |
}, | |
{ | |
"id": "ci38098992", | |
"mag": 0.02, | |
"place": "9km NE of Aguanga, CA", | |
"time": 1517714717260, | |
"updated": 1517877499607, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098992", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098992.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "ci", | |
"code": "38098992", | |
"ids": ",ci38098992,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 16, | |
"dmin": 0.07909, | |
"rms": 0.1, | |
"gap": 96, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.0 - 9km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7896667, 33.4993333, 6.16] | |
} | |
}, | |
{ | |
"id": "uw61366626", | |
"mag": 0.38, | |
"place": "37km NNE of Amboy, Washington", | |
"time": 1517714509790, | |
"updated": 1517856825970, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uw61366626", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw61366626.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "uw", | |
"code": "61366626", | |
"ids": ",uw61366626,", | |
"sources": ",uw,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 10, | |
"dmin": 0.02086, | |
"rms": 0.1, | |
"gap": 70, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.4 - 37km NNE of Amboy, Washington", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.1943333, 46.1936667, 0.43] | |
} | |
}, | |
{ | |
"id": "nc72963916", | |
"mag": 1.89, | |
"place": "6km N of Pinnacles, CA", | |
"time": 1517714366470, | |
"updated": 1517717223712, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963916", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963916.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 55, | |
"net": "nc", | |
"code": "72963916", | |
"ids": ",nc72963916,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 21, | |
"dmin": 0.0414, | |
"rms": 0.09, | |
"gap": 66, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.9 - 6km N of Pinnacles, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-121.140831, 36.586834, 8.35] | |
} | |
}, | |
{ | |
"id": "us1000cfje", | |
"mag": 2.6, | |
"place": "15km ENE of Enid, Oklahoma", | |
"time": 1517714172650, | |
"updated": 1517874879776, | |
"tz": -360, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfje", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfje.geojson", | |
"felt": 6, | |
"cdi": 3.1, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 106, | |
"net": "us", | |
"code": "1000cfje", | |
"ids": ",us1000cfje,", | |
"sources": ",us,", | |
"types": ",dyfi,geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 0.202, | |
"rms": 0.33, | |
"gap": 24, | |
"magType": "mb_lg", | |
"type": "Feature", | |
"title": "M 2.6 - 15km ENE of Enid, Oklahoma", | |
"geometry": {"type": "Point", "coordinates": [-97.7361, 36.469, 5]} | |
}, | |
{ | |
"id": "ak18319627", | |
"mag": 3.5, | |
"place": "50km ENE of Sterling, Alaska", | |
"time": 1517714019089, | |
"updated": 1517734045719, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18319627", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18319627.geojson", | |
"felt": 5, | |
"cdi": 2.2, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 190, | |
"net": "ak", | |
"code": "18319627", | |
"ids": ",ak18319627,us1000cfjd,", | |
"sources": ",ak,us,", | |
"types": ",dyfi,geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.33, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 3.5 - 50km ENE of Sterling, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-149.9394, 60.7328, 38.1]} | |
}, | |
{ | |
"id": "ak18319624", | |
"mag": 1.6, | |
"place": "80km ENE of Sutton-Alpine, Alaska", | |
"time": 1517713733021, | |
"updated": 1517714170793, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18319624", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18319624.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 39, | |
"net": "ak", | |
"code": "18319624", | |
"ids": ",ak18319624,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.68, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.6 - 80km ENE of Sutton-Alpine, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-147.4355, 62.0685, 30.9]} | |
}, | |
{ | |
"id": "nn00620637", | |
"mag": 0.8, | |
"place": "45km ESE of Bridgeport, California", | |
"time": 1517713324437, | |
"updated": 1517775811277, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620637", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620637.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 10, | |
"net": "nn", | |
"code": "00620637", | |
"ids": ",nn00620637,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 5, | |
"dmin": 0.009, | |
"rms": 0.1282, | |
"gap": 190.59, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.8 - 45km ESE of Bridgeport, California", | |
"geometry": {"type": "Point", "coordinates": [-118.7701, 38.0681, 0]} | |
}, | |
{ | |
"id": "ak18319623", | |
"mag": 3.1, | |
"place": "231km SE of Kodiak, Alaska", | |
"time": 1517713258938, | |
"updated": 1517870655040, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18319623", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18319623.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 148, | |
"net": "ak", | |
"code": "18319623", | |
"ids": ",ak18319623,us1000cfsk,", | |
"sources": ",ak,us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.68, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 3.1 - 231km SE of Kodiak, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-149.3824, 56.3537, 10]} | |
}, | |
{ | |
"id": "ci38098984", | |
"mag": 0.56, | |
"place": "10km NE of Aguanga, CA", | |
"time": 1517712711030, | |
"updated": 1517716027660, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098984", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098984.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 5, | |
"net": "ci", | |
"code": "38098984", | |
"ids": ",ci38098984,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 25, | |
"dmin": 0.07776, | |
"rms": 0.14, | |
"gap": 46, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.6 - 10km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7876667, 33.4998333, 6.37] | |
} | |
}, | |
{ | |
"id": "nc72963906", | |
"mag": 0.03, | |
"place": "3km E of Mammoth Lakes, CA", | |
"time": 1517711422860, | |
"updated": 1517859421994, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963906", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963906.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "nc", | |
"code": "72963906", | |
"ids": ",nc72963906,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 15, | |
"dmin": 0.0291, | |
"rms": 0.05, | |
"gap": 81, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.0 - 3km E of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9403333, 37.6418333, 4.36] | |
} | |
}, | |
{ | |
"id": "pr2018035000", | |
"mag": 2.81, | |
"place": "28km SSW of Esperanza, Puerto Rico", | |
"time": 1517711226620, | |
"updated": 1517719150040, | |
"tz": -240, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/pr2018035000", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr2018035000.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 121, | |
"net": "pr", | |
"code": "2018035000", | |
"ids": ",pr2018035000,us1000cfjc,", | |
"sources": ",pr,us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 11, | |
"dmin": 0.4024, | |
"rms": 0.84, | |
"gap": 327, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 2.8 - 28km SSW of Esperanza, Puerto Rico", | |
"geometry": {"type": "Point", "coordinates": [-65.5075, 17.929, 12]} | |
}, | |
{ | |
"id": "nc72963901", | |
"mag": 0.42, | |
"place": "7km E of Round Valley, CA", | |
"time": 1517711188090, | |
"updated": 1517859121670, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963901", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963901.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 3, | |
"net": "nc", | |
"code": "72963901", | |
"ids": ",nc72963901,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 4, | |
"dmin": 0.06438, | |
"rms": 0.14, | |
"gap": 166, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.4 - 7km E of Round Valley, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.5163333, 37.4056667, 11.12] | |
} | |
}, | |
{ | |
"id": "uu60266802", | |
"mag": 1.07, | |
"place": "12km NE of West Yellowstone, Montana", | |
"time": 1517710361020, | |
"updated": 1517786815290, | |
"tz": -420, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uu60266802", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60266802.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 18, | |
"net": "uu", | |
"code": "60266802", | |
"ids": ",uu60266802,", | |
"sources": ",uu,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 8, | |
"dmin": 0.01923, | |
"rms": 0.06, | |
"gap": 86, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.1 - 12km NE of West Yellowstone, Montana", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-110.9996667, 44.7406667, 6.87] | |
} | |
}, | |
{ | |
"id": "nc72963896", | |
"mag": 2.25, | |
"place": "6km N of Pinnacles, CA", | |
"time": 1517710068900, | |
"updated": 1517713802597, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963896", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963896.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 78, | |
"net": "nc", | |
"code": "72963896", | |
"ids": ",nc72963896,", | |
"sources": ",nc,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 32, | |
"dmin": 0.03848, | |
"rms": 0.08, | |
"gap": 68, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 2.3 - 6km N of Pinnacles, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-121.1448364, 36.5873337, 7.58] | |
} | |
}, | |
{ | |
"id": "nc72963891", | |
"mag": 1.54, | |
"place": "4km E of Mammoth Lakes, CA", | |
"time": 1517709299010, | |
"updated": 1517712903570, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963891", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963891.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 36, | |
"net": "nc", | |
"code": "72963891", | |
"ids": ",nc72963891,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 17, | |
"dmin": 0.02496, | |
"rms": 0.02, | |
"gap": 82, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.5 - 4km E of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9321671, 37.6351662, 5.45] | |
} | |
}, | |
{ | |
"id": "nc72963886", | |
"mag": 1.85, | |
"place": "4km E of Mammoth Lakes, CA", | |
"time": 1517709293410, | |
"updated": 1517711282512, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963886", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963886.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 53, | |
"net": "nc", | |
"code": "72963886", | |
"ids": ",nc72963886,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 12, | |
"dmin": 0.02536, | |
"rms": 0.03, | |
"gap": 83, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.9 - 4km E of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9375, 37.635334, 3.47] | |
} | |
}, | |
{ | |
"id": "ci38098960", | |
"mag": 0.75, | |
"place": "16km SW of La Quinta, CA", | |
"time": 1517709223500, | |
"updated": 1517716030870, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098960", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098960.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 9, | |
"net": "ci", | |
"code": "38098960", | |
"ids": ",ci38098960,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 28, | |
"dmin": 0.02801, | |
"rms": 0.15, | |
"gap": 70, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.8 - 16km SW of La Quinta, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.4128333, 33.5493333, 9.05] | |
} | |
}, | |
{ | |
"id": "ci38098952", | |
"mag": 0.09, | |
"place": "9km NE of Aguanga, CA", | |
"time": 1517708908740, | |
"updated": 1517877179917, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098952", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098952.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "ci", | |
"code": "38098952", | |
"ids": ",ci38098952,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 11, | |
"dmin": 0.08379, | |
"rms": 0.05, | |
"gap": 125, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.1 - 9km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7871667, 33.4925, 4.68] | |
} | |
}, | |
{ | |
"id": "ak18318472", | |
"mag": 1.8, | |
"place": "102km W of Talkeetna, Alaska", | |
"time": 1517708279225, | |
"updated": 1517708826630, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18318472", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18318472.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 50, | |
"net": "ak", | |
"code": "18318472", | |
"ids": ",ak18318472,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.55, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.8 - 102km W of Talkeetna, Alaska", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-152.0542, 62.1653, 103.5] | |
} | |
}, | |
{ | |
"id": "ak18318470", | |
"mag": 2.3, | |
"place": "65km NNE of Redoubt Volcano, Alaska", | |
"time": 1517708182022, | |
"updated": 1517708590840, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18318470", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18318470.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 81, | |
"net": "ak", | |
"code": "18318470", | |
"ids": ",ak18318470,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.58, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.3 - 65km NNE of Redoubt Volcano, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-152.347, 61.036, 107.2]} | |
}, | |
{ | |
"id": "nc72963881", | |
"mag": 0.27, | |
"place": "10km S of Mammoth Lakes, CA", | |
"time": 1517708057550, | |
"updated": 1517859002668, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963881", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963881.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "nc", | |
"code": "72963881", | |
"ids": ",nc72963881,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 8, | |
"dmin": 0.07015, | |
"rms": 0.03, | |
"gap": 274, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.3 - 10km S of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9813333, 37.5445, 4.01] | |
} | |
}, | |
{ | |
"id": "ak18318466", | |
"mag": 1.8, | |
"place": "90km WSW of Cantwell, Alaska", | |
"time": 1517707948308, | |
"updated": 1517708826373, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18318466", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18318466.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 50, | |
"net": "ak", | |
"code": "18318466", | |
"ids": ",ak18318466,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.38, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.8 - 90km WSW of Cantwell, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-150.6468, 63.106, 108.6]} | |
}, | |
{ | |
"id": "hv70028272", | |
"mag": 1.48, | |
"place": "11km SSE of Volcano, Hawaii", | |
"time": 1517707947970, | |
"updated": 1517881989650, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/hv70028272", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv70028272.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 34, | |
"net": "hv", | |
"code": "70028272", | |
"ids": ",hv70028272,", | |
"sources": ",hv,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 41, | |
"dmin": 0.04319, | |
"rms": 0.11, | |
"gap": 79, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.5 - 11km SSE of Volcano, Hawaii", | |
"geometry": {"type": "Point", "coordinates": [-155.1845, 19.3385, 4.98]} | |
}, | |
{ | |
"id": "us1000cfiq", | |
"mag": 4.6, | |
"place": "104km SE of Angoram, Papua New Guinea", | |
"time": 1517707942780, | |
"updated": 1517709214040, | |
"tz": 600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfiq", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfiq.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 326, | |
"net": "us", | |
"code": "1000cfiq", | |
"ids": ",us1000cfiq,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 3.722, | |
"rms": 1.2, | |
"gap": 67, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.6 - 104km SE of Angoram, Papua New Guinea", | |
"geometry": {"type": "Point", "coordinates": [144.7479, -4.7121, 99.29]} | |
}, | |
{ | |
"id": "ci38098936", | |
"mag": 0.32, | |
"place": "8km NE of Aguanga, CA", | |
"time": 1517707910500, | |
"updated": 1517716010972, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098936", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098936.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "ci", | |
"code": "38098936", | |
"ids": ",ci38098936,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 22, | |
"dmin": 0.08914, | |
"rms": 0.2, | |
"gap": 51, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.3 - 8km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7906667, 33.488, 4.53] | |
} | |
}, | |
{ | |
"id": "nc72963876", | |
"mag": 0.89, | |
"place": "4km E of Mammoth Lakes, CA", | |
"time": 1517707893040, | |
"updated": 1517709723004, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963876", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963876.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 12, | |
"net": "nc", | |
"code": "72963876", | |
"ids": ",nc72963876,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 11, | |
"dmin": 0.02676, | |
"rms": 0.01, | |
"gap": 78, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.9 - 4km E of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.93367, 37.637001, 4.97] | |
} | |
}, | |
{ | |
"id": "nc72963871", | |
"mag": 0.1, | |
"place": "4km ENE of Mammoth Lakes, CA", | |
"time": 1517707704590, | |
"updated": 1517858822664, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963871", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963871.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "nc", | |
"code": "72963871", | |
"ids": ",nc72963871,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 11, | |
"dmin": 0.03237, | |
"rms": 0.05, | |
"gap": 124, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.1 - 4km ENE of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9408333, 37.6458333, 3.65] | |
} | |
}, | |
{ | |
"id": "ak18317332", | |
"mag": 1.2, | |
"place": "25km E of Lazy Mountain, Alaska", | |
"time": 1517707138107, | |
"updated": 1517707409225, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18317332", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18317332.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 22, | |
"net": "ak", | |
"code": "18317332", | |
"ids": ",ak18317332,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.43, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.2 - 25km E of Lazy Mountain, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-148.4635, 61.6656, 7.3]} | |
}, | |
{ | |
"id": "us1000cfip", | |
"mag": 4.1, | |
"place": "94km SW of Atka, Alaska", | |
"time": 1517707089380, | |
"updated": 1517708639040, | |
"tz": -720, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfip", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfip.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 259, | |
"net": "us", | |
"code": "1000cfip", | |
"ids": ",us1000cfip,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 0.853, | |
"rms": 0.95, | |
"gap": 200, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.1 - 94km SW of Atka, Alaska", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-175.2378, 51.6434, 44.42] | |
} | |
}, | |
{ | |
"id": "ak18317316", | |
"mag": 1.1, | |
"place": "10km S of Talkeetna, Alaska", | |
"time": 1517706221507, | |
"updated": 1517773293110, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18317316", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18317316.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 19, | |
"net": "ak", | |
"code": "18317316", | |
"ids": ",ak18317316,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.41, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.1 - 10km S of Talkeetna, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-150.1445, 62.2351, 16.6]} | |
}, | |
{ | |
"id": "ci38098912", | |
"mag": 1.37, | |
"place": "2km N of Gardena, CA", | |
"time": 1517706134530, | |
"updated": 1517863447366, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098912", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098912.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 29, | |
"net": "ci", | |
"code": "38098912", | |
"ids": ",ci38098912,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 27, | |
"dmin": 0.02099, | |
"rms": 0.24, | |
"gap": 94, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.4 - 2km N of Gardena, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.3053333, 33.9108333, 18.98] | |
} | |
}, | |
{ | |
"id": "nc72963866", | |
"mag": 0.26, | |
"place": "3km S of Mammoth Lakes, CA", | |
"time": 1517705773910, | |
"updated": 1517858582658, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963866", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963866.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "nc", | |
"code": "72963866", | |
"ids": ",nc72963866,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 16, | |
"dmin": 0.0156, | |
"rms": 0.06, | |
"gap": 161, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.3 - 3km S of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9813333, 37.6096667, 2.57] | |
} | |
}, | |
{ | |
"id": "nc72963861", | |
"mag": 0.35, | |
"place": "4km E of Mammoth Lakes, CA", | |
"time": 1517704590070, | |
"updated": 1517858222652, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963861", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963861.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "nc", | |
"code": "72963861", | |
"ids": ",nc72963861,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 16, | |
"dmin": 0.02363, | |
"rms": 0.07, | |
"gap": 67, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.4 - 4km E of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9366667, 37.6425, 4.99] | |
} | |
}, | |
{ | |
"id": "ci38098888", | |
"mag": 0.7, | |
"place": "8km NE of Aguanga, CA", | |
"time": 1517704393810, | |
"updated": 1517876320790, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098888", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098888.geojson", | |
"felt": 4, | |
"cdi": 2, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 8, | |
"net": "ci", | |
"code": "38098888", | |
"ids": ",ci38098888,", | |
"sources": ",ci,", | |
"types": ",dyfi,focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 28, | |
"dmin": 0.01942, | |
"rms": 0.14, | |
"gap": 68, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.7 - 8km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7933333, 33.4903333, 2.83] | |
} | |
}, | |
{ | |
"id": "nc72963856", | |
"mag": 0.88, | |
"place": "8km WNW of The Geysers, CA", | |
"time": 1517704386240, | |
"updated": 1517707802946, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963856", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963856.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 12, | |
"net": "nc", | |
"code": "72963856", | |
"ids": ",nc72963856,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 10, | |
"dmin": 0.004363, | |
"rms": 0.04, | |
"gap": 77, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.9 - 8km WNW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.8301697, 38.8131676, 0.87] | |
} | |
}, | |
{ | |
"id": "ci38098880", | |
"mag": 1.09, | |
"place": "4km N of Norco, CA", | |
"time": 1517704317300, | |
"updated": 1517716226270, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098880", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098880.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 18, | |
"net": "ci", | |
"code": "38098880", | |
"ids": ",ci38098880,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 29, | |
"dmin": 0.04101, | |
"rms": 0.16, | |
"gap": 45, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.1 - 4km N of Norco, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-117.5483333, 33.965, 4.36] | |
} | |
}, | |
{ | |
"id": "ci38098872", | |
"mag": 0.68, | |
"place": "8km NE of Aguanga, CA", | |
"time": 1517703593360, | |
"updated": 1517716229840, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098872", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098872.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 7, | |
"net": "ci", | |
"code": "38098872", | |
"ids": ",ci38098872,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 28, | |
"dmin": 0.09022, | |
"rms": 0.14, | |
"gap": 67, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.7 - 8km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7945, 33.4886667, 4.67] | |
} | |
}, | |
{ | |
"id": "nc72963851", | |
"mag": 0.58, | |
"place": "10km WNW of Cobb, CA", | |
"time": 1517703184980, | |
"updated": 1517703664719, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963851", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963851.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 5, | |
"net": "nc", | |
"code": "72963851", | |
"ids": ",nc72963851,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 7, | |
"dmin": 0.0148, | |
"rms": 0.02, | |
"gap": 123, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.6 - 10km WNW of Cobb, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.8391647, 38.8465004, 2.74] | |
} | |
}, | |
{ | |
"id": "nc72963846", | |
"mag": 1.08, | |
"place": "6km WNW of Cobb, CA", | |
"time": 1517702924560, | |
"updated": 1517703422713, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963846", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963846.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 18, | |
"net": "nc", | |
"code": "72963846", | |
"ids": ",nc72963846,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 13, | |
"dmin": 0.004983, | |
"rms": 0.03, | |
"gap": 67, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.1 - 6km WNW of Cobb, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.7923355, 38.8336678, 2.19] | |
} | |
}, | |
{ | |
"id": "ci38098864", | |
"mag": 0.39, | |
"place": "9km NE of Aguanga, CA", | |
"time": 1517702885800, | |
"updated": 1517862378612, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098864", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098864.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "ci", | |
"code": "38098864", | |
"ids": ",ci38098864,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 29, | |
"dmin": 0.083, | |
"rms": 0.12, | |
"gap": 47, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.4 - 9km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.788, 33.4938333, 4.97] | |
} | |
}, | |
{ | |
"id": "ak18316174", | |
"mag": 1.1, | |
"place": "23km NE of Fairbanks, Alaska", | |
"time": 1517702862580, | |
"updated": 1517703166345, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18316174", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18316174.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 19, | |
"net": "ak", | |
"code": "18316174", | |
"ids": ",ak18316174,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.94, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.1 - 23km NE of Fairbanks, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-147.3925, 65.0006, 0]} | |
}, | |
{ | |
"id": "us1000cfid", | |
"mag": 4, | |
"place": "260km SE of Kodiak, Alaska", | |
"time": 1517702813120, | |
"updated": 1517703743040, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfid", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfid.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 246, | |
"net": "us", | |
"code": "1000cfid", | |
"ids": ",us1000cfid,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 2.412, | |
"rms": 0.69, | |
"gap": 143, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.0 - 260km SE of Kodiak, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-149.3122, 56.17, 16.95]} | |
}, | |
{ | |
"id": "ci38098856", | |
"mag": 1.88, | |
"place": "8km NE of Aguanga, CA", | |
"time": 1517702708860, | |
"updated": 1517716232770, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098856", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098856.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 54, | |
"net": "ci", | |
"code": "38098856", | |
"ids": ",ci38098856,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 71, | |
"dmin": 0.09549, | |
"rms": 0.21, | |
"gap": 38, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.9 - 8km NE of Aguanga, CA", | |
"geometry": {"type": "Point", "coordinates": [-116.7955, 33.483, 2.63]} | |
}, | |
{ | |
"id": "ak18316170", | |
"mag": 1.6, | |
"place": "52km WNW of Willow, Alaska", | |
"time": 1517702628417, | |
"updated": 1517702862298, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18316170", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18316170.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 39, | |
"net": "ak", | |
"code": "18316170", | |
"ids": ",ak18316170,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.48, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.6 - 52km WNW of Willow, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-150.9269, 61.9526, 15.3]} | |
}, | |
{ | |
"id": "nc72963836", | |
"mag": 0.68, | |
"place": "4km E of Mammoth Lakes, CA", | |
"time": 1517702554300, | |
"updated": 1517705222847, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963836", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963836.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 7, | |
"net": "nc", | |
"code": "72963836", | |
"ids": ",nc72963836,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 8, | |
"dmin": 0.02691, | |
"rms": 0.01, | |
"gap": 102, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.7 - 4km E of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9351654, 37.6356659, 2.75] | |
} | |
}, | |
{ | |
"id": "ci38098848", | |
"mag": 2.4, | |
"place": "8km ENE of Aguanga, CA", | |
"time": 1517702488020, | |
"updated": 1517874872590, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098848", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098848.geojson", | |
"felt": 1, | |
"cdi": 2, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 89, | |
"net": "ci", | |
"code": "38098848", | |
"ids": ",ci38098848,", | |
"sources": ",ci,", | |
"types": ",dyfi,focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 115, | |
"dmin": 0.02669, | |
"rms": 0.22, | |
"gap": 13, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.4 - 8km ENE of Aguanga, CA", | |
"geometry": {"type": "Point", "coordinates": [-116.7975, 33.4798333, 3]} | |
}, | |
{ | |
"id": "us1000cfi1", | |
"mag": 4.5, | |
"place": "73km NNE of Malargue, Argentina", | |
"time": 1517701743160, | |
"updated": 1517702763040, | |
"tz": -180, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfi1", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfi1.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 312, | |
"net": "us", | |
"code": "1000cfi1", | |
"ids": ",us1000cfi1,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 1.306, | |
"rms": 1.13, | |
"gap": 40, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.5 - 73km NNE of Malargue, Argentina", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-69.1974, -34.8831, 169.03] | |
} | |
}, | |
{ | |
"id": "hv70028207", | |
"mag": 1.5, | |
"place": "7km ESE of Pahala, Hawaii", | |
"time": 1517701674250, | |
"updated": 1517869721210, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/hv70028207", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv70028207.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 35, | |
"net": "hv", | |
"code": "70028207", | |
"ids": ",hv70028207,", | |
"sources": ",hv,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 8, | |
"dmin": 0.05114, | |
"rms": 0.05, | |
"gap": 179, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.5 - 7km ESE of Pahala, Hawaii", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-155.4155, 19.1815, 28.97] | |
} | |
}, | |
{ | |
"id": "us1000cfhz", | |
"mag": 3.8, | |
"place": "286km SE of Kodiak, Alaska", | |
"time": 1517701110180, | |
"updated": 1517701988040, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfhz", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfhz.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 222, | |
"net": "us", | |
"code": "1000cfhz", | |
"ids": ",us1000cfhz,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 2.655, | |
"rms": 0.54, | |
"gap": 184, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 3.8 - 286km SE of Kodiak, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-148.594, 56.2717, 19.6]} | |
}, | |
{ | |
"id": "us1000cfhv", | |
"mag": 4.7, | |
"place": "60km ENE of Muara Siberut, Indonesia", | |
"time": 1517700232510, | |
"updated": 1517702216472, | |
"tz": 420, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfhv", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfhv.geojson", | |
"felt": 4, | |
"cdi": 3.2, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 341, | |
"net": "us", | |
"code": "1000cfhv", | |
"ids": ",us1000cfhv,", | |
"sources": ",us,", | |
"types": ",dyfi,geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 2.135, | |
"rms": 0.59, | |
"gap": 186, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.7 - 60km ENE of Muara Siberut, Indonesia", | |
"geometry": {"type": "Point", "coordinates": [99.6884, -1.3392, 45.74]} | |
}, | |
{ | |
"id": "nn00620792", | |
"mag": 0, | |
"place": "17km NNE of Spanish Springs, Nevada", | |
"time": 1517700101386, | |
"updated": 1517868766924, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620792", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620792.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "nn", | |
"code": "00620792", | |
"ids": ",nn00620792,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 3, | |
"dmin": 0.187, | |
"rms": 0.0024, | |
"gap": 194.58, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.0 - 17km NNE of Spanish Springs, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-119.6085, 39.7837, 2.1]} | |
}, | |
{ | |
"id": "uw61366616", | |
"mag": 1.13, | |
"place": "7km N of Friday Harbor, Washington", | |
"time": 1517699921750, | |
"updated": 1517857415710, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uw61366616", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw61366616.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 20, | |
"net": "uw", | |
"code": "61366616", | |
"ids": ",uw61366616,", | |
"sources": ",uw,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 9, | |
"dmin": 0.05746, | |
"rms": 0.28, | |
"gap": 117, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.1 - 7km N of Friday Harbor, Washington", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-123.02, 48.6031667, 16.83] | |
} | |
}, | |
{ | |
"id": "uw60139608", | |
"mag": 0.36, | |
"place": "6km NNW of Friday Harbor, Washington", | |
"time": 1517699911810, | |
"updated": 1517858309970, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uw60139608", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60139608.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "uw", | |
"code": "60139608", | |
"ids": ",uw60139608,", | |
"sources": ",uw,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 5, | |
"dmin": 0.1622, | |
"rms": 0.23, | |
"gap": 82, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.4 - 6km NNW of Friday Harbor, Washington", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-123.0383333, 48.5915, 4.61] | |
} | |
}, | |
{ | |
"id": "nc72963826", | |
"mag": 0.39, | |
"place": "13km SE of Mammoth Lakes, CA", | |
"time": 1517699188270, | |
"updated": 1517854779821, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963826", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963826.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "nc", | |
"code": "72963826", | |
"ids": ",nc72963826,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,", | |
"nst": 14, | |
"dmin": 0.05395, | |
"rms": 0.04, | |
"gap": 248, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.4 - 13km SE of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.8745, 37.5498333, 3.23] | |
} | |
}, | |
{ | |
"id": "ci38098800", | |
"mag": 0.34, | |
"place": "17km ESE of Anza, CA", | |
"time": 1517699025450, | |
"updated": 1517861348691, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098800", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098800.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "ci", | |
"code": "38098800", | |
"ids": ",ci38098800,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 24, | |
"dmin": 0.07309, | |
"rms": 0.14, | |
"gap": 91, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.3 - 17km ESE of Anza, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.5058333, 33.494, 13.98] | |
} | |
}, | |
{ | |
"id": "ci38098792", | |
"mag": 0.74, | |
"place": "4km NNE of Moreno Valley, CA", | |
"time": 1517698869410, | |
"updated": 1517860167852, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098792", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098792.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 8, | |
"net": "ci", | |
"code": "38098792", | |
"ids": ",ci38098792,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 49, | |
"dmin": 0.03797, | |
"rms": 0.18, | |
"gap": 72, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.7 - 4km NNE of Moreno Valley, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-117.2131667, 33.9651667, 13.05] | |
} | |
}, | |
{ | |
"id": "ak18315030", | |
"mag": 1.4, | |
"place": "126km W of Cantwell, Alaska", | |
"time": 1517698715761, | |
"updated": 1517699173255, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18315030", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18315030.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 30, | |
"net": "ak", | |
"code": "18315030", | |
"ids": ",ak18315030,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.37, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.4 - 126km W of Cantwell, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-151.4727, 63.3912, 8.2]} | |
}, | |
{ | |
"id": "us1000cfhr", | |
"mag": 4.2, | |
"place": "42km SW of Padangsidempuan, Indonesia", | |
"time": 1517698244200, | |
"updated": 1517727223402, | |
"tz": 420, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfhr", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfhr.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 271, | |
"net": "us", | |
"code": "1000cfhr", | |
"ids": ",us1000cfhr,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 1.427, | |
"rms": 0.47, | |
"gap": 155, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.2 - 42km SW of Padangsidempuan, Indonesia", | |
"geometry": {"type": "Point", "coordinates": [98.9888, 1.099, 106.01]} | |
}, | |
{ | |
"id": "hv70028182", | |
"mag": 1.44, | |
"place": "27km E of Honaunau-Napoopoo, Hawaii", | |
"time": 1517698241930, | |
"updated": 1517869189630, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/hv70028182", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv70028182.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 32, | |
"net": "hv", | |
"code": "70028182", | |
"ids": ",hv70028182,", | |
"sources": ",hv,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 14, | |
"dmin": 0.0246, | |
"rms": 0.13, | |
"gap": 91, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.4 - 27km E of Honaunau-Napoopoo, Hawaii", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-155.6063333, 19.4273333, -1.22] | |
} | |
}, | |
{ | |
"id": "ak18315028", | |
"mag": 1.7, | |
"place": "19km ENE of Anchorage, Alaska", | |
"time": 1517697858867, | |
"updated": 1517698265157, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18315028", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18315028.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 44, | |
"net": "ak", | |
"code": "18315028", | |
"ids": ",ak18315028,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.35, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.7 - 19km ENE of Anchorage, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-149.5561, 61.2805, 31]} | |
}, | |
{ | |
"id": "ci38098784", | |
"mag": 0.58, | |
"place": "9km NE of Aguanga, CA", | |
"time": 1517697798350, | |
"updated": 1517857961751, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098784", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098784.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 5, | |
"net": "ci", | |
"code": "38098784", | |
"ids": ",ci38098784,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 35, | |
"dmin": 0.07763, | |
"rms": 0.14, | |
"gap": 35, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.6 - 9km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7961667, 33.5051667, 6.27] | |
} | |
}, | |
{ | |
"id": "nn00620791", | |
"mag": 0.6, | |
"place": "1km SSE of East Quincy, California", | |
"time": 1517697657012, | |
"updated": 1517868398291, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620791", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620791.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 6, | |
"net": "nn", | |
"code": "00620791", | |
"ids": ",nn00620791,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 7, | |
"dmin": 0.054, | |
"rms": 0.1074, | |
"gap": 201.08, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.6 - 1km SSE of East Quincy, California", | |
"geometry": {"type": "Point", "coordinates": [-120.8945, 39.9232, 10.4]} | |
}, | |
{ | |
"id": "ci38098776", | |
"mag": 1.09, | |
"place": "25km WNW of Inyokern, CA", | |
"time": 1517697359070, | |
"updated": 1517871089458, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098776", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098776.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 18, | |
"net": "ci", | |
"code": "38098776", | |
"ids": ",ci38098776,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 28, | |
"dmin": 0.1549, | |
"rms": 0.15, | |
"gap": 50, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.1 - 25km WNW of Inyokern, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.0628333, 35.7471667, 0.24] | |
} | |
}, | |
{ | |
"id": "ci38098768", | |
"mag": 0.78, | |
"place": "13km S of Joshua Tree, CA", | |
"time": 1517697157370, | |
"updated": 1517857313697, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098768", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098768.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 9, | |
"net": "ci", | |
"code": "38098768", | |
"ids": ",ci38098768,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 18, | |
"dmin": 0.07882, | |
"rms": 0.13, | |
"gap": 94, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.8 - 13km S of Joshua Tree, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.3195, 34.0163333, 10.58] | |
} | |
}, | |
{ | |
"id": "nn00620790", | |
"mag": 0.1, | |
"place": "16km SSE of Hawthorne, Nevada", | |
"time": 1517697086317, | |
"updated": 1517868025643, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620790", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620790.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "nn", | |
"code": "00620790", | |
"ids": ",nn00620790,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 4, | |
"dmin": 0.141, | |
"rms": 0.0587, | |
"gap": 217.6, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.1 - 16km SSE of Hawthorne, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-118.585, 38.3772, 8.2]} | |
}, | |
{ | |
"id": "ci38098760", | |
"mag": 0.79, | |
"place": "18km NNE of Borrego Springs, CA", | |
"time": 1517696796960, | |
"updated": 1517868227021, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098760", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098760.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 10, | |
"net": "ci", | |
"code": "38098760", | |
"ids": ",ci38098760,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 21, | |
"dmin": 0.1621, | |
"rms": 0.15, | |
"gap": 152, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.8 - 18km NNE of Borrego Springs, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.2958333, 33.4026667, 14.84] | |
} | |
}, | |
{ | |
"id": "nn00620800", | |
"mag": 0.4, | |
"place": "15km SSE of Mogul, Nevada", | |
"time": 1517696571228, | |
"updated": 1517870059973, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620800", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620800.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "nn", | |
"code": "00620800", | |
"ids": ",nn00620800,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 4, | |
"dmin": 0.15, | |
"rms": 0.1225, | |
"gap": 285.92, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.4 - 15km SSE of Mogul, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-119.876, 39.3774, 9.5]} | |
}, | |
{ | |
"id": "nn00620787", | |
"mag": 0.1, | |
"place": "16km SSE of Hawthorne, Nevada", | |
"time": 1517696541784, | |
"updated": 1517867094961, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620787", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620787.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "nn", | |
"code": "00620787", | |
"ids": ",nn00620787,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 4, | |
"dmin": 0.14, | |
"rms": 0.0039, | |
"gap": 214.86, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.1 - 16km SSE of Hawthorne, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-118.5794, 38.3782, 5]} | |
}, | |
{ | |
"id": "ci38098744", | |
"mag": 1.8, | |
"place": "14km SE of Buttonwillow, CA", | |
"time": 1517695206790, | |
"updated": 1517716278126, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098744", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098744.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 50, | |
"net": "ci", | |
"code": "38098744", | |
"ids": ",ci38098744,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 22, | |
"dmin": 0.1852, | |
"rms": 0.2, | |
"gap": 119, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.8 - 14km SE of Buttonwillow, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-119.3448333, 35.3211667, 24.45] | |
} | |
}, | |
{ | |
"id": "ak18315020", | |
"mag": 1.2, | |
"place": "98km NNW of Nikiski, Alaska", | |
"time": 1517695141678, | |
"updated": 1517695968855, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18315020", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18315020.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 22, | |
"net": "ak", | |
"code": "18315020", | |
"ids": ",ak18315020,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.24, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.2 - 98km NNW of Nikiski, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-152.2963, 61.4318, 4.4]} | |
}, | |
{ | |
"id": "ak18315017", | |
"mag": 1.8, | |
"place": "82km N of Nikiski, Alaska", | |
"time": 1517695024418, | |
"updated": 1517695641858, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18315017", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18315017.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 50, | |
"net": "ak", | |
"code": "18315017", | |
"ids": ",ak18315017,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.62, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.8 - 82km N of Nikiski, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-151.5551, 61.4223, 70.6]} | |
}, | |
{ | |
"id": "nc72963816", | |
"mag": 1.46, | |
"place": "4km E of Mammoth Lakes, CA", | |
"time": 1517694760670, | |
"updated": 1517697544512, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963816", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963816.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 33, | |
"net": "nc", | |
"code": "72963816", | |
"ids": ",nc72963816,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 18, | |
"dmin": 0.02798, | |
"rms": 0.03, | |
"gap": 78, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.5 - 4km E of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9351654, 37.6373329, 5.58] | |
} | |
}, | |
{ | |
"id": "uw61366611", | |
"mag": 1.51, | |
"place": "9km SE of Desert Aire, Washington", | |
"time": 1517694740420, | |
"updated": 1517946490480, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uw61366611", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw61366611.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 35, | |
"net": "uw", | |
"code": "61366611", | |
"ids": ",uw61366611,", | |
"sources": ",uw,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 18, | |
"dmin": 0.04977, | |
"rms": 0.08, | |
"gap": 89, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.5 - 9km SE of Desert Aire, Washington", | |
"geometry": {"type": "Point", "coordinates": [-119.8475, 46.608, 6.48]} | |
}, | |
{ | |
"id": "ci38098736", | |
"mag": 1.02, | |
"place": "10km E of Borrego Springs, CA", | |
"time": 1517694739010, | |
"updated": 1517716287127, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098736", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098736.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 16, | |
"net": "ci", | |
"code": "38098736", | |
"ids": ",ci38098736,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 29, | |
"dmin": 0.06821, | |
"rms": 0.2, | |
"gap": 90, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.0 - 10km E of Borrego Springs, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.263, 33.2606667, 8.41] | |
} | |
}, | |
{ | |
"id": "ci38098728", | |
"mag": 1.34, | |
"place": "25km WNW of Inyokern, CA", | |
"time": 1517694697980, | |
"updated": 1517870734600, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098728", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098728.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 28, | |
"net": "ci", | |
"code": "38098728", | |
"ids": ",ci38098728,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 30, | |
"dmin": 0.1554, | |
"rms": 0.14, | |
"gap": 50, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.3 - 25km WNW of Inyokern, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.0615, 35.7453333, 0.81] | |
} | |
}, | |
{ | |
"id": "nm60215411", | |
"mag": 1.93, | |
"place": "11km ENE of Malden, Missouri", | |
"time": 1517694622630, | |
"updated": 1517700618270, | |
"tz": -360, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nm60215411", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nm60215411.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 57, | |
"net": "nm", | |
"code": "60215411", | |
"ids": ",nm60215411,", | |
"sources": ",nm,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 14, | |
"dmin": 0.07045, | |
"rms": 0.02, | |
"gap": 67, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.9 - 11km ENE of Malden, Missouri", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-89.8403333, 36.5846667, 4.91] | |
} | |
}, | |
{ | |
"id": "nc72963811", | |
"mag": 0.72, | |
"place": "13km E of Mammoth Lakes, CA", | |
"time": 1517694114150, | |
"updated": 1517853783623, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963811", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963811.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 8, | |
"net": "nc", | |
"code": "72963811", | |
"ids": ",nc72963811,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 17, | |
"dmin": 0.006699, | |
"rms": 0.04, | |
"gap": 92, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.7 - 13km E of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.8288333, 37.6336667, 7.16] | |
} | |
}, | |
{ | |
"id": "uw61366601", | |
"mag": 0.64, | |
"place": "26km NNW of Packwood, Washington", | |
"time": 1517693731560, | |
"updated": 1517858529150, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uw61366601", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw61366601.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 6, | |
"net": "uw", | |
"code": "61366601", | |
"ids": ",uw61366601,", | |
"sources": ",uw,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 8, | |
"dmin": 0.02215, | |
"rms": 0.05, | |
"gap": 100, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.6 - 26km NNW of Packwood, Washington", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-121.7646667, 46.8398333, 0.16] | |
} | |
}, | |
{ | |
"id": "nn00620547", | |
"mag": 1.4, | |
"place": "7km N of Truckee, California", | |
"time": 1517693428885, | |
"updated": 1517945145798, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620547", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620547.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 30, | |
"net": "nn", | |
"code": "00620547", | |
"ids": ",nn00620547,", | |
"sources": ",nn,", | |
"types": ",focal-mechanism,geoserve,origin,phase-data,", | |
"nst": 27, | |
"dmin": 0.103, | |
"rms": 0.1829, | |
"gap": 46.56, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.4 - 7km N of Truckee, California", | |
"geometry": {"type": "Point", "coordinates": [-120.1853, 39.3934, 11.1]} | |
}, | |
{ | |
"id": "nn00620788", | |
"mag": -0.1, | |
"place": "47km E of Beatty, Nevada", | |
"time": 1517692808397, | |
"updated": 1517867654583, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620788", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620788.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "nn", | |
"code": "00620788", | |
"ids": ",nn00620788,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 7, | |
"dmin": 0.048, | |
"rms": 0.0994, | |
"gap": 141.01, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M -0.1 - 47km E of Beatty, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-116.229, 36.8573, 5]} | |
}, | |
{ | |
"id": "nn00620588", | |
"mag": 0.8, | |
"place": "64km SSW of Alamo, Nevada", | |
"time": 1517692445779, | |
"updated": 1517711001360, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620588", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620588.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 10, | |
"net": "nn", | |
"code": "00620588", | |
"ids": ",nn00620588,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 5, | |
"dmin": 0.34, | |
"rms": 0.1262, | |
"gap": 214.27, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.8 - 64km SSW of Alamo, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-115.3498, 36.8069, 0]} | |
}, | |
{ | |
"id": "ak18313887", | |
"mag": 0.9, | |
"place": "56km ENE of Cantwell, Alaska", | |
"time": 1517692292046, | |
"updated": 1517699594643, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18313887", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18313887.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 12, | |
"net": "ak", | |
"code": "18313887", | |
"ids": ",ak18313887,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.76, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.9 - 56km ENE of Cantwell, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-147.8434, 63.5045, 5]} | |
}, | |
{ | |
"id": "ci38098712", | |
"mag": 0.04, | |
"place": "9km NE of Aguanga, CA", | |
"time": 1517692148310, | |
"updated": 1517867602721, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098712", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098712.geojson", | |
"felt": 1, | |
"cdi": 2, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "ci", | |
"code": "38098712", | |
"ids": ",ci38098712,", | |
"sources": ",ci,", | |
"types": ",dyfi,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 11, | |
"dmin": 0.08938, | |
"rms": 0.11, | |
"gap": 214, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.0 - 9km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7898333, 33.4873333, 4.48] | |
} | |
}, | |
{ | |
"id": "nn00620587", | |
"mag": 0.8, | |
"place": "18km SSE of Gardnerville Ranchos, Nevada", | |
"time": 1517691731985, | |
"updated": 1517710995326, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620587", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620587.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 10, | |
"net": "nn", | |
"code": "00620587", | |
"ids": ",nn00620587,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 8, | |
"dmin": 0.3, | |
"rms": 0.076, | |
"gap": 172.01, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.8 - 18km SSE of Gardnerville Ranchos, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-119.6899, 38.7301, 13.4]} | |
}, | |
{ | |
"id": "ak18313884", | |
"mag": 1.5, | |
"place": "54km W of Cantwell, Alaska", | |
"time": 1517689846509, | |
"updated": 1517690141539, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18313884", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18313884.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 35, | |
"net": "ak", | |
"code": "18313884", | |
"ids": ",ak18313884,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.5, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.5 - 54km W of Cantwell, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-150.0452, 63.3894, 9.5]} | |
}, | |
{ | |
"id": "ci38098704", | |
"mag": 2.41, | |
"place": "6km SSE of Brawley, CA", | |
"time": 1517689781450, | |
"updated": 1517866701350, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098704", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098704.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 89, | |
"net": "ci", | |
"code": "38098704", | |
"ids": ",ci38098704,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 51, | |
"dmin": 0.04701, | |
"rms": 0.3, | |
"gap": 74, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.4 - 6km SSE of Brawley, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-115.5121667, 32.9248333, 8.04] | |
} | |
}, | |
{ | |
"id": "ci38098696", | |
"mag": 0.52, | |
"place": "4km ENE of Banning, CA", | |
"time": 1517689688010, | |
"updated": 1517857014670, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098696", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098696.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 4, | |
"net": "ci", | |
"code": "38098696", | |
"ids": ",ci38098696,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 30, | |
"dmin": 0.1034, | |
"rms": 0.18, | |
"gap": 61, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.5 - 4km ENE of Banning, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.833, 33.9336667, 4.08] | |
} | |
}, | |
{ | |
"id": "ci38098688", | |
"mag": 2.47, | |
"place": "6km SSE of Brawley, CA", | |
"time": 1517689111800, | |
"updated": 1517855741980, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098688", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098688.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 94, | |
"net": "ci", | |
"code": "38098688", | |
"ids": ",ci38098688,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 46, | |
"dmin": 0.04416, | |
"rms": 0.3, | |
"gap": 73, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.5 - 6km SSE of Brawley, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-115.5151667, 32.9235, 7.81] | |
} | |
}, | |
{ | |
"id": "nc72963796", | |
"mag": 0.47, | |
"place": "13km S of Mammoth Lakes, CA", | |
"time": 1517688527440, | |
"updated": 1517855342816, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963796", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963796.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 3, | |
"net": "nc", | |
"code": "72963796", | |
"ids": ",nc72963796,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 14, | |
"dmin": 0.09075, | |
"rms": 0.08, | |
"gap": 105, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.5 - 13km S of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9811667, 37.5235, 1.52] | |
} | |
}, | |
{ | |
"id": "ak18313874", | |
"mag": 1.6, | |
"place": "43km NE of Sutton-Alpine, Alaska", | |
"time": 1517687928967, | |
"updated": 1517688328536, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18313874", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18313874.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 39, | |
"net": "ak", | |
"code": "18313874", | |
"ids": ",ak18313874,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.65, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.6 - 43km NE of Sutton-Alpine, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-148.2302, 62.0561, 31.5]} | |
}, | |
{ | |
"id": "ci38098680", | |
"mag": 0.4, | |
"place": "7km N of Glendora, CA", | |
"time": 1517687819220, | |
"updated": 1517853906309, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098680", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098680.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "ci", | |
"code": "38098680", | |
"ids": ",ci38098680,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 9, | |
"dmin": 0.03488, | |
"rms": 0.11, | |
"gap": 154, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.4 - 7km N of Glendora, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-117.8628333, 34.2013333, 2.33] | |
} | |
}, | |
{ | |
"id": "ci38098664", | |
"mag": 1.65, | |
"place": "20km WNW of Progreso, B.C., MX", | |
"time": 1517687632550, | |
"updated": 1517853691297, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098664", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098664.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 42, | |
"net": "ci", | |
"code": "38098664", | |
"ids": ",ci38098664,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 25, | |
"dmin": 0.04384, | |
"rms": 0.22, | |
"gap": 105, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.7 - 20km WNW of Progreso, B.C., MX", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-115.7783333, 32.6481667, 9.18] | |
} | |
}, | |
{ | |
"id": "ci38098656", | |
"mag": 0.98, | |
"place": "10km NE of Borrego Springs, CA", | |
"time": 1517686810070, | |
"updated": 1517716392137, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098656", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098656.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 15, | |
"net": "ci", | |
"code": "38098656", | |
"ids": ",ci38098656,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 36, | |
"dmin": 0.1123, | |
"rms": 0.24, | |
"gap": 59, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.0 - 10km NE of Borrego Springs, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.3016667, 33.3255, 9.01] | |
} | |
}, | |
{ | |
"id": "ak18313873", | |
"mag": 1.2, | |
"place": "39km NNW of Valdez, Alaska", | |
"time": 1517686697455, | |
"updated": 1517699035449, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18313873", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18313873.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 22, | |
"net": "ak", | |
"code": "18313873", | |
"ids": ",ak18313873,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.22, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.2 - 39km NNW of Valdez, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-146.7332, 61.4379, 27.9]} | |
}, | |
{ | |
"id": "us1000cffx", | |
"mag": 4.8, | |
"place": "22km NNE of Hualian, Taiwan", | |
"time": 1517686256700, | |
"updated": 1517754180122, | |
"tz": 480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cffx", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cffx.geojson", | |
"felt": 1, | |
"cdi": 3.4, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 355, | |
"net": "us", | |
"code": "1000cffx", | |
"ids": ",us1000cffx,", | |
"sources": ",us,", | |
"types": ",dyfi,geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 0.124, | |
"rms": 0.65, | |
"gap": 74, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.8 - 22km NNE of Hualian, Taiwan", | |
"geometry": {"type": "Point", "coordinates": [121.7284, 24.1489, 9.35]} | |
}, | |
{ | |
"id": "uu60266787", | |
"mag": 1.43, | |
"place": "18km W of Garland, Utah", | |
"time": 1517686126170, | |
"updated": 1517784997330, | |
"tz": -420, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uu60266787", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60266787.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 31, | |
"net": "uu", | |
"code": "60266787", | |
"ids": ",uu60266787,", | |
"sources": ",uu,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 12, | |
"dmin": 0.1072, | |
"rms": 0.15, | |
"gap": 106, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.4 - 18km W of Garland, Utah", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-112.3836667, 41.7638333, 7] | |
} | |
}, | |
{ | |
"id": "nc72963786", | |
"mag": 0.68, | |
"place": "4km E of Mammoth Lakes, CA", | |
"time": 1517685389970, | |
"updated": 1517686863379, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963786", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963786.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 7, | |
"net": "nc", | |
"code": "72963786", | |
"ids": ",nc72963786,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 9, | |
"dmin": 0.02366, | |
"rms": 0.02, | |
"gap": 106, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.7 - 4km E of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9388351, 37.6339989, 3.45] | |
} | |
}, | |
{ | |
"id": "nc72963781", | |
"mag": 0.95, | |
"place": "10km WNW of The Geysers, CA", | |
"time": 1517685319200, | |
"updated": 1517686203585, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963781", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963781.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 14, | |
"net": "nc", | |
"code": "72963781", | |
"ids": ",nc72963781,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 14, | |
"dmin": 0.003437, | |
"rms": 0.03, | |
"gap": 64, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.0 - 10km WNW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.8541641, 38.8248329, 2.37] | |
} | |
}, | |
{ | |
"id": "ci38098640", | |
"mag": 2.71, | |
"place": "104km ESE of Maneadero, B.C., MX", | |
"time": 1517684984880, | |
"updated": 1517866071332, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098640", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098640.geojson", | |
"felt": 3, | |
"cdi": 2, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 114, | |
"net": "ci", | |
"code": "38098640", | |
"ids": ",ci38098640,", | |
"sources": ",ci,", | |
"types": ",dyfi,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 4, | |
"dmin": 0.2062, | |
"rms": 0.08, | |
"gap": 199, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.7 - 104km ESE of Maneadero, B.C., MX", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-115.6168333, 31.2425, 9.49] | |
} | |
}, | |
{ | |
"id": "pr2018034007", | |
"mag": 3.07, | |
"place": "58km SE of Punta Cana, Dominican Republic", | |
"time": 1517684890170, | |
"updated": 1517704393806, | |
"tz": -300, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/pr2018034007", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr2018034007.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 145, | |
"net": "pr", | |
"code": "2018034007", | |
"ids": ",pr2018034007,", | |
"sources": ",pr,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 4, | |
"dmin": 0.9807, | |
"rms": 0.31, | |
"gap": 198, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 3.1 - 58km SE of Punta Cana, Dominican Republic", | |
"geometry": {"type": "Point", "coordinates": [-68.0801, 18.1481, 98]} | |
}, | |
{ | |
"id": "ci38098632", | |
"mag": 0.39, | |
"place": "10km NE of Aguanga, CA", | |
"time": 1517684743220, | |
"updated": 1517853419270, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098632", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098632.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "ci", | |
"code": "38098632", | |
"ids": ",ci38098632,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 22, | |
"dmin": 0.07779, | |
"rms": 0.11, | |
"gap": 38, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.4 - 10km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7845, 33.4981667, 6.14] | |
} | |
}, | |
{ | |
"id": "ci38098616", | |
"mag": 0.95, | |
"place": "8km E of Coso Junction, CA", | |
"time": 1517684541420, | |
"updated": 1517716428142, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098616", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098616.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 14, | |
"net": "ci", | |
"code": "38098616", | |
"ids": ",ci38098616,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 16, | |
"dmin": 0.0422, | |
"rms": 0.11, | |
"gap": 130, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.0 - 8km E of Coso Junction, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-117.8553333, 36.039, 2.29] | |
} | |
}, | |
{ | |
"id": "nc72963776", | |
"mag": 0.88, | |
"place": "7km NW of The Geysers, CA", | |
"time": 1517684175690, | |
"updated": 1517684643309, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963776", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963776.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 12, | |
"net": "nc", | |
"code": "72963776", | |
"ids": ",nc72963776,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 8, | |
"dmin": 0.008716, | |
"rms": 0.03, | |
"gap": 112, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.9 - 7km NW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.8241653, 38.8166656, 3.27] | |
} | |
}, | |
{ | |
"id": "ak18313868", | |
"mag": 2, | |
"place": "30km NW of Valdez, Alaska", | |
"time": 1517683980480, | |
"updated": 1517684434662, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18313868", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18313868.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 62, | |
"net": "ak", | |
"code": "18313868", | |
"ids": ",ak18313868,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.93, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.0 - 30km NW of Valdez, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-146.8098, 61.2955, 13]} | |
}, | |
{ | |
"id": "nc72963766", | |
"mag": 0.56, | |
"place": "7km W of Cobb, CA", | |
"time": 1517683751850, | |
"updated": 1517684224298, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963766", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963766.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 5, | |
"net": "nc", | |
"code": "72963766", | |
"ids": ",nc72963766,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 7, | |
"dmin": 0.009915, | |
"rms": 0.01, | |
"gap": 124, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.6 - 7km W of Cobb, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.8078308, 38.833168, 0.58] | |
} | |
}, | |
{ | |
"id": "ak18313867", | |
"mag": 1.7, | |
"place": "72km WSW of Cape Yakataga, Alaska", | |
"time": 1517683580416, | |
"updated": 1517683768662, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18313867", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18313867.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 44, | |
"net": "ak", | |
"code": "18313867", | |
"ids": ",ak18313867,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.95, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.7 - 72km WSW of Cape Yakataga, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-143.6463, 59.8338, 43.1]} | |
}, | |
{ | |
"id": "nc72963761", | |
"mag": 1.13, | |
"place": "2km SW of Cobb, CA", | |
"time": 1517682863570, | |
"updated": 1517689623232, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963761", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963761.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 20, | |
"net": "nc", | |
"code": "72963761", | |
"ids": ",nc72963761,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 8, | |
"dmin": 0.01453, | |
"rms": 0.01, | |
"gap": 79, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.1 - 2km SW of Cobb, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.7411652, 38.8050003, 1.25] | |
} | |
}, | |
{ | |
"id": "nc72963756", | |
"mag": 1.48, | |
"place": "4km SSE of San Ardo, CA", | |
"time": 1517682754650, | |
"updated": 1517687943180, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963756", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963756.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 34, | |
"net": "nc", | |
"code": "72963756", | |
"ids": ",nc72963756,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 17, | |
"dmin": 0.03482, | |
"rms": 0.04, | |
"gap": 100, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.5 - 4km SSE of San Ardo, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-120.8911667, 35.9900017, 12.1] | |
} | |
}, | |
{ | |
"id": "nc72963746", | |
"mag": 0.32, | |
"place": "10km WNW of The Geysers, CA", | |
"time": 1517682554340, | |
"updated": 1517684642309, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963746", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963746.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "nc", | |
"code": "72963746", | |
"ids": ",nc72963746,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 4, | |
"dmin": 0.02439, | |
"rms": 0, | |
"gap": 169, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.3 - 10km WNW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.8615036, 38.8101654, 1.64] | |
} | |
}, | |
{ | |
"id": "us1000cff4", | |
"mag": 4.7, | |
"place": "9km SE of Manay, Philippines", | |
"time": 1517682538520, | |
"updated": 1517932708040, | |
"tz": 480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cff4", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cff4.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 340, | |
"net": "us", | |
"code": "1000cff4", | |
"ids": ",us1000cff4,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 6.398, | |
"rms": 0.89, | |
"gap": 81, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.7 - 9km SE of Manay, Philippines", | |
"geometry": {"type": "Point", "coordinates": [126.6065, 7.168, 76.31]} | |
}, | |
{ | |
"id": "us1000cfey", | |
"mag": 2.4, | |
"place": "19km WSW of Enid, Oklahoma", | |
"time": 1517682298200, | |
"updated": 1517932216040, | |
"tz": -360, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfey", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfey.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 89, | |
"net": "us", | |
"code": "1000cfey", | |
"ids": ",us1000cfey,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 0.17, | |
"rms": 0.89, | |
"gap": 58, | |
"magType": "mb_lg", | |
"type": "Feature", | |
"title": "M 2.4 - 19km WSW of Enid, Oklahoma", | |
"geometry": {"type": "Point", "coordinates": [-98.0947, 36.3594, 16.25]} | |
}, | |
{ | |
"id": "ak18313863", | |
"mag": 0.9, | |
"place": "29km SW of Ester, Alaska", | |
"time": 1517682053614, | |
"updated": 1517682336470, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18313863", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18313863.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 12, | |
"net": "ak", | |
"code": "18313863", | |
"ids": ",ak18313863,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.4, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.9 - 29km SW of Ester, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-148.3834, 64.6294, 15.2]} | |
}, | |
{ | |
"id": "nc72963741", | |
"mag": 1.06, | |
"place": "7km WNW of The Geysers, CA", | |
"time": 1517681216810, | |
"updated": 1517683144260, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963741", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963741.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 17, | |
"net": "nc", | |
"code": "72963741", | |
"ids": ",nc72963741,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 12, | |
"dmin": 0.003444, | |
"rms": 0.03, | |
"gap": 68, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.1 - 7km WNW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.8273315, 38.8120003, 1.79] | |
} | |
}, | |
{ | |
"id": "hv70027992", | |
"mag": 1.83, | |
"place": "4km W of Pahala, Hawaii", | |
"time": 1517680839440, | |
"updated": 1517681022090, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/hv70027992", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/hv70027992.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 52, | |
"net": "hv", | |
"code": "70027992", | |
"ids": ",hv70027992,", | |
"sources": ",hv,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 25, | |
"dmin": 0.05594, | |
"rms": 0.17, | |
"gap": 139, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.8 - 4km W of Pahala, Hawaii", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-155.5269928, 19.1988335, 34.38] | |
} | |
}, | |
{ | |
"id": "nn00620586", | |
"mag": 1.9, | |
"place": "66km NE of Eureka, Nevada", | |
"time": 1517680830051, | |
"updated": 1517710797167, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620586", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620586.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 56, | |
"net": "nn", | |
"code": "00620586", | |
"ids": ",nn00620586,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 5, | |
"dmin": 0.785, | |
"rms": 0.3516, | |
"gap": 105.89, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.9 - 66km NE of Eureka, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-115.4651, 39.9793, 0]} | |
}, | |
{ | |
"id": "us1000cfel", | |
"mag": 4.2, | |
"place": "248km SE of Kodiak, Alaska", | |
"time": 1517680418910, | |
"updated": 1517932012040, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfel", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfel.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 271, | |
"net": "us", | |
"code": "1000cfel", | |
"ids": ",us1000cfel,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 2.173, | |
"rms": 0.61, | |
"gap": 151, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.2 - 248km SE of Kodiak, Alaska", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-150.1174, 55.9413, 13.69] | |
} | |
}, | |
{ | |
"id": "nn00620585", | |
"mag": 0.1, | |
"place": "25km SSW of Hawthorne, Nevada", | |
"time": 1517680037890, | |
"updated": 1517710605466, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620585", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620585.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "nn", | |
"code": "00620585", | |
"ids": ",nn00620585,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 4, | |
"dmin": 0.214, | |
"rms": 0.0912, | |
"gap": 208.26, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.1 - 25km SSW of Hawthorne, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-118.762, 38.3223, 9.4]} | |
}, | |
{ | |
"id": "nn00620584", | |
"mag": 0.2, | |
"place": "27km S of Hawthorne, Nevada", | |
"time": 1517679943233, | |
"updated": 1517710420119, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620584", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620584.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "nn", | |
"code": "00620584", | |
"ids": ",nn00620584,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 5, | |
"dmin": 0.136, | |
"rms": 0.0604, | |
"gap": 216.64, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.2 - 27km S of Hawthorne, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-118.6755, 38.2764, 7.9]} | |
}, | |
{ | |
"id": "nn00620583", | |
"mag": 0.6, | |
"place": "32km E of Bridgeport, California", | |
"time": 1517679574940, | |
"updated": 1517710235899, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620583", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620583.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 6, | |
"net": "nn", | |
"code": "00620583", | |
"ids": ",nn00620583,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 7, | |
"dmin": 0.263, | |
"rms": 0.1083, | |
"gap": 156.77, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.6 - 32km E of Bridgeport, California", | |
"geometry": {"type": "Point", "coordinates": [-118.8589, 38.2355, 14.2]} | |
}, | |
{ | |
"id": "nc72963736", | |
"mag": 0.4, | |
"place": "4km E of Mammoth Lakes, CA", | |
"time": 1517679214530, | |
"updated": 1517854803799, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963736", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963736.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "nc", | |
"code": "72963736", | |
"ids": ",nc72963736,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 21, | |
"dmin": 0.02654, | |
"rms": 0.05, | |
"gap": 73, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.4 - 4km E of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9373333, 37.6368333, 5.2] | |
} | |
}, | |
{ | |
"id": "ci38098600", | |
"mag": 0.7, | |
"place": "9km NE of Aguanga, CA", | |
"time": 1517679143970, | |
"updated": 1517853070237, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098600", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098600.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 8, | |
"net": "ci", | |
"code": "38098600", | |
"ids": ",ci38098600,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 31, | |
"dmin": 0.08721, | |
"rms": 0.16, | |
"gap": 38, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.7 - 9km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7855, 33.4878333, 6.84] | |
} | |
}, | |
{ | |
"id": "nn00620575", | |
"mag": -0.2, | |
"place": "17km S of Hawthorne, Nevada", | |
"time": 1517679134556, | |
"updated": 1517704142738, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620575", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620575.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "nn", | |
"code": "00620575", | |
"ids": ",nn00620575,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 4, | |
"dmin": 0.141, | |
"rms": 0.0658, | |
"gap": 223.22, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M -0.2 - 17km S of Hawthorne, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-118.5959, 38.3723, 9.5]} | |
}, | |
{ | |
"id": "us1000cfe4", | |
"mag": 3.9, | |
"place": "261km SE of Kodiak, Alaska", | |
"time": 1517678792460, | |
"updated": 1517930868040, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfe4", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfe4.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 234, | |
"net": "us", | |
"code": "1000cfe4", | |
"ids": ",us1000cfe4,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 2.421, | |
"rms": 1.19, | |
"gap": 147, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 3.9 - 261km SE of Kodiak, Alaska", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-149.1538, 56.2548, 23.39] | |
} | |
}, | |
{ | |
"id": "nn00620581", | |
"mag": 0.9, | |
"place": "19km NE of Boulder City, Nevada", | |
"time": 1517678651788, | |
"updated": 1517709864331, | |
"tz": -420, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620581", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620581.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 12, | |
"net": "nn", | |
"code": "00620581", | |
"ids": ",nn00620581,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 4, | |
"dmin": 0.291, | |
"rms": 0.0979, | |
"gap": 244.95, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.9 - 19km NE of Boulder City, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-114.6723, 36.0927, 11.7]} | |
}, | |
{ | |
"id": "nn00620574", | |
"mag": 0.7, | |
"place": "24km SSW of Hawthorne, Nevada", | |
"time": 1517678470929, | |
"updated": 1517703773341, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620574", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620574.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 8, | |
"net": "nn", | |
"code": "00620574", | |
"ids": ",nn00620574,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 3, | |
"dmin": 0.202, | |
"rms": 0.0885, | |
"gap": 278.24, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.7 - 24km SSW of Hawthorne, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-118.7436, 38.3252, 10.6]} | |
}, | |
{ | |
"id": "nn00620573", | |
"mag": 0.1, | |
"place": "16km S of Hawthorne, Nevada", | |
"time": 1517678398216, | |
"updated": 1517703772846, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620573", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620573.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "nn", | |
"code": "00620573", | |
"ids": ",nn00620573,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 5, | |
"dmin": 0.147, | |
"rms": 0.0974, | |
"gap": 194.11, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.1 - 16km S of Hawthorne, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-118.5983, 38.378, 7.2]} | |
}, | |
{ | |
"id": "nn00620572", | |
"mag": 0.4, | |
"place": "25km SSW of Hawthorne, Nevada", | |
"time": 1517678173694, | |
"updated": 1517703588101, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620572", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620572.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "nn", | |
"code": "00620572", | |
"ids": ",nn00620572,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 5, | |
"dmin": 0.215, | |
"rms": 0.0771, | |
"gap": 239.96, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.4 - 25km SSW of Hawthorne, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-118.7628, 38.3227, 8.3]} | |
}, | |
{ | |
"id": "nn00620571", | |
"mag": 0, | |
"place": "16km S of Hawthorne, Nevada", | |
"time": 1517678133692, | |
"updated": 1517703403066, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620571", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620571.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "nn", | |
"code": "00620571", | |
"ids": ",nn00620571,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 4, | |
"dmin": 0.147, | |
"rms": 0.087, | |
"gap": 227.09, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.0 - 16km S of Hawthorne, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-118.6057, 38.3748, 10.1]} | |
}, | |
{ | |
"id": "nc72963731", | |
"mag": 0.51, | |
"place": "13km S of Mammoth Lakes, CA", | |
"time": 1517677696170, | |
"updated": 1517857202893, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963731", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963731.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 4, | |
"net": "nc", | |
"code": "72963731", | |
"ids": ",nc72963731,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 14, | |
"dmin": 0.09126, | |
"rms": 0.1, | |
"gap": 167, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.5 - 13km S of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9823333, 37.5228333, 2.05] | |
} | |
}, | |
{ | |
"id": "nn00620580", | |
"mag": 0.6, | |
"place": "52km SSW of Goldfield, Nevada", | |
"time": 1517677579666, | |
"updated": 1517862848016, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620580", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620580.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 6, | |
"net": "nn", | |
"code": "00620580", | |
"ids": ",nn00620580,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 4, | |
"dmin": 0.338, | |
"rms": 0.1963, | |
"gap": 182.81, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.6 - 52km SSW of Goldfield, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-117.5551, 37.3062, 0]} | |
}, | |
{ | |
"id": "ak18312719", | |
"mag": 3.1, | |
"place": "75km ESE of Old Iliamna, Alaska", | |
"time": 1517677402186, | |
"updated": 1517930266040, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18312719", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18312719.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 148, | |
"net": "ak", | |
"code": "18312719", | |
"ids": ",ak18312719,us1000cfdv,", | |
"sources": ",ak,us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.81, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 3.1 - 75km ESE of Old Iliamna, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-153.8432, 59.3833, 8.7]} | |
}, | |
{ | |
"id": "ak18312714", | |
"mag": 1.6, | |
"place": "31km SSE of Anchorage, Alaska", | |
"time": 1517676990172, | |
"updated": 1517677384044, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18312714", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18312714.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 39, | |
"net": "ak", | |
"code": "18312714", | |
"ids": ",ak18312714,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.7, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.6 - 31km SSE of Anchorage, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-149.5877, 60.9821, 19.9]} | |
}, | |
{ | |
"id": "uw61366581", | |
"mag": 1.23, | |
"place": "25km SSE of Buckley, Washington", | |
"time": 1517676434150, | |
"updated": 1517945433590, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uw61366581", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw61366581.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 23, | |
"net": "uw", | |
"code": "61366581", | |
"ids": ",uw61366581,", | |
"sources": ",uw,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 18, | |
"dmin": 0.04969, | |
"rms": 0.08, | |
"gap": 82, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.2 - 25km SSE of Buckley, Washington", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-121.9026667, 46.9523333, 13.12] | |
} | |
}, | |
{ | |
"id": "nn00620570", | |
"mag": 0.1, | |
"place": "16km S of Hawthorne, Nevada", | |
"time": 1517676313763, | |
"updated": 1517703217105, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620570", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620570.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "nn", | |
"code": "00620570", | |
"ids": ",nn00620570,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 4, | |
"dmin": 0.142, | |
"rms": 0.0823, | |
"gap": 222.69, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.1 - 16km S of Hawthorne, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-118.5953, 38.3741, 9.2]} | |
}, | |
{ | |
"id": "ci38098576", | |
"mag": 0.63, | |
"place": "10km NE of Aguanga, CA", | |
"time": 1517675816910, | |
"updated": 1517852166168, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098576", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098576.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 6, | |
"net": "ci", | |
"code": "38098576", | |
"ids": ",ci38098576,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 28, | |
"dmin": 0.07139, | |
"rms": 0.11, | |
"gap": 38, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.6 - 10km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7961667, 33.5135, 5.68] | |
} | |
}, | |
{ | |
"id": "ak18311587", | |
"mag": 3.8, | |
"place": "257km SE of Kodiak, Alaska", | |
"time": 1517675728532, | |
"updated": 1517677277453, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18311587", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18311587.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 222, | |
"net": "ak", | |
"code": "18311587", | |
"ids": ",ak18311587,us1000cfdf,", | |
"sources": ",ak,us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.9, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 3.8 - 257km SE of Kodiak, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-149.1785, 56.2313, 6.2]} | |
}, | |
{ | |
"id": "pr2018034006", | |
"mag": 2.59, | |
"place": "12km WNW of Puerto Real, Puerto Rico", | |
"time": 1517675657700, | |
"updated": 1517693337450, | |
"tz": -240, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/pr2018034006", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/pr2018034006.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 103, | |
"net": "pr", | |
"code": "2018034006", | |
"ids": ",pr2018034006,", | |
"sources": ",pr,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 6, | |
"dmin": 0.2203, | |
"rms": 0.47, | |
"gap": 266, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 2.6 - 12km WNW of Puerto Real, Puerto Rico", | |
"geometry": {"type": "Point", "coordinates": [-67.2991, 18.1188, 21]} | |
}, | |
{ | |
"id": "ci38098568", | |
"mag": 1.36, | |
"place": "19km NNW of Tehachapi, CA", | |
"time": 1517675634860, | |
"updated": 1517716473147, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098568", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098568.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 28, | |
"net": "ci", | |
"code": "38098568", | |
"ids": ",ci38098568,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 19, | |
"dmin": 0.1116, | |
"rms": 0.16, | |
"gap": 115, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.4 - 19km NNW of Tehachapi, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.5653333, 35.2786667, 7.1] | |
} | |
}, | |
{ | |
"id": "nn00620568", | |
"mag": 0.8, | |
"place": "38km SE of Bridgeport, California", | |
"time": 1517675373345, | |
"updated": 1517703032011, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620568", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620568.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 10, | |
"net": "nn", | |
"code": "00620568", | |
"ids": ",nn00620568,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 11, | |
"dmin": 0.224, | |
"rms": 0.1447, | |
"gap": 114.91, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.8 - 38km SE of Bridgeport, California", | |
"geometry": {"type": "Point", "coordinates": [-118.8769, 38.0571, 15.5]} | |
}, | |
{ | |
"id": "mb80279974", | |
"mag": 0.97, | |
"place": "4km NE of Big Sky, Montana", | |
"time": 1517674875830, | |
"updated": 1517844045130, | |
"tz": -420, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/mb80279974", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/mb80279974.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 14, | |
"net": "mb", | |
"code": "80279974", | |
"ids": ",mb80279974,", | |
"sources": ",mb,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 9, | |
"dmin": 0.355, | |
"rms": 0.09, | |
"gap": 183, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.0 - 4km NE of Big Sky, Montana", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-111.3268333, 45.3133333, 13.8] | |
} | |
}, | |
{ | |
"id": "nn00620566", | |
"mag": 0, | |
"place": "17km S of Hawthorne, Nevada", | |
"time": 1517674272854, | |
"updated": 1517702657185, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620566", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620566.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "nn", | |
"code": "00620566", | |
"ids": ",nn00620566,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 5, | |
"dmin": 0.141, | |
"rms": 0.0895, | |
"gap": 175.75, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.0 - 17km S of Hawthorne, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-118.6062, 38.3679, 13.2]} | |
}, | |
{ | |
"id": "ci38098560", | |
"mag": 0.58, | |
"place": "20km N of Borrego Springs, CA", | |
"time": 1517673850010, | |
"updated": 1517864022893, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098560", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098560.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 5, | |
"net": "ci", | |
"code": "38098560", | |
"ids": ",ci38098560,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 19, | |
"dmin": 0.09579, | |
"rms": 0.09, | |
"gap": 181, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.6 - 20km N of Borrego Springs, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.3843333, 33.4338333, 11.79] | |
} | |
}, | |
{ | |
"id": "nc72963716", | |
"mag": 2.3, | |
"place": "14km S of Mammoth Lakes, CA", | |
"time": 1517673353030, | |
"updated": 1517677142069, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963716", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963716.geojson", | |
"felt": 2, | |
"cdi": 2.7, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 82, | |
"net": "nc", | |
"code": "72963716", | |
"ids": ",nc72963716,", | |
"sources": ",nc,", | |
"types": ",dyfi,focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 32, | |
"dmin": 0.1012, | |
"rms": 0.06, | |
"gap": 107, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 2.3 - 14km S of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9823303, 37.5153351, 1.72] | |
} | |
}, | |
{ | |
"id": "us1000cfcs", | |
"mag": 3.3, | |
"place": "66km ESE of Yakutat, Alaska", | |
"time": 1517672963290, | |
"updated": 1517678445040, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfcs", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfcs.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 168, | |
"net": "us", | |
"code": "1000cfcs", | |
"ids": ",ak18311572,us1000cfcs,", | |
"sources": ",ak,us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.79, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 3.3 - 66km ESE of Yakutat, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-138.7482, 59.2129, 0]} | |
}, | |
{ | |
"id": "nc72963706", | |
"mag": 2.05, | |
"place": "13km S of Mammoth Lakes, CA", | |
"time": 1517672084030, | |
"updated": 1517676243035, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963706", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963706.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 65, | |
"net": "nc", | |
"code": "72963706", | |
"ids": ",nc72963706,", | |
"sources": ",nc,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 29, | |
"dmin": 0.1006, | |
"rms": 0.06, | |
"gap": 107, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 2.1 - 13km S of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9820023, 37.5159988, 2.07] | |
} | |
}, | |
{ | |
"id": "ci38098520", | |
"mag": 0.45, | |
"place": "6km ESE of Valle Vista, CA", | |
"time": 1517671809960, | |
"updated": 1517863794017, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098520", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098520.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 3, | |
"net": "ci", | |
"code": "38098520", | |
"ids": ",ci38098520,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 19, | |
"dmin": 0.08232, | |
"rms": 0.12, | |
"gap": 193, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.5 - 6km ESE of Valle Vista, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.8371667, 33.7266667, 13.92] | |
} | |
}, | |
{ | |
"id": "us1000cfci", | |
"mag": 4.4, | |
"place": "40km WNW of Mae Sai, Thailand", | |
"time": 1517671751050, | |
"updated": 1517749116367, | |
"tz": 390, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfci", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfci.geojson", | |
"felt": 12, | |
"cdi": 3.4, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 302, | |
"net": "us", | |
"code": "1000cfci", | |
"ids": ",us1000cfci,", | |
"sources": ",us,", | |
"types": ",dyfi,geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 0.705, | |
"rms": 1.2, | |
"gap": 80, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.4 - 40km WNW of Mae Sai, Thailand", | |
"geometry": {"type": "Point", "coordinates": [99.525, 20.5794, 10]} | |
}, | |
{ | |
"id": "nc72963701", | |
"mag": 1.01, | |
"place": "8km W of Cobb, CA", | |
"time": 1517671350210, | |
"updated": 1517675342006, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963701", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963701.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 16, | |
"net": "nc", | |
"code": "72963701", | |
"ids": ",nc72963701,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 10, | |
"dmin": 0.0101, | |
"rms": 0.02, | |
"gap": 58, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.0 - 8km W of Cobb, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.8105011, 38.8334999, 1.18] | |
} | |
}, | |
{ | |
"id": "nc72963696", | |
"mag": 1.09, | |
"place": "10km WNW of Cobb, CA", | |
"time": 1517670861520, | |
"updated": 1517673605091, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963696", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963696.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 18, | |
"net": "nc", | |
"code": "72963696", | |
"ids": ",nc72963696,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 14, | |
"dmin": 0.003987, | |
"rms": 0.05, | |
"gap": 118, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.1 - 10km WNW of Cobb, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.8328323, 38.8419991, 1.81] | |
} | |
}, | |
{ | |
"id": "nc72963691", | |
"mag": 1.85, | |
"place": "6km W of Templeton, CA", | |
"time": 1517670170480, | |
"updated": 1517671921903, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963691", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963691.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 53, | |
"net": "nc", | |
"code": "72963691", | |
"ids": ",nc72963691,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 18, | |
"dmin": 0.1199, | |
"rms": 0.05, | |
"gap": 120, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.9 - 6km W of Templeton, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-120.7668304, 35.5501671, 4.69] | |
} | |
}, | |
{ | |
"id": "mb80279969", | |
"mag": 2.5, | |
"place": "40km WSW of Thermopolis, Wyoming", | |
"time": 1517670147680, | |
"updated": 1517861989340, | |
"tz": -420, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/mb80279969", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/mb80279969.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 96, | |
"net": "mb", | |
"code": "80279969", | |
"ids": ",mb80279969,", | |
"sources": ",mb,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 9, | |
"dmin": 1.02, | |
"rms": 0.25, | |
"gap": 233, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.5 - 40km WSW of Thermopolis, Wyoming", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-108.6966667, 43.5686667, 10] | |
} | |
}, | |
{ | |
"id": "ak18309337", | |
"mag": 2.5, | |
"place": "107km WNW of Talkeetna, Alaska", | |
"time": 1517668342649, | |
"updated": 1517678008040, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18309337", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18309337.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 96, | |
"net": "ak", | |
"code": "18309337", | |
"ids": ",ak18309337,us1000cfbt,", | |
"sources": ",ak,us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.45, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 2.5 - 107km WNW of Talkeetna, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-151.9687, 62.7729, 6.6]} | |
}, | |
{ | |
"id": "nc72963681", | |
"mag": 0.91, | |
"place": "10km NW of The Geysers, CA", | |
"time": 1517667797870, | |
"updated": 1517669702824, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963681", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963681.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 13, | |
"net": "nc", | |
"code": "72963681", | |
"ids": ",nc72963681,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 14, | |
"dmin": 0.02272, | |
"rms": 0.04, | |
"gap": 81, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.9 - 10km NW of The Geysers, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-122.8379974, 38.8349991, 1.18] | |
} | |
}, | |
{ | |
"id": "ci38098504", | |
"mag": 0.61, | |
"place": "6km ESE of Valle Vista, CA", | |
"time": 1517667771890, | |
"updated": 1517851868143, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098504", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098504.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 6, | |
"net": "ci", | |
"code": "38098504", | |
"ids": ",ci38098504,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 28, | |
"dmin": 0.07735, | |
"rms": 0.16, | |
"gap": 74, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.6 - 6km ESE of Valle Vista, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.8406667, 33.7215, 15.97] | |
} | |
}, | |
{ | |
"id": "ci38098496", | |
"mag": 0.62, | |
"place": "6km SSW of Idyllwild, CA", | |
"time": 1517667660140, | |
"updated": 1517862331757, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098496", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098496.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 6, | |
"net": "ci", | |
"code": "38098496", | |
"ids": ",ci38098496,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 26, | |
"dmin": 0.03642, | |
"rms": 0.12, | |
"gap": 61, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.6 - 6km SSW of Idyllwild, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7485, 33.6941667, 16.78] | |
} | |
}, | |
{ | |
"id": "ak18309335", | |
"mag": 1.9, | |
"place": "65km W of Haines, Alaska", | |
"time": 1517667094802, | |
"updated": 1517667321124, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18309335", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18309335.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 56, | |
"net": "ak", | |
"code": "18309335", | |
"ids": ",ak18309335,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.41, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.9 - 65km W of Haines, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-136.5883, 59.2753, 3.3]} | |
}, | |
{ | |
"id": "nn00620534", | |
"mag": 0.1, | |
"place": "12km NW of Virginia City, Nevada", | |
"time": 1517666730117, | |
"updated": 1517711781958, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620534", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620534.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "nn", | |
"code": "00620534", | |
"ids": ",nn00620534,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 9, | |
"dmin": 0.011, | |
"rms": 0.1622, | |
"gap": 94.29, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.1 - 12km NW of Virginia City, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-119.7515, 39.3862, 5.7]} | |
}, | |
{ | |
"id": "ci38098416", | |
"mag": 0.18, | |
"place": "9km NE of Aguanga, CA", | |
"time": 1517666338770, | |
"updated": 1517851559118, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098416", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098416.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "ci", | |
"code": "38098416", | |
"ids": ",ci38098416,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 20, | |
"dmin": 0.08158, | |
"rms": 0.12, | |
"gap": 61, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.2 - 9km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7911667, 33.4971667, 5.43] | |
} | |
}, | |
{ | |
"id": "nc72963676", | |
"mag": 2.18, | |
"place": "16km WSW of Soledad, CA", | |
"time": 1517665625890, | |
"updated": 1517670121837, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963676", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963676.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 73, | |
"net": "nc", | |
"code": "72963676", | |
"ids": ",nc72963676,", | |
"sources": ",nc,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 38, | |
"dmin": 0.05125, | |
"rms": 0.1, | |
"gap": 119, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 2.2 - 16km WSW of Soledad, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-121.4886703, 36.3656654, 7.56] | |
} | |
}, | |
{ | |
"id": "ci38098392", | |
"mag": 1.2, | |
"place": "19km NNW of Tehachapi, CA", | |
"time": 1517665484470, | |
"updated": 1517667837290, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098392", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098392.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 22, | |
"net": "ci", | |
"code": "38098392", | |
"ids": ",ci38098392,", | |
"sources": ",ci,", | |
"types": ",focal-mechanism,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 21, | |
"dmin": 0.1126, | |
"rms": 0.18, | |
"gap": 111, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.2 - 19km NNW of Tehachapi, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.561, 35.2728333, 9.02] | |
} | |
}, | |
{ | |
"id": "nc72963671", | |
"mag": 2.22, | |
"place": "24km NW of San Simeon, CA", | |
"time": 1517665408520, | |
"updated": 1517669222812, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963671", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963671.geojson", | |
"felt": 1, | |
"cdi": 2, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 76, | |
"net": "nc", | |
"code": "72963671", | |
"ids": ",nc72963671,", | |
"sources": ",nc,", | |
"types": ",dyfi,geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 28, | |
"dmin": 0.1263, | |
"rms": 0.35, | |
"gap": 221, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 2.2 - 24km NW of San Simeon, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-121.4059982, 35.7721672, 5.67] | |
} | |
}, | |
{ | |
"id": "us1000cfb0", | |
"mag": 4.9, | |
"place": "262km ENE of Dili, East Timor", | |
"time": 1517665020240, | |
"updated": 1517665935040, | |
"tz": 540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfb0", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfb0.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 369, | |
"net": "us", | |
"code": "1000cfb0", | |
"ids": ",us1000cfb0,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 3.569, | |
"rms": 1.09, | |
"gap": 52, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.9 - 262km ENE of Dili, East Timor", | |
"geometry": {"type": "Point", "coordinates": [127.7248, -7.537, 148.79]} | |
}, | |
{ | |
"id": "nn00620533", | |
"mag": -0.2, | |
"place": "14km SSE of Mogul, Nevada", | |
"time": 1517664870184, | |
"updated": 1517711779929, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620533", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620533.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 0, | |
"net": "nn", | |
"code": "00620533", | |
"ids": ",nn00620533,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 11, | |
"dmin": 0.073, | |
"rms": 0.1312, | |
"gap": 86.44, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M -0.2 - 14km SSE of Mogul, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-119.8587, 39.3902, 7.5]} | |
}, | |
{ | |
"id": "uw61366561", | |
"mag": 1.67, | |
"place": "3km SSW of Erlands Point-Kitsap Lake, Washington", | |
"time": 1517664715360, | |
"updated": 1517945090070, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uw61366561", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw61366561.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 43, | |
"net": "uw", | |
"code": "61366561", | |
"ids": ",uw61366561,", | |
"sources": ",uw,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 17, | |
"dmin": 0.04891, | |
"rms": 0.12, | |
"gap": 62, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.7 - 3km SSW of Erlands Point-Kitsap Lake, Washington", | |
"geometry": {"type": "Point", "coordinates": [-122.7195, 47.564, 22.88]} | |
}, | |
{ | |
"id": "ci38098376", | |
"mag": 0.29, | |
"place": "17km E of Julian, CA", | |
"time": 1517663724680, | |
"updated": 1517851376102, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098376", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098376.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "ci", | |
"code": "38098376", | |
"ids": ",ci38098376,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 21, | |
"dmin": 0.1506, | |
"rms": 0.22, | |
"gap": 88, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.3 - 17km E of Julian, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.4211667, 33.0535, 6.59] | |
} | |
}, | |
{ | |
"id": "nc72963651", | |
"mag": 0.9, | |
"place": "4km E of Mammoth Lakes, CA", | |
"time": 1517663721330, | |
"updated": 1517664663670, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963651", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963651.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 12, | |
"net": "nc", | |
"code": "72963651", | |
"ids": ",nc72963651,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 12, | |
"dmin": 0.02404, | |
"rms": 0.03, | |
"gap": 89, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.9 - 4km E of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9369965, 37.6329994, 2.98] | |
} | |
}, | |
{ | |
"id": "us1000cfau", | |
"mag": 5.2, | |
"place": "101km ENE of Visokoi Island, South Georgia and the South Sandwich Islands", | |
"time": 1517663163780, | |
"updated": 1517663980040, | |
"tz": -120, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfau", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfau.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 416, | |
"net": "us", | |
"code": "1000cfau", | |
"ids": ",us1000cfau,", | |
"sources": ",us,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 6.453, | |
"rms": 0.96, | |
"gap": 134, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 5.2 - 101km ENE of Visokoi Island, South Georgia and the South Sandwich Islands", | |
"geometry": {"type": "Point", "coordinates": [-25.7488, -56.2764, 10]} | |
}, | |
{ | |
"id": "uw61366556", | |
"mag": 0.98, | |
"place": "11km W of Tieton, Washington", | |
"time": 1517662877910, | |
"updated": 1517862069760, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uw61366556", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw61366556.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 15, | |
"net": "uw", | |
"code": "61366556", | |
"ids": ",uw61366556,", | |
"sources": ",uw,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 7, | |
"dmin": 0.07599, | |
"rms": 0.08, | |
"gap": 149, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.0 - 11km W of Tieton, Washington", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-120.9066667, 46.682, 7.21] | |
} | |
}, | |
{ | |
"id": "us1000cfak", | |
"mag": 4.4, | |
"place": "5km WSW of Donja Brela, Croatia", | |
"time": 1517662391800, | |
"updated": 1517682417376, | |
"tz": 60, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/us1000cfak", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/us1000cfak.geojson", | |
"felt": 13, | |
"cdi": 3.8, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 303, | |
"net": "us", | |
"code": "1000cfak", | |
"ids": ",us1000cfak,", | |
"sources": ",us,", | |
"types": ",dyfi,geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": 1.804, | |
"rms": 1.13, | |
"gap": 22, | |
"magType": "mb", | |
"type": "Feature", | |
"title": "M 4.4 - 5km WSW of Donja Brela, Croatia", | |
"geometry": {"type": "Point", "coordinates": [16.8644, 43.3583, 24.91]} | |
}, | |
{ | |
"id": "nc72963621", | |
"mag": 0.83, | |
"place": "4km E of Mammoth Lakes, CA", | |
"time": 1517662281470, | |
"updated": 1517666521722, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963621", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963621.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 11, | |
"net": "nc", | |
"code": "72963621", | |
"ids": ",nc72963621,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 12, | |
"dmin": 0.02817, | |
"rms": 0.02, | |
"gap": 77, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.8 - 4km E of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9349976, 37.6373329, 4.87] | |
} | |
}, | |
{ | |
"id": "ak18308209", | |
"mag": 1.9, | |
"place": "5km SE of Houston, Alaska", | |
"time": 1517662113536, | |
"updated": 1517662274185, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18308209", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18308209.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 56, | |
"net": "ak", | |
"code": "18308209", | |
"ids": ",ak18308209,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.57, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.9 - 5km SE of Houston, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-149.7373, 61.6026, 42.5]} | |
}, | |
{ | |
"id": "uu60266767", | |
"mag": 1.6, | |
"place": "19km ESE of Old Faithful Geyser, Wyoming", | |
"time": 1517661868560, | |
"updated": 1517852742570, | |
"tz": -420, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/uu60266767", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uu60266767.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 39, | |
"net": "uu", | |
"code": "60266767", | |
"ids": ",uu60266767,", | |
"sources": ",uu,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 10, | |
"dmin": 0.01632, | |
"rms": 0.17, | |
"gap": 69, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.6 - 19km ESE of Old Faithful Geyser, Wyoming", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-110.5911667, 44.4208333, 3.26] | |
} | |
}, | |
{ | |
"id": "ci38098368", | |
"mag": 0.89, | |
"place": "23km NNE of Ocotillo, CA", | |
"time": 1517661674870, | |
"updated": 1517850511875, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098368", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098368.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 12, | |
"net": "ci", | |
"code": "38098368", | |
"ids": ",ci38098368,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 31, | |
"dmin": 0.0656, | |
"rms": 0.17, | |
"gap": 66, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.9 - 23km NNE of Ocotillo, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-115.8963333, 32.9295, 6.71] | |
} | |
}, | |
{ | |
"id": "nc72963616", | |
"mag": 0.81, | |
"place": "4km E of Mammoth Lakes, CA", | |
"time": 1517661144750, | |
"updated": 1517664423665, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963616", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963616.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 10, | |
"net": "nc", | |
"code": "72963616", | |
"ids": ",nc72963616,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 8, | |
"dmin": 0.02553, | |
"rms": 0.01, | |
"gap": 85, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.8 - 4km E of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9361649, 37.6344986, 5.11] | |
} | |
}, | |
{ | |
"id": "ak18308195", | |
"mag": 1.9, | |
"place": "55km ENE of Cantwell, Alaska", | |
"time": 1517660486199, | |
"updated": 1517661376466, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18308195", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18308195.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 56, | |
"net": "ak", | |
"code": "18308195", | |
"ids": ",ak18308195,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.66, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.9 - 55km ENE of Cantwell, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-147.8857, 63.5399, 0]} | |
}, | |
{ | |
"id": "nn00620565", | |
"mag": 0.5, | |
"place": "71km SE of Hawthorne, Nevada", | |
"time": 1517660460457, | |
"updated": 1517711814755, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620565", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620565.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 4, | |
"net": "nn", | |
"code": "00620565", | |
"ids": ",nn00620565,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 9, | |
"dmin": 0.382, | |
"rms": 0.138, | |
"gap": 136.99, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.5 - 71km SE of Hawthorne, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-118.117, 38.0223, 1]} | |
}, | |
{ | |
"id": "ci38098360", | |
"mag": 0.25, | |
"place": "9km NE of Aguanga, CA", | |
"time": 1517660315470, | |
"updated": 1517667846921, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098360", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098360.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 1, | |
"net": "ci", | |
"code": "38098360", | |
"ids": ",ci38098360,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 13, | |
"dmin": 0.08195, | |
"rms": 0.09, | |
"gap": 80, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.3 - 9km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7961667, 33.4996667, 4.14] | |
} | |
}, | |
{ | |
"id": "ak18308192", | |
"mag": 1.9, | |
"place": "48km WSW of Willow, Alaska", | |
"time": 1517660184024, | |
"updated": 1517661079629, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18308192", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18308192.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 56, | |
"net": "ak", | |
"code": "18308192", | |
"ids": ",ak18308192,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.49, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.9 - 48km WSW of Willow, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-150.9066, 61.5967, 62.7]} | |
}, | |
{ | |
"id": "ci38098352", | |
"mag": 1.28, | |
"place": "17km ENE of Ocotillo, CA", | |
"time": 1517659750800, | |
"updated": 1517850267210, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098352", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098352.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 25, | |
"net": "ci", | |
"code": "38098352", | |
"ids": ",ci38098352,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 31, | |
"dmin": 0.08377, | |
"rms": 0.23, | |
"gap": 45, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.3 - 17km ENE of Ocotillo, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-115.8251667, 32.7875, 4.84] | |
} | |
}, | |
{ | |
"id": "ak18308190", | |
"mag": 1.7, | |
"place": "111km E of Middleton Island, Alaska", | |
"time": 1517659659905, | |
"updated": 1517680840416, | |
"tz": -600, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18308190", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18308190.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 44, | |
"net": "ak", | |
"code": "18308190", | |
"ids": ",ak18308190,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.45, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.7 - 111km E of Middleton Island, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-144.3701, 59.5271, 20]} | |
}, | |
{ | |
"id": "ci38098344", | |
"mag": 1.38, | |
"place": "6km SSE of Brawley, CA", | |
"time": 1517658309680, | |
"updated": 1517849952006, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098344", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098344.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 29, | |
"net": "ci", | |
"code": "38098344", | |
"ids": ",ci38098344,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 27, | |
"dmin": 0.04469, | |
"rms": 0.28, | |
"gap": 81, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.4 - 6km SSE of Brawley, CA", | |
"geometry": {"type": "Point", "coordinates": [-115.5155, 32.925, 3.84]} | |
}, | |
{ | |
"id": "nc72963601", | |
"mag": 1.39, | |
"place": "14km S of Mammoth Lakes, CA", | |
"time": 1517658112930, | |
"updated": 1517862903106, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963601", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963601.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 30, | |
"net": "nc", | |
"code": "72963601", | |
"ids": ",nc72963601,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 23, | |
"dmin": 0.1013, | |
"rms": 0.07, | |
"gap": 134, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 1.4 - 14km S of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.982, 37.5126667, 1.78] | |
} | |
}, | |
{ | |
"id": "nn00620564", | |
"mag": 0.6, | |
"place": "28km WSW of Hawthorne, Nevada", | |
"time": 1517657747677, | |
"updated": 1517711812980, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nn00620564", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00620564.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 6, | |
"net": "nn", | |
"code": "00620564", | |
"ids": ",nn00620564,", | |
"sources": ",nn,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": 7, | |
"dmin": 0.343, | |
"rms": 0.096, | |
"gap": 169.86, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.6 - 28km WSW of Hawthorne, Nevada", | |
"geometry": {"type": "Point", "coordinates": [-118.9013, 38.3957, 10.4]} | |
}, | |
{ | |
"id": "ak18308185", | |
"mag": 1.5, | |
"place": "41km NE of Y, Alaska", | |
"time": 1517657592788, | |
"updated": 1517657941047, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18308185", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18308185.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", | |
"tsunami": 0, | |
"sig": 35, | |
"net": "ak", | |
"code": "18308185", | |
"ids": ",ak18308185,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.81, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.5 - 41km NE of Y, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-149.185, 62.369, 0]} | |
}, | |
{ | |
"id": "nc72963586", | |
"mag": 0.36, | |
"place": "4km E of Mammoth Lakes, CA", | |
"time": 1517657079300, | |
"updated": 1517857443510, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963586", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963586.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "nc", | |
"code": "72963586", | |
"ids": ",nc72963586,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 19, | |
"dmin": 0.02641, | |
"rms": 0.07, | |
"gap": 82, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.4 - 4km E of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9358333, 37.6355, 4.94] | |
} | |
}, | |
{ | |
"id": "nc72963596", | |
"mag": 0.36, | |
"place": "4km E of Mammoth Lakes, CA", | |
"time": 1517657037350, | |
"updated": 1517855881828, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963596", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963596.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "nc", | |
"code": "72963596", | |
"ids": ",nc72963596,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 18, | |
"dmin": 0.02636, | |
"rms": 0.04, | |
"gap": 82, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.4 - 4km E of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9363333, 37.6358333, 5] | |
} | |
}, | |
{ | |
"id": "ci38098336", | |
"mag": 0.36, | |
"place": "9km NE of Aguanga, CA", | |
"time": 1517656635210, | |
"updated": 1517849301835, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098336", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098336.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "ci", | |
"code": "38098336", | |
"ids": ",ci38098336,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 32, | |
"dmin": 0.08728, | |
"rms": 0.13, | |
"gap": 32, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 0.4 - 9km NE of Aguanga, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-116.7913333, 33.4905, 4.66] | |
} | |
}, | |
{ | |
"id": "ak18307084", | |
"mag": 1.2, | |
"place": "27km SSW of Healy, Alaska", | |
"time": 1517656516923, | |
"updated": 1517679941167, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18307084", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18307084.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 22, | |
"net": "ak", | |
"code": "18307084", | |
"ids": ",ak18307084,", | |
"sources": ",ak,", | |
"types": ",geoserve,origin,phase-data,", | |
"nst": null, | |
"dmin": null, | |
"rms": 0.54, | |
"gap": null, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.2 - 27km SSW of Healy, Alaska", | |
"geometry": {"type": "Point", "coordinates": [-149.1731, 63.6252, 97.6]} | |
}, | |
{ | |
"id": "nc72963571", | |
"mag": 0.34, | |
"place": "4km E of Mammoth Lakes, CA", | |
"time": 1517656347390, | |
"updated": 1517855402816, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963571", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963571.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 2, | |
"net": "nc", | |
"code": "72963571", | |
"ids": ",nc72963571,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 19, | |
"dmin": 0.02647, | |
"rms": 0.04, | |
"gap": 80, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.3 - 4km E of Mammoth Lakes, CA", | |
"geometry": {"type": "Point", "coordinates": [-118.937, 37.6365, 4.95]} | |
}, | |
{ | |
"id": "ci38098328", | |
"mag": 1.33, | |
"place": "14km WNW of Calipatria, CA", | |
"time": 1517655840890, | |
"updated": 1517859987933, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ci38098328", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ci38098328.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 27, | |
"net": "ci", | |
"code": "38098328", | |
"ids": ",ci38098328,", | |
"sources": ",ci,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 13, | |
"dmin": 0.03438, | |
"rms": 0.17, | |
"gap": 105, | |
"magType": "ml", | |
"type": "Feature", | |
"title": "M 1.3 - 14km WNW of Calipatria, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-115.6541667, 33.1611667, 2.13] | |
} | |
}, | |
{ | |
"id": "nc72963561", | |
"mag": 0.86, | |
"place": "4km E of Mammoth Lakes, CA", | |
"time": 1517655532900, | |
"updated": 1517854143637, | |
"tz": -480, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/nc72963561", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nc72963561.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "reviewed", | |
"tsunami": 0, | |
"sig": 11, | |
"net": "nc", | |
"code": "72963561", | |
"ids": ",nc72963561,", | |
"sources": ",nc,", | |
"types": ",geoserve,nearby-cities,origin,phase-data,scitech-link,", | |
"nst": 23, | |
"dmin": 0.02785, | |
"rms": 0.06, | |
"gap": 69, | |
"magType": "md", | |
"type": "Feature", | |
"title": "M 0.9 - 4km E of Mammoth Lakes, CA", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [-118.9343333, 37.6363333, 5.23] | |
} | |
}, | |
{ | |
"id": "ak18307081", | |
"mag": 0.6, | |
"place": "64km NNW of Nikiski, Alaska", | |
"time": 1517655329449, | |
"updated": 1517655800638, | |
"tz": -540, | |
"url": "https://earthquake.usgs.gov/earthquakes/eventpage/ak18307081", | |
"detail": "https://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/ak18307081.geojson", | |
"felt": null, | |
"cdi": null, | |
"mmi": null, | |
"alert": null, | |
"status": "automatic", |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment